[OE-core] [PATCH 07/18] dtc: make dtc-misc rdepend on bash

Qi.Chen at windriver.com Qi.Chen at windriver.com
Fri Nov 29 12:48:15 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

Make dtc-misc 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>
---
 meta/recipes-kernel/dtc/dtc.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index de375d7..a8c24c1 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -15,4 +15,5 @@ EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"'
 S = "${WORKDIR}/git"
 
 PACKAGES =+ "${PN}-misc"
+RDEPENDS_${PN}-misc = "bash"
 FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff"
-- 
1.7.9.5




More information about the Openembedded-core mailing list