diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-20 07:58:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-20 07:58:10 +0000 |
commit | 08cd5cd73a8c3ebdc72a97d7336b239aaf39e57d (patch) | |
tree | 70fe9f197020cd144f4bc193510240686d37acaf /packages | |
parent | 272312d86a6d0d5e8045b66e9f381b1974a2ffca (diff) |
glibc 2.4: start whitelisting compatible hosts with COMPATIBLE_MACHINE
* default_preference is too weak to mask out broken archs
Diffstat (limited to 'packages')
-rw-r--r-- | packages/glibc/glibc_2.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/glibc/glibc_2.4.bb b/packages/glibc/glibc_2.4.bb index b0f0396979..dc844ea1d2 100644 --- a/packages/glibc/glibc_2.4.bb +++ b/packages/glibc/glibc_2.4.bb @@ -5,6 +5,8 @@ SECTION = "libs" 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 |