mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
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:
parent
0be39721ce
commit
568cbe0366
|
@ -1,4 +1,4 @@
|
|||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES_e6500 += "multiarch"
|
||||
|
||||
python () {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user