mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
tinyproxy: fix build ERROR
ERROR: tinyproxy-1.8.4-r0 do_prepare_recipe_sysroot: tinyproxy: useradd command did not succeed. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
40dcf5203b
commit
e632093ec2
@@ -23,8 +23,8 @@ inherit autotools systemd useradd
|
|||||||
|
|
||||||
#User specific
|
#User specific
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM_${PN} = "nobody -g nogroup"
|
USERADD_PARAM_${PN} = "--system --home /dev/null \
|
||||||
GROUPADD_PARAM_${PN} = "--system tinyproxy"
|
--no-user-group --gid nogroup tinypoxy"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES += "${BPN}"
|
SYSTEMD_PACKAGES += "${BPN}"
|
||||||
SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
|
SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user