summaryrefslogtreecommitdiffstats
path: root/meta/classes
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-08 15:44:20 +0100
commit7f902fb29f33e923720be2871cae79ab46eeda72 (patch)
tree3dd668017ee01d1b88551236558690816a3cdf60 /meta/classes
parent2ead8dc18bb6dbb9c9cb7448f772651f705f5c2c (diff)
downloadpoky-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.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}"