mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 22:59:49 +00:00
apr/apr-util: Add ptest dependency on libgcc
Avoid: libgcc_s.so.1 must be installed for pthread_cancel to work when running the ptest without libgcc. (From OE-Core rev: f704c1021e311ad493374d8cd38e800b79a96746) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4ec1e60607
commit
d7d71fd2f2
@ -79,6 +79,7 @@ INSANE_SKIP_${PN} += "dev-so"
|
|||||||
inherit ptest
|
inherit ptest
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7"
|
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7"
|
||||||
|
RDEPENDS_${PN}-ptest += "libgcc"
|
||||||
|
|
||||||
do_compile_ptest() {
|
do_compile_ptest() {
|
||||||
cd ${B}/test
|
cd ${B}/test
|
||||||
|
|||||||
@ -53,6 +53,8 @@ do_configure_prepend() {
|
|||||||
FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
|
FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
|
||||||
RDEPENDS_${PN}-dev += "bash"
|
RDEPENDS_${PN}-dev += "bash"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-ptest += "libgcc"
|
||||||
|
|
||||||
#for some reason, build/libtool.m4 handled by buildconf still be overwritten
|
#for some reason, build/libtool.m4 handled by buildconf still be overwritten
|
||||||
#when autoconf, so handle it again.
|
#when autoconf, so handle it again.
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user