recipes: Use features_check instead of distro_features_check

distro_features_check is now deprecated

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2019-11-22 16:12:08 -08:00 committed by Otavio Salvador
parent 0be39721ce
commit 568cbe0366
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
inherit distro_features_check
inherit features_check
REQUIRED_DISTRO_FEATURES_e6500 += "multiarch"
python () {

View File

@ -52,7 +52,7 @@ RPROVIDES_${PN}_imxgpu3d += "imx-gpu-viv"
PE = "1"
inherit fsl-eula-unpack distro_features_check
inherit fsl-eula-unpack features_check
REQUIRED_DISTRO_FEATURES_mx8 = "wayland"

View File

@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
inherit autotools pkgconfig useradd distro_features_check
inherit autotools pkgconfig useradd features_check
# Disable OpenGL for parts with GPU support for 2D but not 3D
REQUIRED_DISTRO_FEATURES = "opengl"