[OE-core] [PATCH 16/18] kconfig-frontends: explicitly rdepend on bash
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Fri Nov 29 12:48:24 UTC 2013
From: Chen Qi <Qi.Chen at windriver.com>
Make kconfig-frontends explicitly rdepend on bash so that the rootfs task will
not fail for the reason of implicit runtime bash dependency.
[YOCTO #5555]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
.../kconfig-frontends_3.12.0.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
index f225af0..a13ffe0 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
SECTION = "devel"
DEPENDS += "ncurses flex bison gperf pkgconfig-native"
RDEPENDS_${PN} += "python"
+RDEPENDS_${PN}_class-target = "python bash"
SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2"
--
1.7.9.5
More information about the Openembedded-core
mailing list