mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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 <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d005b787df
commit
aea2d8c02c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user