summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas <douglas.royds@taitradio.com>2020-07-10 18:36:39 +1200
committerSteve Sakoman <steve@sakoman.com>2020-07-13 17:16:12 -1000
commit0cbae5aa12aa8f3e0865d36d665dfd4a5853a691 (patch)
tree9402e4588aa92f1906592e5e6dd8801173738aaf
parent1a52f9ec394ec2ce9899543c1b9ef95e926ebf14 (diff)
downloadopenembedded-core-contrib-0cbae5aa12aa8f3e0865d36d665dfd4a5853a691.tar.gz
nativesdk: clear MACHINE_FEATURES
Further to 96c20c9df7: Try to avoid nativesdk recipes accidentally being dependent on MACHINE_FEATURES. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 956e5bd6862ca898143a234aa85cc83b1f2d1807) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 7b75710726..cd389c9c77 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -9,6 +9,7 @@ NATIVESDKLIBC ?= "libc-glibc"
LIBCOVERRIDE = ":${NATIVESDKLIBC}"
CLASSOVERRIDE = "class-nativesdk"
MACHINEOVERRIDES = ""
+MACHINE_FEATURES = ""
MULTILIBS = ""