[oe-commits] =?UTF-8?Q?An=C3=ADbal=20Lim=C3=B3n=20?=: mc: Fix QA warning depends on util-linux

git at git.openembedded.org git at git.openembedded.org
Sun Aug 16 08:32:43 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c158cdd33f79f13b5e3fc03f5b8ad495003bc525
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c158cdd33f79f13b5e3fc03f5b8ad495003bc525

Author: Aníbal Limón <anibal.limon at linux.intel.com>
Date:   Tue Aug 11 10:17:27 2015 -0500

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 <anibal.limon at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at 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..3b6c2ff 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 \



More information about the Openembedded-commits mailing list