mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes: 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: 9fbeab63315fef0dbcc91c5e7051665764758a6e) 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
ffec48ad4e
commit
51c7ad682f
@@ -24,8 +24,8 @@ PACKAGEFUNCS += " do_package_qa "
|
||||
# unsafe-references-in-binaries requires prelink-rtld from
|
||||
# prelink-native, but we don't want this DEPENDS for -native builds
|
||||
QADEPENDS = "prelink-native"
|
||||
QADEPENDS_virtclass-native = ""
|
||||
QADEPENDS_virtclass-nativesdk = ""
|
||||
QADEPENDS_class-native = ""
|
||||
QADEPENDS_class-nativesdk = ""
|
||||
|
||||
#
|
||||
# dictionary for elf headers
|
||||
|
||||
Reference in New Issue
Block a user