agl-image-graphical-html5: fix distro_check_features usage 72/24872/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 25 Jun 2020 16:48:30 +0000 (12:48 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 25 Jun 2020 16:48:30 +0000 (12:48 -0400)
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 <scott.murray@konsulko.com>
Change-Id: Ifc2de2b1b7a82330134c8f645a8b415651ff3931

meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc

index 21f3b19..e943b99 100644 (file)
@@ -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"