aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-07-28 00:32:36 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-08-17 01:17:18 -0700
commit8ad15d0c325757c26b61cd517d4cbd4d8d7e4fa4 (patch)
treeabda8ca087d406435af74f192e6767c4fbc9ea4f
parent059db140885bad379534e6ec713f3ceb4e18faea (diff)
downloadopenembedded-core-contrib-rbt/mc.tar.gz
mc: add PACKAGECONFIG for util-linuxrbt/mc
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>
-rw-r--r--meta/recipes-extended/mc/mc_4.8.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/meta/recipes-extended/mc/mc_4.8.14.bb
index 3b6c2ffec5..3a593f737a 100644
--- a/meta/recipes-extended/mc/mc_4.8.14.bb
+++ b/meta/recipes-extended/mc/mc_4.8.14.bb
@@ -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"