From 4fbc283c00494803d93c02a6828f27e2c713d26d Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Tue, 3 Apr 2012 08:13:51 +0800 Subject: eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk. Use SDK_GLIBC_ADDONS for eglibc-nativesdk so that it is not dependant on the target eglibc's GLIBC_ADDONS settings. (From OE-Core rev: e165203a6a7eb1fd47a20c3ede4d5a20ad49487f) Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/conf/machine-sdk/x86_64.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/conf/machine-sdk/x86_64.conf') diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index a6adb2817d..9495842a14 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf @@ -1 +1,3 @@ -SDK_ARCH = "x86_64" \ No newline at end of file +SDK_ARCH = "x86_64" + +SDK_GLIBC_ADDONS = "nptl" -- cgit v1.2.3-54-g00ecf