]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mc: Fix QA warning depends on util-linux
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 11 Aug 2015 15:17:27 +0000 (10:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:22:43 +0000 (09:22 +0100)
mc depends on util-linux that uses libmount for mount filesystems.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/mc/mc_4.8.14.bb

index 8fec0b3f4d6879581c93769de8e587faf0954c8f..3b6c2ffec5ae4f21813a3c831de26daec22964c4 100644 (file)
@@ -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 \