]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc/machine-sdk: Drop SDK_GLIBC_ADDONS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2013 13:22:53 +0000 (13:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2013 21:27:59 +0000 (22:27 +0100)
We no longer change GLIBC_ADDONS per target so we no longer need to special
case the SDK settings for it either.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine-sdk/i586.conf
meta/conf/machine-sdk/i686.conf
meta/conf/machine-sdk/x86_64.conf
meta/recipes-core/eglibc/eglibc.inc

index 190f2bdfb7032802f0dfd101b718ccac83d17316..baacce70af9cf0a00fd1a5f6bf2eeada69b5facd 100644 (file)
@@ -1,4 +1,3 @@
 SDK_ARCH = "i586"
 SDK_CC_ARCH = "-march=i586"
 
-SDK_GLIBC_ADDONS = "nptl"
index 3e8e4f4f45611024ffb70efe2cebcd7132b76275..ffdb46131cb68567c655b03408daa8306774e194 100644 (file)
@@ -1,4 +1,2 @@
 SDK_ARCH = "i686"
 SDK_CC_ARCH = "-march=i686"
-
-SDK_GLIBC_ADDONS = "nptl"
index 9495842a14a287a1d163f77c4111b5d4212e4d85..812d67c8d299367ed1bdc683bf3b496f811a4232 100644 (file)
@@ -1,3 +1 @@
 SDK_ARCH = "x86_64"
-
-SDK_GLIBC_ADDONS = "nptl"
index 1e041977de4b3b83ee53fabd19d1faac0de4bef0..40dd6b5847623f481077704d04c1de2c7adc05e8 100644 (file)
@@ -78,5 +78,3 @@ do_configure_append() {
 }
 
 GLIBC_ADDONS ?= "ports,nptl,libidn"
-SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
-GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}"