From 3d6b46ce089bb6ee542278d6eec831fa4911bf3d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 25 Jun 2020 12:48:30 -0400 Subject: agl-image-graphical-html5: fix distro_check_features usage Fix the warning about usage of the deprecated distro_check_features class by switching to the new check_features class. This slipped through the cracks during the dunfell upgrade. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: Ifc2de2b1b7a82330134c8f645a8b415651ff3931 --- .../recipes-platform/images/agl-image-graphical-html5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc b/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc index 21f3b19a..e943b990 100644 --- a/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc +++ b/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc @@ -4,6 +4,6 @@ IMAGE_FEATURES += "splash" IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ssh-server-dropbear' , '', d)}" -inherit distro_features_check +inherit features_check REQUIRED_DISTRO_FEATURES = "wayland" -- cgit 1.2.3-korg