[oe-commits] org.oe.dev apache2-native: inherit cross instead of native. This is a workaround, not a real fix

koen commit openembedded-commits at lists.openembedded.org
Sat Dec 15 11:03:57 UTC 2007


apache2-native: inherit cross instead of native. This is a workaround, not a real fix

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b20e8f736c64f5a1753952f7c1ee40c10924327b
ViewMTN: http://monotone.openembedded.org/revision/info/b20e8f736c64f5a1753952f7c1ee40c10924327b
Files:
1
packages/apache2/apache2-native_2.2.3.bb
Diffs:

#
# mt diff -r0d5278b30eb3b3f83be43a037aecf3265246a4e0 -rb20e8f736c64f5a1753952f7c1ee40c10924327b
#
# 
# 
# patch "packages/apache2/apache2-native_2.2.3.bb"
#  from [c3cb0bbb21cd4a5129f91f294cc0fa72a617f93f]
#    to [244f75f7866e4b1273b09482f434d6dafa38ca65]
# 
============================================================
--- packages/apache2/apache2-native_2.2.3.bb	c3cb0bbb21cd4a5129f91f294cc0fa72a617f93f
+++ packages/apache2/apache2-native_2.2.3.bb	244f75f7866e4b1273b09482f434d6dafa38ca65
@@ -1,9 +1,9 @@ DEPENDS = "expat pcre"
 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}"






More information about the Openembedded-commits mailing list