[oe-commits] : apache2 native: attempt to fix bug #4606

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Oct 4 08:53:46 UTC 2008


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

Author:  <koen at openembedded.org>
Date:   Sat Oct  4 08:42:15 2008 +0000

apache2 native: attempt to fix bug #4606

---

 packages/apache2/apache2-native_2.2.3.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/apache2/apache2-native_2.2.3.bb b/packages/apache2/apache2-native_2.2.3.bb
index ebf68b5..e6f9f4d 100644
--- a/packages/apache2/apache2-native_2.2.3.bb
+++ b/packages/apache2/apache2-native_2.2.3.bb
@@ -3,7 +3,7 @@ DEPENDS = "expat pcre"
 
 inherit cross 
 
-PR="r6"
+PR="r7"
 SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
 
 S = "${WORKDIR}/httpd-${PV}"
@@ -13,6 +13,7 @@ do_configure () {
 }
 
 do_stage () {
+	install -d ${STAGING_BINDIR}
 	cp srclib/pcre/dftables ${STAGING_BINDIR}
 	cp server/gen_test_char ${STAGING_BINDIR}
 	cp srclib/apr/apr-1-config ${STAGING_BINDIR}





More information about the Openembedded-commits mailing list