diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-04-03 08:13:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-03 14:07:55 +0100 |
commit | e165203a6a7eb1fd47a20c3ede4d5a20ad49487f (patch) | |
tree | acaa4f8764576ba3b4df80cb3e8e75491f8a2ef6 /meta/recipes-core/eglibc/eglibc_2.13.bb | |
parent | 5bcb68a232539cf11a30e3b812b2fbd6d7d76e35 (diff) | |
download | openembedded-core-e165203a6a7eb1fd47a20c3ede4d5a20ad49487f.tar.gz openembedded-core-e165203a6a7eb1fd47a20c3ede4d5a20ad49487f.tar.bz2 openembedded-core-e165203a6a7eb1fd47a20c3ede4d5a20ad49487f.zip |
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.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index e02c80fe44..927f72faac 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb @@ -3,7 +3,7 @@ require eglibc.inc SRCREV = "15508" DEPENDS += "gperf-native" -PR = "r22" +PR = "r23" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_13" @@ -36,8 +36,6 @@ PROVIDES_${PN}-dbg = "glibc-dbg" BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" -GLIBC_ADDONS ?= "ports,nptl,libidn" - GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN es_CR.ISO-8859-1" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/eglibc-${PV}', '${FILE_DIRNAME}/eglibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" @@ -60,6 +58,7 @@ python __anonymous () { export libc_cv_slibdir = "${base_libdir}" + EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --without-cvs --disable-profile --disable-debug --without-gd \ --enable-clocale=gnu \ |