diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 12:46:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 13:57:48 +0100 |
commit | d7d71fd2f2eeea4e800866cdf48c74affcd17662 (patch) | |
tree | 07a3d328e59de1742e3c4e7af29b431e8f9f2c08 /meta/recipes-support | |
parent | 4ec1e606072eb12425a2aad49f5b7ae7782adf40 (diff) | |
download | poky-d7d71fd2f2eeea4e800866cdf48c74affcd17662.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: 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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.6.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/apr/apr_1.6.5.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.6.5.bb b/meta/recipes-support/apr/apr_1.6.5.bb index 432e4ed744..79879ff25f 100644 --- a/meta/recipes-support/apr/apr_1.6.5.bb +++ b/meta/recipes-support/apr/apr_1.6.5.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() { |