diff options
Diffstat (limited to 'meta/classes')
-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}" |