From 2314a007c3a3fdee816f9071313afa6bb463614a Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 15 May 2021 09:06:10 +0200 Subject: [PATCH] Port from distro_features_check to features_check --- recipes-plasma/images/core-image-plasma-mobile.bb | 2 +- recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"