From patchwork Tue Nov 15 20:58:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 03/16] apr-util: extend sed call to fix libtool patch for case without SHELL in LIBTOOL variable Date: Tue, 15 Nov 2011 20:58:35 -0000 From: Saul Wold X-Patchwork-Id: 14993 Message-Id: <8f97046269eb90d5256e31f3ddd4f0246304e0d6.1321389699.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Martin Jansa Signed-off-by: Martin Jansa --- 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 0064c51..62d72cf 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() { } do_configure_append_virtclass-native() { sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${S}/build/rules.mk + # sometimes there isn't SHELL + sed -i "s#LIBTOOL=\$(apr_builddir)#LIBTOOL=${STAGING_BINDIR_NATIVE}#" ${S}/build/rules.mk } FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"