From b1e6e057e7e6046e09957be4d614af77f09cb40b Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Belanger Date: Fri, 17 Nov 2023 21:32:28 +0000 Subject: [PATCH] packagegroup-plasma-mobile-workspace: fix missing packages from rdepends Using `=` here was overriding all the previous packages from `require plasma-workspace-common.inc` --- .../packagegroups/packagegroup-plasma-mobile-workspace.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-integration/packagegroups/packagegroup-plasma-mobile-workspace.bb b/recipes-integration/packagegroups/packagegroup-plasma-mobile-workspace.bb index b244989..0e5754f 100644 --- a/recipes-integration/packagegroups/packagegroup-plasma-mobile-workspace.bb +++ b/recipes-integration/packagegroups/packagegroup-plasma-mobile-workspace.bb @@ -18,7 +18,7 @@ WEBENGINE_PACKAGES = " \ discover \ " -RDEPENDS:${PN} = " \ +RDEPENDS:${PN}:append = " \ plasma-mobile \ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'python2-layer', '${WEBENGINE_PACKAGES}', '', d)} \ "