git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb5718
)
apache2 native: attempt to fix bug #4606
author
Koen Kooi
<koen@openembedded.org>
Sat, 4 Oct 2008 08:42:15 +0000
(08:42 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 4 Oct 2008 08:42:15 +0000
(08:42 +0000)
packages/apache2/apache2-native_2.2.3.bb
patch
|
blob
|
history
diff --git
a/packages/apache2/apache2-native_2.2.3.bb
b/packages/apache2/apache2-native_2.2.3.bb
index
ebf68b5
..
e6f9f4d
100644
(file)
--- 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="r
6
"
+PR="r
7
"
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}