[OE-core] [PATCH 09/18] libtool: explicitly rdepend on bash

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


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

Make libtool 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-devtools/libtool/libtool-2.4.2.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
index 5a67eeb9..fc1afcd 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
@@ -37,6 +37,7 @@ inherit autotools
 EXTRA_AUTORECONF = "--exclude=libtoolize"
 
 DEPENDS = "libtool-native"
+RDEPENDS_${PN} = "bash"
 
 PACKAGES =+ "libltdl libltdl-dev libltdl-dbg libltdl-staticdev"
 FILES_${PN} += "${datadir}/aclocal"
-- 
1.7.9.5




More information about the Openembedded-core mailing list