mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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"
|
||||
|
||||
@@ -21,7 +21,7 @@ SRC_URI += "file://autoreconf-include.patch \
|
||||
SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b"
|
||||
SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969"
|
||||
|
||||
SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"
|
||||
SRC_URI_append_class-native = " file://fix_path_xtra.patch"
|
||||
|
||||
EXTRA_OECONF += "ac_cv_path_M4=m4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user