summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-10-27 16:48:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:18:27 +0000
commit5d94d29f553456268351b26065cc69eb19e71b87 (patch)
tree6e9a8651524e8417f96e83595e83c8fa387d5bdf /meta/recipes-core/eglibc/eglibc.inc
parent74bb195f9f72d4f281f4c11f03ca46aee95ccd55 (diff)
downloadpoky-5d94d29f553456268351b26065cc69eb19e71b87.tar.gz
recipes-core: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated, which should be replaced by class-native and class-nativesdk. [YOCTO #3297] (From OE-Core rev: 5193485a42dfb3396d0f12aaa7732c5db29d7338) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index e1ec6b2b8c..3d136bf8d7 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -3,7 +3,7 @@ require eglibc-ld.inc
3require eglibc-testing.inc 3require eglibc-testing.inc
4 4
5STAGINGCC = "gcc-cross-initial" 5STAGINGCC = "gcc-cross-initial"
6STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" 6STAGINGCC_class-nativesdk = "gcc-crosssdk-initial"
7PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" 7PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
8 8
9TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" 9TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
@@ -39,7 +39,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \
39 " 39 "
40 40
41GLIBC_EXTRA_OECONF ?= "" 41GLIBC_EXTRA_OECONF ?= ""
42GLIBC_EXTRA_OECONF_virtclass-nativesdk = "" 42GLIBC_EXTRA_OECONF_class-nativesdk = ""
43INHIBIT_DEFAULT_DEPS = "1" 43INHIBIT_DEFAULT_DEPS = "1"
44 44
45ARM_INSTRUCTION_SET = "arm" 45ARM_INSTRUCTION_SET = "arm"
@@ -68,4 +68,4 @@ do_configure_append() {
68 68
69GLIBC_ADDONS ?= "ports,nptl,libidn" 69GLIBC_ADDONS ?= "ports,nptl,libidn"
70SDK_GLIBC_ADDONS ?= "ports,nptl,libidn" 70SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
71GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}" 71GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}"