diff options
Diffstat (limited to 'meta/classes/sanity.bbclass')
| -rw-r--r-- | meta/classes/sanity.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 7bcceee31b..0f3ede2be4 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
| @@ -226,7 +226,6 @@ def check_toolchain_tune(data, tune, multilib): | |||
| 226 | # Apply the overrides so we can look at the details. | 226 | # Apply the overrides so we can look at the details. |
| 227 | overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib | 227 | overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib |
| 228 | localdata.setVar("OVERRIDES", overrides) | 228 | localdata.setVar("OVERRIDES", overrides) |
| 229 | bb.data.update_data(localdata) | ||
| 230 | bb.debug(2, "Sanity-checking tuning '%s' (%s) features:" % (tune, multilib)) | 229 | bb.debug(2, "Sanity-checking tuning '%s' (%s) features:" % (tune, multilib)) |
| 231 | features = (localdata.getVar("TUNE_FEATURES_tune-%s" % tune) or "").split() | 230 | features = (localdata.getVar("TUNE_FEATURES_tune-%s" % tune) or "").split() |
| 232 | if not features: | 231 | if not features: |
