diff mbox series

nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION

Message ID 20190914080448.973404-1-raj.khem@gmail.com
State Accepted
Commit aff2d1264030a8061fc1b31dae0f369bfd76826b
Headers show
Series nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION | expand

Commit Message

Khem Raj Sept. 14, 2019, 8:04 a.m. UTC
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>

---
 meta/classes/nativesdk.bbclass | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.23.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index f25b0c31b1..03135acedc 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -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