diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-08 09:31:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-08 23:01:45 +0100 |
commit | e2f19080954c90188d27508bda4e8493e9ede12c (patch) | |
tree | d3de8ca6133dfb8b2696e4e815a3e5eee155aaa6 | |
parent | 2fc1ef1ad69e18dcc9cff05bd65f042a8dece5bb (diff) | |
download | openembedded-core-e2f19080954c90188d27508bda4e8493e9ede12c.tar.gz openembedded-core-e2f19080954c90188d27508bda4e8493e9ede12c.tar.bz2 openembedded-core-e2f19080954c90188d27508bda4e8493e9ede12c.tar.xz openembedded-core-e2f19080954c90188d27508bda4e8493e9ede12c.zip |
eglibc: add RDEPENDS for bash on eglibc-utils
[YOCTO #1214]
The eglibc-utils contains 2 scripts (tzselect and xtrace) that use
bash, so add an RDEPENDS to eglibc-utils.
This also removes libsotruss as it's currently not built, it was
not previously depended on because it was mis-spelled as "EDEPENDS"
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index f29417f94..dd40af1e0 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++ b/meta/recipes-core/eglibc/eglibc-package.inc @@ -69,7 +69,7 @@ FILES_eglibc-utils = "${bindir}/* ${sbindir}/*" FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug" FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv" RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault" -EDEPENDS_eglibc-utils = "libsotruss" +RDEPENDS_eglibc-utils += "bash" FILES_eglibc-pcprofile = "${base_libdir}/libpcprofile.so" FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db*" RPROVIDES_eglibc-dev += "libc-dev" |