diff options
author | Douglas <douglas.royds@taitradio.com> | 2020-07-10 18:36:39 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-22 22:46:37 +0100 |
commit | 8aad156d3f1e0c773b905f3a5ab0f74df512fe75 (patch) | |
tree | 43d16e1d534d77d30c6da9c88588e44966d59564 /meta/classes | |
parent | 4b32bd49fd77d690ba35aaad2e9790fa71073efe (diff) | |
download | poky-8aad156d3f1e0c773b905f3a5ab0f74df512fe75.tar.gz |
nativesdk: clear MACHINE_FEATURES
Further to 96c20c9df7:
Try to avoid nativesdk recipes accidentally being dependent on MACHINE_FEATURES.
(From OE-Core rev: 0cbae5aa12aa8f3e0865d36d665dfd4a5853a691)
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>
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 7b75710726..cd389c9c77 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -9,6 +9,7 @@ NATIVESDKLIBC ?= "libc-glibc" | |||
9 | LIBCOVERRIDE = ":${NATIVESDKLIBC}" | 9 | LIBCOVERRIDE = ":${NATIVESDKLIBC}" |
10 | CLASSOVERRIDE = "class-nativesdk" | 10 | CLASSOVERRIDE = "class-nativesdk" |
11 | MACHINEOVERRIDES = "" | 11 | MACHINEOVERRIDES = "" |
12 | MACHINE_FEATURES = "" | ||
12 | 13 | ||
13 | MULTILIBS = "" | 14 | MULTILIBS = "" |
14 | 15 | ||