[OE-core] [PATCH 02/18] apr: make the dev package rdepend on bash

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


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

Make apr-dev 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-support/apr/apr_1.4.8.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/apr/apr_1.4.8.bb b/meta/recipes-support/apr/apr_1.4.8.bb
index d834170..0b4c2d9 100644
--- a/meta/recipes-support/apr/apr_1.4.8.bb
+++ b/meta/recipes-support/apr/apr_1.4.8.bb
@@ -29,6 +29,7 @@ do_configure_prepend() {
 	./buildconf
 }
 
+RDEPENDS_${PN}-dev += "bash"
 FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
 
 #for some reason, build/libtool.m4 handled by buildconf still be overwritten
-- 
1.7.9.5




More information about the Openembedded-core mailing list