mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
meta/recipes: Remove virtclass references
The virtclass overrides will go away at some point (apart from the multilib one). Change them all to class-xxx instead since people enjoy copy and pasting them. (From OE-Core rev: d1c073d2813bd913617990cd047507353ea0c09e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,7 +29,7 @@ do_configure () {
|
||||
}
|
||||
|
||||
NO32LIBS ??= "1"
|
||||
NO32LIBS_virtclass-nativesdk = "1"
|
||||
NO32LIBS_class-nativesdk = "1"
|
||||
|
||||
# Compile for the local machine arch...
|
||||
do_compile () {
|
||||
|
||||
Reference in New Issue
Block a user