]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
atom-pc: Drop glibc --with-tls option, its now the only option for glibc
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Aug 2012 07:17:20 +0000 (08:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Aug 2012 11:15:33 +0000 (12:15 +0100)
This option is unused by (e)glibc since 2011 and is the default. It has been
shown to interact badly with the configure option in ia32-base.inc from meta-intel
causing a rebuild of the whole system despite the only change being an
assignment with += vs =. The easiest fix is simply to drop it.

(From meta-yocto rev: d9596aaab2854a3b21e4d6c4c4587f878b8391dc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/machine/atom-pc.conf

index 73aba582917fafb85ffc5c26697035103464265d..46bc71b75d69af610bb5e5bee4d3f647507a124c 100644 (file)
@@ -33,7 +33,6 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live"
 APPEND += "usbcore.autosuspend=1"
 
 GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
 
 EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"