diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-15 10:30:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-15 10:30:10 +0000 |
commit | 5317d600408e061a498f52092bf04b2ce6d952e8 (patch) | |
tree | bc49df8301fa3469efc3e8a52284c5ae1b954508 | |
parent | 1798b989c8881f6a35d8d8e2e2a90fd3d485218f (diff) |
apache2-native: inherit cross instead of native. This is a workaround, not a real fix
-rw-r--r-- | packages/apache2/apache2-native_2.2.3.bb | 4 |
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 b58aa41756..d5fb0cff21 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 native +inherit cross -PR="r5" +PR="r6" SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2" S = "${WORKDIR}/httpd-${PV}" |