diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-14 14:51:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 15:05:29 +0000 |
commit | 38cac827eb77260c9514f7efc2497551e6a4d31c (patch) | |
tree | c2ce6abdceecedac94dd38b610cd25f1f2b510f6 /meta/recipes-support | |
parent | 312dd2ee8ebaa40e71d6a199453d4c8ae325cfc5 (diff) | |
download | poky-38cac827eb77260c9514f7efc2497551e6a4d31c.tar.gz |
apr: fix out-of-tree builds
(From OE-Core rev: ed4e991317ab11e8c0e6869f2be6426cc3d28ccb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr_1.4.6.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb index 896f79fe36..b7220e0c1f 100644 --- a/meta/recipes-support/apr/apr_1.4.6.bb +++ b/meta/recipes-support/apr/apr_1.4.6.bb | |||
@@ -33,9 +33,8 @@ FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | |||
33 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten | 33 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten |
34 | #when autoconf, so handle it again. | 34 | #when autoconf, so handle it again. |
35 | do_configure_append() { | 35 | do_configure_append() { |
36 | cd ${S} | 36 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4 |
37 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' build/libtool.m4 | 37 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/apr_rules.mk |
38 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' build/apr_rules.mk | ||
39 | } | 38 | } |
40 | 39 | ||
41 | do_install_append() { | 40 | do_install_append() { |