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:
1798b98
)
apache2-native: inherit cross instead of native. This is a workaround, not a real fix
author
Koen Kooi
<koen@openembedded.org>
Sat, 15 Dec 2007 10:30:10 +0000
(10:30 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 15 Dec 2007 10:30:10 +0000
(10:30 +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
b58aa41
..
d5fb0cf
100644
(file)
--- a/
packages/apache2/apache2-native_2.2.3.bb
+++ b/
packages/apache2/apache2-native_2.2.3.bb
@@
-1,9
+1,9
@@
SECTION = "net"
DEPENDS = "expat pcre"
-inherit
native
+inherit
cross
-PR="r
5
"
+PR="r
6
"
SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
S = "${WORKDIR}/httpd-${PV}"