aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pcp/pcp_5.3.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-08 22:51:16 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-08 23:44:33 -0700
commit2918a07a049ae8f2a2384be0cccce11bc744d309 (patch)
tree0b0e468186adfc12306e677260b4ce1d1dde3540 /meta-oe/recipes-support/pcp/pcp_5.3.6.bb
parentd799db35da884605f03066dbfe4e1218e55f8347 (diff)
downloadmeta-openembedded-contrib-2918a07a049ae8f2a2384be0cccce11bc744d309.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/pcp/pcp_5.3.6.bb')
-rw-r--r--meta-oe/recipes-support/pcp/pcp_5.3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp_5.3.6.bb b/meta-oe/recipes-support/pcp/pcp_5.3.6.bb
index 48d536e1d6..0543d77a78 100644
--- a/meta-oe/recipes-support/pcp/pcp_5.3.6.bb
+++ b/meta-oe/recipes-support/pcp/pcp_5.3.6.bb
@@ -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"