summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-19 21:24:54 (GMT)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-19 21:24:54 (GMT)
commit0ebbec8076d8c16bead14effc0d7188e6df47dbd (patch)
tree1a378c4c4f608fe35908913c4f12755f1e12b01f /packages
parentb0eb3531e213e5f32d8574dd90ac6ef849a02af3 (diff)
apache-native: inherit native; NOT inherit cross!
Diffstat (limited to 'packages')
-rw-r--r--packages/apache2/apache2-native_2.2.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/apache2/apache2-native_2.2.3.bb b/packages/apache2/apache2-native_2.2.3.bb
index f58af2a..73f9b8b 100644
--- 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 cross
+inherit native
-PR ="r8"
+PR ="r9"
SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
S = "${WORKDIR}/httpd-${PV}"