mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pcp: Add to USERADD_PACKAGES instead of override
Fixes https://github.com/openembedded/meta-openembedded/issues/590 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM:${PN} = "--system --home ${localstatedir}/lib/pcp --no-create-home \
|
||||
--user-group pcp"
|
||||
|
||||
USERADD_PACKAGES = "${PN}-testsuite"
|
||||
USERADD_PACKAGES += "${PN}-testsuite"
|
||||
USERADD_PARAM:${PN}-testsuite = "--system --home ${localstatedir}/lib/pcp/testsuite --no-create-home \
|
||||
--user-group pcpqa"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user