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
This commit is contained in:
Alistair Francis
2019-10-14 10:51:25 -07:00
parent a64deb35d7
commit e786a630a7

View File

@@ -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