From aea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 27 Oct 2012 16:48:17 +0800 Subject: recipes-devtools: 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: bb67ddeb2eed3e25c626a279ef53a7e8c7bfe6f2) Signed-off-by: Robert Yang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/tcltk') diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb index fab6057d66..b8f1e9af65 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb @@ -23,13 +23,13 @@ SRC_URI = "${BASE_SRC_URI} \ SRC_URI[md5sum] = "b01a9691c83990b3db0ce62d1012ca67" SRC_URI[sha256sum] = "8addc385fa6b5be4605e6d68fbdc4c0e674c5af1dc1c95ec5420390c4b08042a" -SRC_URI_virtclass-native = "${BASE_SRC_URI}" +SRC_URI_class-native = "${BASE_SRC_URI}" S = "${WORKDIR}/tcl${PV}/unix" inherit autotools -DEPENDS_virtclass-native = "" +DEPENDS_class-native = "" EXTRA_OECONF = "--enable-threads --disable-rpath" @@ -71,6 +71,6 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh" # isn't getting picked up by shlibs code RDEPENDS_${PN} += "tcl-lib" -RDEPENDS_${PN}_virtclass-native = "" +RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf