aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2020-04-16 09:26:17 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-04-28 16:03:54 +0200
commit9688ae1021832cc252e7efa5083e76650cfcd25f (patch)
tree370b64c71714bcb635cdd1fd5e51a699a30dcb05 /meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc
parent95cf265896132a26868c12470956c5b7517fb4f2 (diff)
[Community] Use features_check bbclass
- Use features_check instead of distro_features_check. Now distro_features_check is deprecated in Yocto. Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Iba12fdf1388dc093448c57cdca73ff1f38cf0056
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 89318e5..3a6d2ae 100644
--- a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -23,7 +23,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
-inherit distro_features_check
+inherit features_check
REQUIRED_DISTRO_FEATURES = "x11"
PROTO_DEPS = "xorgproto"