From: Koen Kooi Date: Thu, 22 Oct 2009 09:09:56 +0000 (+0200) Subject: angstrom: blacklist libiconv for *glibc to stop people from corrupting their builds X-Git-Tag: Release-2010-05/1~1990 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30776429ddedfc3ffd9d5b718bb755ee226ce739;p=openembedded.git angstrom: blacklist libiconv for *glibc to stop people from corrupting their builds --- diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc index 2a1b7b059c..e85b0b8132 100644 --- a/conf/distro/include/angstrom-eglibc.inc +++ b/conf/distro/include/angstrom-eglibc.inc @@ -1,6 +1,8 @@ # eglibc: require conf/distro/include/eglibc.inc +ANGSTROM_BLACKLIST_pn-libiconv = "the glibc builtin iconv replacement is used" + TARGET_OS = "linux" TARGET_OS .= "${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}" diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc index 4488becd92..183f0c1d18 100644 --- a/conf/distro/include/angstrom-glibc.inc +++ b/conf/distro/include/angstrom-glibc.inc @@ -1,6 +1,8 @@ # glibc: require conf/distro/include/glibc-${TOOLCHAIN_TYPE}.inc +ANGSTROM_BLACKLIST_pn-libiconv = "the glibc builtin iconv replacement is used" + TARGET_OS = "linux" TARGET_OS .= "${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"