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/classpath/classpath_0.99.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/classpath/classpath_0.99.bb') diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb index 714503a..5b9d904 100644 --- a/recipes-core/classpath/classpath_0.99.bb +++ b/recipes-core/classpath/classpath_0.99.bb @@ -1,6 +1,6 @@ require classpath.inc -inherit distro_features_check +inherit features_check REQUIRED_DISTRO_FEATURES = "x11" -- cgit v1.2.3-54-g00ecf