From e786a630a74b912bb64eb7db67f75f3550c7923a Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 14 Oct 2019 10:51:25 -0700 Subject: [PATCH] core-image-plasma-mobile: Update to work correctly Summary: Update the core-image-plasma-mobile bb file to work correctly and remove some redundant packages. Reviewers: vkrause Reviewed By: vkrause Differential Revision: https://phabricator.kde.org/D24640 --- .../images/core-image-plasma-mobile.bb | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes-plasma/images/core-image-plasma-mobile.bb b/recipes-plasma/images/core-image-plasma-mobile.bb index 0b56c21..9258021 100644 --- a/recipes-plasma/images/core-image-plasma-mobile.bb +++ b/recipes-plasma/images/core-image-plasma-mobile.bb @@ -4,14 +4,17 @@ IMAGE_FEATURES += "splash package-management hwcodecs x11" LICENSE = "MIT" -inherit core-image distro_features_check +inherit distro_features_check REQUIRED_DISTRO_FEATURES = "wayland x11 kde" -CORE_IMAGE_BASE_INSTALL += "wayland plasma-mobile kwin dbus kirigami sddm" - -FEATURE_PACKAGES += " packagegroup-kde-frameworks5 \ - packagegroup-plasma-mobile \ - packagegroup-core-x11-xserver \ - packagegroup-core-x11-utils \ - " +IMAGE_INSTALL = " \ + ${CORE_IMAGE_BASE_INSTALL} \ + wayland dbus \ + sddm \ + packagegroup-kde-frameworks5 \ + packagegroup-plasma-mobile \ + packagegroup-core-x11-xserver \ + packagegroup-core-x11-utils \ + " +inherit core-image