diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:15:29 +0000 |
commit | 5193485a42dfb3396d0f12aaa7732c5db29d7338 (patch) | |
tree | d2fe40ae9bedc1b28057216571af4f99aa56fd4f /meta/recipes-core/eglibc | |
parent | 0c1c0a890f6e99608eda3d20a6b89027a2c72e96 (diff) | |
download | openembedded-core-5193485a42dfb3396d0f12aaa7732c5db29d7338.tar.gz openembedded-core-5193485a42dfb3396d0f12aaa7732c5db29d7338.tar.bz2 openembedded-core-5193485a42dfb3396d0f12aaa7732c5db29d7338.zip |
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]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 6 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.16.bb | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index 1520efd718..c1a090e39e 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc @@ -7,7 +7,7 @@ PACKAGES = "" PACKAGES_DYNAMIC = "" STAGINGCC = "gcc-cross-initial" -STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" +STAGINGCC_class-nativesdk = "gcc-crosssdk-initial" TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" do_configure () { 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 require eglibc-testing.inc STAGINGCC = "gcc-cross-initial" -STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" +STAGINGCC_class-nativesdk = "gcc-crosssdk-initial" PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" @@ -39,7 +39,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \ " GLIBC_EXTRA_OECONF ?= "" -GLIBC_EXTRA_OECONF_virtclass-nativesdk = "" +GLIBC_EXTRA_OECONF_class-nativesdk = "" INHIBIT_DEFAULT_DEPS = "1" ARM_INSTRUCTION_SET = "arm" @@ -68,4 +68,4 @@ do_configure_append() { GLIBC_ADDONS ?= "ports,nptl,libidn" SDK_GLIBC_ADDONS ?= "ports,nptl,libidn" -GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}" +GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}" diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb index 56a0a38192..aa9256cdc1 100644 --- a/meta/recipes-core/eglibc/eglibc_2.16.bb +++ b/meta/recipes-core/eglibc/eglibc_2.16.bb @@ -37,7 +37,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \ file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \ file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff " -SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch \ +SRC_URI_append_class-nativesdk = " file://ld-search-order.patch \ file://relocatable_sdk.patch \ " S = "${WORKDIR}/eglibc-${PV}/libc" |