]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mc: add PACKAGECONFIG for util-linux rbt/mc
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 28 Jul 2015 07:32:36 +0000 (00:32 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 17 Aug 2015 08:17:18 +0000 (01:17 -0700)
Fixed:
mc-4.8.14: mc rdepends on util-linux-libmount, but it isn't a build dependency? [build-deps]

And enable it by default as Ross suggested.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/mc/mc_4.8.14.bb

index 3b6c2ffec5ae4f21813a3c831de26daec22964c4..3a593f737a3add49250543d916dc9b36a0bd974a 100644 (file)
@@ -17,9 +17,10 @@ inherit autotools gettext pkgconfig
 #
 # Both Samba (smb) and sftp require package delivered from meta-openembedded
 #
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "util-linux"
 PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba,"
 PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2,"
+PACKAGECONFIG[util-linux] = "ac_cv_lib_mount_mnt_new_table_from_file=yes,ac_cv_lib_mount_mnt_new_table_from_file=no,util-linux,"
 
 EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x"