From 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 20 Nov 2019 21:31:49 -0800 Subject: recipes: rename distro_features_check to features_check Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/gimp') diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb index 1d64910fd8..024534508c 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb @@ -25,7 +25,7 @@ DEPENDS = " \ " DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" -inherit distro_features_check gnomebase gtk-icon-cache gtk-doc +inherit features_check gnomebase gtk-icon-cache gtk-doc REQUIRED_DISTRO_FEATURES = "x11" -- cgit 1.2.3-korg