From d2e962a795e8713e5443659669842298453d938f Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sat, 7 Dec 2019 18:07:38 +0000 Subject: recipes: rename distro_features_check to features_check Avoid warning due to the class rename in OE-Core. Signed-off-by: Alex Kiernan Signed-off-by: Richard Leitner --- recipes-core/jamvm/jamvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/jamvm/jamvm.inc') diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index cdf087e..387d799 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc @@ -15,7 +15,7 @@ RPROVIDES_${PN}_class-native = "" BBCLASSEXTEND = "native" -inherit java autotools update-alternatives pkgconfig relative_symlinks distro_features_check +inherit java autotools update-alternatives pkgconfig relative_symlinks features_check REQUIRED_DISTRO_FEATURES_class-target = "x11" -- cgit v1.2.3-54-g00ecf