summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-27 11:19:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-23 15:22:52 +0100
commit36eb09d20ede32e416fe1bcb4530c0b2c53363bd (patch)
tree69f13a89c36492729a731cf805bc0d2e8747e57f
parentac8186042de6d3f4be4445e5f12c8ae22ada0243 (diff)
downloadpoky-36eb09d20ede32e416fe1bcb4530c0b2c53363bd.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: 394c1bb8c8148d65b6188586fd4b6d8edc39ab88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2e5079e434504a3a22b609f7ddbb7f4c533c4cdb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/nativesdk.bbclass1
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}"
55TARGET_LDFLAGS = "${BUILDSDK_LDFLAGS}" 55TARGET_LDFLAGS = "${BUILDSDK_LDFLAGS}"
56TARGET_FPU = "" 56TARGET_FPU = ""
57EXTRA_OECONF_GCC_FLOAT = "" 57EXTRA_OECONF_GCC_FLOAT = ""
58TUNE_FEATURES = ""
58 59
59CPPFLAGS = "${BUILDSDK_CPPFLAGS}" 60CPPFLAGS = "${BUILDSDK_CPPFLAGS}"
60CFLAGS = "${BUILDSDK_CFLAGS}" 61CFLAGS = "${BUILDSDK_CFLAGS}"