diff options
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.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() { |
