[oe-commits] org.oe.dev slugos.inc, slugos-native.bb: nail madwifi-ng to a specific version

mwester commit openembedded-commits at lists.openembedded.org
Fri Mar 9 00:21:47 UTC 2007


slugos.inc, slugos-native.bb: nail madwifi-ng to a specific version
and remove monotone-6 in hopes of getting the feeds to build once again.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: f8e828833a5832ebccfdf10c0fe7b45d343a8ba0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f8e828833a5832ebccfdf10c0fe7b45d343a8ba0
Files:
1
conf/distro/include/slugos.inc
packages/meta/slugos-native.bb
Diffs:

#
# mt diff -rcc551d0b7ab4012acba8b4cf85caf32aa53f5f43 -rf8e828833a5832ebccfdf10c0fe7b45d343a8ba0
#
# 
# 
# patch "conf/distro/include/slugos.inc"
#  from [f74bbdbb46f58f4b758432a9f1134f070720e0e4]
#    to [7d15c82fd4cd9f676c6d1818552d64d7a5276ed2]
# 
# patch "packages/meta/slugos-native.bb"
#  from [47615f9c6a736942237210e4962e94ce87b4e464]
#    to [f92e11af6d7fad8a2253386c0af68f86c6ac1099]
# 
============================================================
--- conf/distro/include/slugos.inc	f74bbdbb46f58f4b758432a9f1134f070720e0e4
+++ conf/distro/include/slugos.inc	7d15c82fd4cd9f676c6d1818552d64d7a5276ed2
@@ -144,3 +144,8 @@ IGNORE_STRIP_ERRORS = ""
 
 #FIXME: HACK: REMOVE THIS
 IGNORE_STRIP_ERRORS = ""
+
+# Due to upstream instability, and another OE project with conflicting
+# needs, nail down a specific, known-working version of madwifi-ng.
+# Remove this once the madwifi-ng stuff seems to stabilize once again.
+PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225"
============================================================
--- packages/meta/slugos-native.bb	47615f9c6a736942237210e4962e94ce87b4e464
+++ packages/meta/slugos-native.bb	f92e11af6d7fad8a2253386c0af68f86c6ac1099
@@ -78,9 +78,12 @@ SLUGOS_NATIVE = "\
 # even on a thumb system (and this can be set in the tool's .bb file),
 # however even this doesn't work for very large programs at present
 # (only monotone!)
-SLUGOS_NATIVE_THUMB_BROKEN = "\
-	monotone-6 \
-	"
+####### *-*-* TEMPORARY: mwester - remove monotone as it wont' build.
+#SLUGOS_NATIVE_THUMB_BROKEN = "\
+#	monotone-6 \
+#	"
+SLUGOS_NATIVE_THUMB_BROKEN = ""
+###### *-*-*
 
 SLUGOS_NATIVE_THUMB_BROKEN_thumb = ""
 






More information about the Openembedded-commits mailing list