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:
Armin Kuster
2017-12-31 14:14:03 -08:00
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"