]> code.ossystems Code Review - meta-freescale.git/commitdiff
recipes: Use features_check instead of distro_features_check
authorKhem Raj <raj.khem@gmail.com>
Sat, 23 Nov 2019 00:12:08 +0000 (16:12 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 23 Nov 2019 15:17:02 +0000 (12:17 -0300)
distro_features_check is now deprecated

Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/qoriq_build_64bit_kernel.bbclass
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
recipes-graphics/wayland/weston_5.0.0.imx.bb

index ffa67c8c70978e3e5bfdc6cc8cde3913505e7c87..93b4d412ff3ca928b22c7343ce8d00ba44f4a73e 100644 (file)
@@ -1,4 +1,4 @@
-inherit distro_features_check
+inherit features_check
 REQUIRED_DISTRO_FEATURES_e6500 += "multiarch"
 
 python () {
index 2c61c101d06141f0822618e789e63e6a9edb7fd3..43d86ef2f4e2c2d0efb310501e564316c9506c55 100644 (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"
 
index 270aa2addd7386f7e3c0f244f62826c320802868..a7778b41cd8eed526fc224c8b329fcbe640fea6e 100644 (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"