Port from distro_features_check to features_check

This commit is contained in:
Andreas Cord-Landwehr
2021-05-15 09:06:10 +02:00
parent 4d1a1ea71e
commit 2314a007c3
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ IMAGE_FEATURES += "splash package-management hwcodecs x11"
LICENSE = "MIT"
inherit distro_features_check
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"

View File

@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup distro_features_check
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"