[OE-core] [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount

Aníbal Limón anibal.limon at linux.intel.com
Mon Aug 10 22:07:30 UTC 2015


mc depends on libmount that uses for try to mount filesystems.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 meta/recipes-extended/mc/mc_4.8.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/meta/recipes-extended/mc/mc_4.8.14.bb
index 8fec0b3..fe35bcd 100644
--- a/meta/recipes-extended/mc/mc_4.8.14.bb
+++ b/meta/recipes-extended/mc/mc_4.8.14.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
 SECTION = "console/utils"
 DEPENDS = "ncurses glib-2.0"
-RDEPENDS_${PN} = "ncurses-terminfo"
+RDEPENDS_${PN} = "ncurses-terminfo util-linux-libmount"
 
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            "
-- 
1.9.1




More information about the Openembedded-core mailing list