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-benchmark/glmark2/glmark2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-benchmark/glmark2') diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 605417634a..d590b0501b 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb @@ -19,7 +19,7 @@ SRCREV = "c17fd14505f30d9e4dbad276f7aa956fd21a637b" S = "${WORKDIR}/git" -inherit waf pkgconfig distro_features_check +inherit waf pkgconfig features_check REQUIRED_DISTRO_FEATURES += "opengl" -- cgit v1.2.3-54-g00ecf