[meta-oe][PATCH] pcp: Add to USERADD_PACKAGES instead of override
Fixes https://github.com/openembedded/meta-openembedded/issues/590
Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-support/pcp/pcp_5.3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.37.1
|
|