packagegroup-plasma-mobile-workspace: fix missing packages from rdepends
Using `=` here was overriding all the previous packages from `require plasma-workspace-common.inc`
This commit is contained in:
@@ -18,7 +18,7 @@ WEBENGINE_PACKAGES = " \
|
||||
discover \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
RDEPENDS:${PN}:append = " \
|
||||
plasma-mobile \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'python2-layer', '${WEBENGINE_PACKAGES}', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user