apache2-native: inherit cross instead of native. This is a workaround, not a real fix
authorKoen Kooi <koen@openembedded.org>
Sat, 15 Dec 2007 10:30:10 +0000 (10:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 15 Dec 2007 10:30:10 +0000 (10:30 +0000)
packages/apache2/apache2-native_2.2.3.bb

index b58aa41..d5fb0cf 100644 (file)
@@ -1,9 +1,9 @@
 SECTION = "net"
 DEPENDS = "expat pcre"
 
-inherit  native
+inherit cross 
 
-PR="r5"
+PR="r6"
 SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
 
 S = "${WORKDIR}/httpd-${PV}"