From: Aníbal Limón Date: Tue, 11 Aug 2015 15:17:27 +0000 (-0500) Subject: mc: Fix QA warning depends on util-linux X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c158cdd33f79f13b5e3fc03f5b8ad495003bc525;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mc: Fix QA warning depends on util-linux mc depends on util-linux that uses libmount for mount filesystems. Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/meta/recipes-extended/mc/mc_4.8.14.bb index 8fec0b3f4d6..3b6c2ffec5a 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 \