diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-15 12:58:35 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:32:43 +0000 |
| commit | bc9c52cf396e74ee7417a61f7716926926c6a64b (patch) | |
| tree | f21783cc9298c5f4ca04ce8a9aca5b2004fd2e4f | |
| parent | d6663c342e61473937e6a5a7976324c7c07252c8 (diff) | |
| download | poky-bc9c52cf396e74ee7417a61f7716926926c6a64b.tar.gz | |
apr-util: extend sed call to fix libtool patch for case without SHELL in LIBTOOL variable
(From OE-Core rev: 94b7566ac9d07ad3e1b55f12988f53812d3651cd)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb index 0064c51553..62d72cfd72 100644 --- a/meta/recipes-support/apr/apr-util_1.3.12.bb +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb | |||
| @@ -40,6 +40,8 @@ do_configure_prepend_virtclass-native() { | |||
| 40 | } | 40 | } |
| 41 | do_configure_append_virtclass-native() { | 41 | do_configure_append_virtclass-native() { |
| 42 | sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${S}/build/rules.mk | 42 | sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${S}/build/rules.mk |
| 43 | # sometimes there isn't SHELL | ||
| 44 | sed -i "s#LIBTOOL=\$(apr_builddir)#LIBTOOL=${STAGING_BINDIR_NATIVE}#" ${S}/build/rules.mk | ||
| 43 | } | 45 | } |
| 44 | 46 | ||
| 45 | FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so" | 47 | FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so" |
