diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-09-14 01:04:48 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:45 +0100 |
| commit | d84e9f446a3e948f213182c3abfdaa168cc56c1f (patch) | |
| tree | 24c46281c9ca0a5cb5fe38387bd9e61aa7c18791 | |
| parent | d9efbd2c3cbfce80f85f11e954214920e1f1be56 (diff) | |
| download | poky-d84e9f446a3e948f213182c3abfdaa168cc56c1f.tar.gz | |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
| 100 | clsextend.map_packagevars() | 100 | clsextend.map_packagevars() |
| 101 | clsextend.map_variable("PROVIDES") | 101 | clsextend.map_variable("PROVIDES") |
| 102 | clsextend.map_regexp_variable("PACKAGES_DYNAMIC") | 102 | clsextend.map_regexp_variable("PACKAGES_DYNAMIC") |
| 103 | d.setVar("LIBCEXTENSION", "") | ||
| 104 | d.setVar("ABIEXTENSION", "") | ||
| 103 | } | 105 | } |
| 104 | 106 | ||
| 105 | addhandler nativesdk_virtclass_handler | 107 | addhandler nativesdk_virtclass_handler |
