]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION
authorKhem Raj <raj.khem@gmail.com>
Sat, 14 Sep 2019 08:04:48 +0000 (01:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 10:45:29 +0000 (11:45 +0100)
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/nativesdk.bbclass

index f25b0c31b13f01d18cee4ef25594be76210e855c..03135acedc02b46907670ccbea5eddaa56099273 100644 (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