[oe-commits] [openembedded-core] 28/30: nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 08:55:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dfc042bfbdea8d9a8fb116c1c9be6e748281f1ea
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Sep 14 01:04:48 2019 -0700

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/nativesdk.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index f25b0c3..03135ac 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list