From: Koen Kooi Date: Tue, 7 Mar 2006 16:45:38 +0000 (+0000) Subject: glibc: make qemu breakage disasters opt-in instead of opt-out X-Git-Tag: Release-2010-05/1~9453^2~2279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5a5bdd63959ea79358c70e57ab16ad09fd2f2e;p=openembedded.git glibc: make qemu breakage disasters opt-in instead of opt-out --- diff --git a/packages/glibc/glibc-package.bbclass b/packages/glibc/glibc-package.bbclass index e03d99b7c3..d740194021 100644 --- a/packages/glibc/glibc-package.bbclass +++ b/packages/glibc/glibc-package.bbclass @@ -14,7 +14,7 @@ python __anonymous () { bb.data.getVar('TARGET_OS', d, 1)) } -BINARY_LOCALE_ARCHES ?= "arm" +BINARY_LOCALE_ARCHES ?= "0" PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile" PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-*"