From: Chen Qi <qi.c...@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.c...@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 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core