diff options
| author | Patrick Ohly <patrick.ohly@intel.com> | 2017-07-12 11:08:34 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:36 +0100 |
| commit | 8839ed1620c80f3c4a806c096e97d25c68d6d64e (patch) | |
| tree | 8f952fe74d1eec86ae52db4c874669ba6cb31f77 | |
| parent | ec251ee98fdbf83bb7f36b179ba3978d7c31b66e (diff) | |
| download | poky-8839ed1620c80f3c4a806c096e97d25c68d6d64e.tar.gz | |
distrooverrides.bbclass: fix default configuration
When using distrooverrides.bbclass without setting
DISTRO_FEATURES_OVERRIDES, the code failed because of a spelling error
in the default.
[YOCTO #11759]
(From OE-Core rev: 174277176fcdc13b4a29e291dafc2f508ff9da66)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/distrooverrides.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/distrooverrides.bbclass b/meta/classes/distrooverrides.bbclass index 9a42712f20..9f4db0d771 100644 --- a/meta/classes/distrooverrides.bbclass +++ b/meta/classes/distrooverrides.bbclass | |||
| @@ -18,8 +18,8 @@ | |||
| 18 | # of these overrides should be limited to .bb and .bbappend files, | 18 | # of these overrides should be limited to .bb and .bbappend files, |
| 19 | # because then DISTRO_FEATURES is final. | 19 | # because then DISTRO_FEATURES is final. |
| 20 | 20 | ||
| 21 | DISTRO_FEATURE_OVERRIDES ?= "" | 21 | DISTRO_FEATURES_OVERRIDES ?= "" |
| 22 | DISTRO_FEATURE_OVERRIDES[doc] = "A space-separated list of <feature> entries. \ | 22 | DISTRO_FEATURES_OVERRIDES[doc] = "A space-separated list of <feature> entries. \ |
| 23 | Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." | 23 | Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." |
| 24 | 24 | ||
| 25 | DISTRO_FEATURES_FILTER_NATIVE_append = " ${DISTRO_FEATURES_OVERRIDES}" | 25 | DISTRO_FEATURES_FILTER_NATIVE_append = " ${DISTRO_FEATURES_OVERRIDES}" |
