apache-native: inherit native; NOT inherit cross!
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 19 Feb 2009 21:24:54 +0000 (22:24 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 19 Feb 2009 21:24:54 +0000 (22:24 +0100)
packages/apache2/apache2-native_2.2.3.bb

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