diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 13:22:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 22:27:59 +0100 |
commit | 3fb0e792600b5adb58bc5fca90d8605c1c76280f (patch) | |
tree | 6b8cf4a267bf884e1f1b41aa7f270c8b807ccb0f /meta/recipes-core/eglibc | |
parent | 23ba10c61ff26bffb1a84972eb4e0bfb03561f89 (diff) | |
download | openembedded-core-3fb0e792600b5adb58bc5fca90d8605c1c76280f.tar.gz openembedded-core-3fb0e792600b5adb58bc5fca90d8605c1c76280f.tar.bz2 openembedded-core-3fb0e792600b5adb58bc5fca90d8605c1c76280f.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 2 |
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() { } GLIBC_ADDONS ?= "ports,nptl,libidn" -SDK_GLIBC_ADDONS ?= "ports,nptl,libidn" -GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}" |