diff --git a/recipes-plasma/images/core-image-plasma-mobile.bb b/recipes-plasma/images/core-image-plasma-mobile.bb index 0f13041..d4573cf 100644 --- a/recipes-plasma/images/core-image-plasma-mobile.bb +++ b/recipes-plasma/images/core-image-plasma-mobile.bb @@ -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" diff --git a/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb b/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb index 2f7fd34..e241f0a 100644 --- a/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb +++ b/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb @@ -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"