mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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
@@ -6,8 +6,8 @@ LICENSE = "GPLv3"
|
||||
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
||||
SECTION = "devel"
|
||||
DEPENDS += "m4-native"
|
||||
DEPENDS_virtclass-native = "m4-native gnu-config-native"
|
||||
DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
DEPENDS_class-native = "m4-native gnu-config-native"
|
||||
DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl \
|
||||
perl-module-carp \
|
||||
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl-module-io-file \
|
||||
perl-module-posix \
|
||||
"
|
||||
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
|
||||
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
|
||||
file://program_prefix.patch"
|
||||
|
||||
Reference in New Issue
Block a user