astromenace/supertuxkart: Fix parse warnings

oe-core deprecated distro_features_check. The new class to use is
features_check.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-09 21:14:51 +01:00
parent 9df36c33af
commit 80c3ea7d57
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ DEPENDS = "libsdl freealut openal-soft libogg libvorbis freetype libglu libxiner
REQUIRED_DISTRO_FEATURES = "x11"
inherit cmake qemu gtk-icon-cache distro_features_check
inherit cmake qemu gtk-icon-cache features_check
SRC_URI = " \
git://github.com/viewizard/astromenace.git \

View File

@@ -18,7 +18,7 @@ DEPENDS = " \
bluez5 \
"
inherit cmake gtk-icon-cache distro_features_check
inherit cmake gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "x11"