aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xw@renesas.com>2019-12-26 09:08:02 +0700
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2020-05-04 18:17:33 +0900
commit008d6ed05548f4f38af831fc0b4b778eec512d9a (patch)
tree9837b25fb50e997d74a34b12ffeb7237eb663ad9 /meta-rcar-gen3/recipes-graphics
parent863e3e10697ae0c47d98d6249b34e9d3dd7964db (diff)
rcar-gen3: Replace deprecated bbclass
distro_features_check.bbclass is deprecated, this commit updates recipes to use features_check.bbclass instead. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id8a4848dbfd53ecb7033fdfff0459fd520a892d3
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-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"