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:
Khem Raj 2022-08-08 22:51:16 -07:00
parent d799db35da
commit 2918a07a04

View File

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