diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-27 11:19:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-08 15:44:20 +0100 |
commit | 7f902fb29f33e923720be2871cae79ab46eeda72 (patch) | |
tree | 3dd668017ee01d1b88551236558690816a3cdf60 /meta/classes | |
parent | 2ead8dc18bb6dbb9c9cb7448f772651f705f5c2c (diff) | |
download | poky-7f902fb29f33e923720be2871cae79ab46eeda72.tar.gz |
nativesdk: Clear TUNE_FEATURES
Similarly to what native.bbclass does, clear TUNE_FEATURES since these
aren't appropriate to the nativesdk build. This saves us having to change
down signature issues due to data in this variable.
(From OE-Core rev: 2e5079e434504a3a22b609f7ddbb7f4c533c4cdb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index f8e9607513..e46739e325 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -55,6 +55,7 @@ TARGET_CXXFLAGS = "${BUILDSDK_CXXFLAGS}" | |||
55 | TARGET_LDFLAGS = "${BUILDSDK_LDFLAGS}" | 55 | TARGET_LDFLAGS = "${BUILDSDK_LDFLAGS}" |
56 | TARGET_FPU = "" | 56 | TARGET_FPU = "" |
57 | EXTRA_OECONF_GCC_FLOAT = "" | 57 | EXTRA_OECONF_GCC_FLOAT = "" |
58 | TUNE_FEATURES = "" | ||
58 | 59 | ||
59 | CPPFLAGS = "${BUILDSDK_CPPFLAGS}" | 60 | CPPFLAGS = "${BUILDSDK_CPPFLAGS}" |
60 | CFLAGS = "${BUILDSDK_CFLAGS}" | 61 | CFLAGS = "${BUILDSDK_CFLAGS}" |