From: Koen Kooi Date: Sat, 15 Dec 2007 10:30:10 +0000 (+0000) Subject: apache2-native: inherit cross instead of native. This is a workaround, not a real fix X-Git-Tag: Release-2010-05/1~8136^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5317d600408e061a498f52092bf04b2ce6d952e8;p=openembedded.git apache2-native: inherit cross instead of native. This is a workaround, not a real fix --- 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}"