diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 12:46:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 16:35:12 +0100 |
commit | ff472ffbb0d143de8187d84dbbf18453318f303f (patch) | |
tree | 7b45038ead12ec4e42f0a51a8ead42eeedd13545 /meta | |
parent | fd87837e367049fb58b2941dbf46a83729a7866a (diff) | |
download | poky-ff472ffbb0d143de8187d84dbbf18453318f303f.tar.gz |
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: 791bb6f1c95552a44660bb78c522fd8ecc4e6384)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.6.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/apr/apr_1.7.0.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb index 0c90f8d252..1f9fea25d8 100644 --- a/meta/recipes-support/apr/apr-util_1.6.1.bb +++ b/meta/recipes-support/apr/apr-util_1.6.1.bb | |||
@@ -79,6 +79,7 @@ INSANE_SKIP_${PN} += "dev-so" | |||
79 | inherit ptest | 79 | inherit ptest |
80 | 80 | ||
81 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" | 81 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" |
82 | RDEPENDS_${PN}-ptest += "libgcc" | ||
82 | 83 | ||
83 | do_compile_ptest() { | 84 | do_compile_ptest() { |
84 | cd ${B}/test | 85 | cd ${B}/test |
diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index a58651d077..09a65bfdd6 100644 --- a/meta/recipes-support/apr/apr_1.7.0.bb +++ b/meta/recipes-support/apr/apr_1.7.0.bb | |||
@@ -53,6 +53,8 @@ do_configure_prepend() { | |||
53 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | 53 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" |
54 | RDEPENDS_${PN}-dev += "bash" | 54 | RDEPENDS_${PN}-dev += "bash" |
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest += "libgcc" | ||
57 | |||
56 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten | 58 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten |
57 | #when autoconf, so handle it again. | 59 | #when autoconf, so handle it again. |
58 | do_configure_append() { | 60 | do_configure_append() { |