[oe-commits] org.oe.dev glibc 2.4: start whitelisting compatible hosts with COMPATIBLE_MACHINE

koen commit openembedded-commits at lists.openembedded.org
Fri Oct 20 08:05:34 UTC 2006


glibc 2.4: start whitelisting compatible hosts with COMPATIBLE_MACHINE
* default_preference is too weak to mask out broken archs

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a72d3fe67189dae58ebef83202828486d3e5939c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a72d3fe67189dae58ebef83202828486d3e5939c
Files:
1
packages/glibc/glibc_2.4.bb
Diffs:

#
# mt diff -ref74b3ed56d148e2aa5c31b9e6f8c0922cfdcac8 -ra72d3fe67189dae58ebef83202828486d3e5939c
#
# 
# 
# patch "packages/glibc/glibc_2.4.bb"
#  from [f1b4d4f75ca3b87c30b211b11a819a96a830c4c0]
#    to [10999d847227fb31d1dc5bab363bb9b2f5b3d150]
# 
============================================================
--- packages/glibc/glibc_2.4.bb	f1b4d4f75ca3b87c30b211b11a819a96a830c4c0
+++ packages/glibc/glibc_2.4.bb	10999d847227fb31d1dc5bab363bb9b2f5b3d150
@@ -5,6 +5,8 @@ PR = "r10"
 PRIORITY = "required"
 PR = "r10"
 
+#add the hosts that are confirmed to be working to COMPATIBLE_HOSTi
+COMPATIBLE_HOST = '(i.86.*-linux|sh.*-linux)'
 DEFAULT_PREFERENCE_arm = "-1"
 
 # the -isystem in bitbake.conf screws up glibc do_stage






More information about the Openembedded-commits mailing list