All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION
@ 2019-09-14  8:04 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2019-09-14  8:04 UTC (permalink / raw)
  To: openembedded-core

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(+)

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
-- 
2.23.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-14  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14  8:04 [PATCH] nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.