[oe-commits] Eric Bénard : apache2: unbreak recipe

git version control git at git.openembedded.org
Fri Sep 24 13:17:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1316a0c0c4fe95bf6abce0b2f6aec32fabf17637
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1316a0c0c4fe95bf6abce0b2f6aec32fabf17637

Author: Eric Bénard <eric at eukrea.com>
Date:   Tue Sep 21 10:16:05 2010 +0200

apache2: unbreak recipe

* tested on armv5te / angstrom

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/apache2/apache2_2.2.14.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb
index 1c425b7..b39f14c 100644
--- a/recipes/apache2/apache2_2.2.14.bb
+++ b/recipes/apache2/apache2_2.2.14.bb
@@ -1,6 +1,6 @@
 SECTION = "net"
 DESCRIPTION = "The apache v2 web server"
-DEPENDS = "apache2-native openssl expat pcre"
+DEPENDS = "libtool-native apache2-native openssl expat pcre"
 RDEPENDS_${PN} += "openssl"
 
 PR = "r2"
@@ -89,6 +89,11 @@ EXTRA_OECONF = "--enable-ssl \
 #
 # here we over-ride the autotools provided do_configure.
 #
+
+do_configure_prepend() {
+	sed -e 's,libtool libtool15,${TARGET_PREFIX}libtool libtool115,' -i ${S}/srclib/apr/build/buildcheck.sh
+}
+
 do_configure() {
 	( cd srclib/apr; ./buildconf ) 
 	oe_runconf





More information about the Openembedded-commits mailing list