angstrom: blacklist libiconv for *glibc to stop people from corrupting their builds
authorKoen Kooi <koen@openembedded.org>
Thu, 22 Oct 2009 09:09:56 +0000 (11:09 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 22 Oct 2009 09:09:56 +0000 (11:09 +0200)
conf/distro/include/angstrom-eglibc.inc
conf/distro/include/angstrom-glibc.inc

index 2a1b7b0..e85b0b8 100644 (file)
@@ -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']]}"
index 4488bec..183f0c1 100644 (file)
@@ -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']]}"