From 95d56a63cdbf1ed9db99a1f02075568fd45a668b Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Mon, 30 Mar 2020 08:51:00 +0200 Subject: Revert "recipes: rename distro_features_check to features_check" The corresponding changes in oe-core has not been backported to zeus. This reverts commit d2e962a795e8713e5443659669842298453d938f. Signed-off-by: Jacob Kroon 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 b03a5b9..d47b2f1 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 features_check +inherit java autotools update-alternatives pkgconfig relative_symlinks distro_features_check REQUIRED_DISTRO_FEATURES_class-target = "x11" -- cgit v1.2.3-54-g00ecf