aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-08-11 10:17:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-16 09:24:55 +0100
commitd2164b78ed5e1eadb38732bb7834e67a23a52e23 (patch)
tree1c07c49f512537b3573b72bd4c4c0c0840acb9ae /meta/recipes-extended/mc
parent97105c4b2945770d8afde690f4ebe4a72990f471 (diff)
downloadopenembedded-core-contrib-d2164b78ed5e1eadb38732bb7834e67a23a52e23.tar.gz
mc: Fix QA warning depends on util-linux
mc depends on util-linux that uses libmount for mount filesystems. (From OE-Core rev: c158cdd33f79f13b5e3fc03f5b8ad495003bc525) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mc')
-rw-r--r--meta/recipes-extended/mc/mc_4.8.14.bb2
1 files changed, 1 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 8fec0b3f4d..3b6c2ffec5 100644
--- a/meta/recipes-extended/mc/mc_4.8.14.bb
+++ b/meta/recipes-extended/mc/mc_4.8.14.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.midnight-commander.org/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
SECTION = "console/utils"
-DEPENDS = "ncurses glib-2.0"
+DEPENDS = "ncurses glib-2.0 util-linux"
RDEPENDS_${PN} = "ncurses-terminfo"
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \