1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION

These variables dont make sense for nativesdk targets which essentially
are target only properties, this helps in avoiding recompile of
nativesdk-libgcc-initial when switch libcs. nativesdk targets are glibc
only for OE

(From OE-Core rev: aff2d1264030a8061fc1b31dae0f369bfd76826b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2019-09-14 01:04:48 -07:00
committed by Richard Purdie
parent d9efbd2c3c
commit d84e9f446a
+2
View File
@@ -100,6 +100,8 @@ python () {
clsextend.map_packagevars()
clsextend.map_variable("PROVIDES")
clsextend.map_regexp_variable("PACKAGES_DYNAMIC")
d.setVar("LIBCEXTENSION", "")
d.setVar("ABIEXTENSION", "")
}
addhandler nativesdk_virtclass_handler