aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apache2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-04 08:42:15 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-04 08:42:15 +0000
commit3030b331c6e2b012f6ab1ba6ad8273f1a286e479 (patch)
tree326b7ecb1d17cdd0f2a8c836f74d798a2ef9108c /packages/apache2
parent6bb57185f698795a487cb8f09c29041adb88a7a4 (diff)
downloadopenembedded-3030b331c6e2b012f6ab1ba6ad8273f1a286e479.tar.gz
apache2 native: attempt to fix bug #4606
Diffstat (limited to 'packages/apache2')
-rw-r--r--packages/apache2/apache2-native_2.2.3.bb3
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 ebf68b52e5..e6f9f4d3ab 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}