From: Khem Raj Date: Sat, 14 Sep 2019 08:04:48 +0000 (-0700) Subject: nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84e9f446a3e948f213182c3abfdaa168cc56c1f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index f25b0c31b13..03135acedc0 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