diff options
author | Douglas <douglas.royds@taitradio.com> | 2020-07-10 18:36:39 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | 30f401ab668f19dab1b0801724db928e295afae9 (patch) | |
tree | ddf958a4ed4f6cb4a98ad22e69673e9b60aa322b /meta/classes/nativesdk.bbclass | |
parent | 0bdb50b4d02e91e5a2c507f3cf044659f5395397 (diff) | |
download | poky-30f401ab668f19dab1b0801724db928e295afae9.tar.gz |
nativesdk: clear MACHINE_FEATURES
Further to 96c20c9df7:
Try to avoid nativesdk recipes accidentally being dependent on MACHINE_FEATURES.
(From OE-Core rev: 956e5bd6862ca898143a234aa85cc83b1f2d1807)
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-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 | ||