summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-09 13:22:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-09 22:28:04 +0100
commit7f2bf08280f11daa002f4a9e870c2b77711cbf90 (patch)
tree30a54e591de63fd4fa55c7bbfbc6a0e3daf931ed /meta/recipes-core/eglibc
parentf1a063517295390a6fd2a5e1ce239c294ef1d99f (diff)
downloadpoky-7f2bf08280f11daa002f4a9e870c2b77711cbf90.tar.gz
eglibc/machine-sdk: Drop SDK_GLIBC_ADDONS
We no longer change GLIBC_ADDONS per target so we no longer need to special case the SDK settings for it either. (From OE-Core rev: 3fb0e792600b5adb58bc5fca90d8605c1c76280f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 1e041977de..40dd6b5847 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -78,5 +78,3 @@ do_configure_append() {
78} 78}
79 79
80GLIBC_ADDONS ?= "ports,nptl,libidn" 80GLIBC_ADDONS ?= "ports,nptl,libidn"
81SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
82GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}"