mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
171ed7fe74
commit
f0cd776e65
@@ -69,7 +69,7 @@ FILES_eglibc-utils = "${bindir}/* ${sbindir}/*"
|
|||||||
FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug"
|
FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug"
|
||||||
FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv"
|
FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv"
|
||||||
RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault"
|
RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault"
|
||||||
EDEPENDS_eglibc-utils = "libsotruss"
|
RDEPENDS_eglibc-utils += "bash"
|
||||||
FILES_eglibc-pcprofile = "${base_libdir}/libpcprofile.so"
|
FILES_eglibc-pcprofile = "${base_libdir}/libpcprofile.so"
|
||||||
FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db*"
|
FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db*"
|
||||||
RPROVIDES_eglibc-dev += "libc-dev"
|
RPROVIDES_eglibc-dev += "libc-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user