mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-02 05:38:39 +00:00
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
b77cc67691
commit
4c00e5fed9
@@ -12,7 +12,7 @@ SRCREV = "dc4565208fca00da06b972915a080ad3c63f640d"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Same restriction as gtk+
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
inherit pkgconfig autotools python3native
|
||||
|
||||
Reference in New Issue
Block a user