mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 09:25:28 +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:
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user