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:02:08 +0100 |
commit | f0cd776e65971a2edc6fb9a32848f7cd4b77f74c (patch) | |
tree | e2ca8f5e26e00990d55543e2b71deaa2b5006abc /meta | |
parent | 171ed7fe7464d1a1d4396d421dfbaf009cbc38d2 (diff) | |
download | poky-f0cd776e65971a2edc6fb9a32848f7cd4b77f74c.tar.gz |
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"
(From OE-Core rev: e2f19080954c90188d27508bda4e8493e9ede12c)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 f29417f94f..dd40af1e08 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}/*" | |||
69 | FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug" | 69 | FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug" |
70 | FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv" | 70 | FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv" |
71 | RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault" | 71 | RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault" |
72 | EDEPENDS_eglibc-utils = "libsotruss" | 72 | RDEPENDS_eglibc-utils += "bash" |
73 | FILES_eglibc-pcprofile = "${base_libdir}/libpcprofile.so" | 73 | FILES_eglibc-pcprofile = "${base_libdir}/libpcprofile.so" |
74 | FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db*" | 74 | FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db*" |
75 | RPROVIDES_eglibc-dev += "libc-dev" | 75 | RPROVIDES_eglibc-dev += "libc-dev" |