From e632093ec293fe6cba382c03449d1870f6ca1b81 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 31 Dec 2017 14:14:03 -0800 Subject: 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 Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb index efc0acf2f6..98192dc99f 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb @@ -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" -- cgit 1.2.3-korg