From 3fb0e792600b5adb58bc5fca90d8605c1c76280f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 May 2013 13:22:53 +0000 Subject: 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 --- meta/recipes-core/eglibc/eglibc.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core/eglibc') 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}" -- cgit 1.2.3-korg