[oe-commits] Tom Rini : apache2: Fix invoking buildconf

git version control git at git.openembedded.org
Wed Jan 12 14:48:14 UTC 2011


Module: openembedded.git
Branch: master
Commit: 223ce2db77021693a627c8d421168f4795fb5948
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=223ce2db77021693a627c8d421168f4795fb5948

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jan 12 07:45:25 2011 -0700

apache2: Fix invoking buildconf

It may not have execute set so start it via sh

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb
index b39f14c..a78c373 100644
--- a/recipes/apache2/apache2_2.2.14.bb
+++ b/recipes/apache2/apache2_2.2.14.bb
@@ -95,7 +95,7 @@ do_configure_prepend() {
 }
 
 do_configure() {
-	( cd srclib/apr; ./buildconf ) 
+	( cd srclib/apr; sh ./buildconf ) 
 	oe_runconf
 }
 





More information about the Openembedded-commits mailing list