diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-03-22 15:47:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:43:32 +0000 |
commit | ce109ff89c2452bffae86e53d2c2b3e4fa37e73b (patch) | |
tree | 6175a2d6a25c3ee8df097f0f7f14d6001468ad0a /meta/classes | |
parent | 2180349f75faf04cd313f2cdf043a55a8b81a582 (diff) | |
download | poky-ce109ff89c2452bffae86e53d2c2b3e4fa37e73b.tar.gz |
native.bbclass: clear MACHINE_FEATURES
Try to avoid native recipes accidentally being dependent on
MACHINE_FEATURES. This simple change doesn't prevent MACHINE_FEATURES
set via MACHINE_FEATURES_BACKFILL sneaking through, but it's better
than nothing.
(From OE-Core rev: 96c20c9df714cdf3f0e9461ec566c4f5d3bdb5f1)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 6becf8233f..1919fbcdbd 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -112,6 +112,7 @@ PKG_CONFIG_SYSTEM_INCLUDE_PATH[unexport] = "1" | |||
112 | LIBCOVERRIDE = "" | 112 | LIBCOVERRIDE = "" |
113 | CLASSOVERRIDE = "class-native" | 113 | CLASSOVERRIDE = "class-native" |
114 | MACHINEOVERRIDES = "" | 114 | MACHINEOVERRIDES = "" |
115 | MACHINE_FEATURES = "" | ||
115 | 116 | ||
116 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" | 117 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" |
117 | 118 | ||