mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM_${PN} = "nobody -g nogroup"
|
||||
GROUPADD_PARAM_${PN} = "--system tinyproxy"
|
||||
USERADD_PARAM_${PN} = "--system --home /dev/null \
|
||||
--no-user-group --gid nogroup tinypoxy"
|
||||
|
||||
SYSTEMD_PACKAGES += "${BPN}"
|
||||
SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
|
||||
|
||||
Reference in New Issue
Block a user