diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-12-31 14:14:03 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-01-08 12:06:41 -0500 |
commit | e632093ec293fe6cba382c03449d1870f6ca1b81 (patch) | |
tree | a587faa102b43db6a24c840729b0dbceb5f74a3d | |
parent | 40dcf5203b1ed04e0516d475bf582cb32217a8c6 (diff) | |
download | meta-openembedded-e632093ec293fe6cba382c03449d1870f6ca1b81.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
23 | 23 | ||
24 | #User specific | 24 | #User specific |
25 | USERADD_PACKAGES = "${PN}" | 25 | USERADD_PACKAGES = "${PN}" |
26 | USERADD_PARAM_${PN} = "nobody -g nogroup" | 26 | USERADD_PARAM_${PN} = "--system --home /dev/null \ |
27 | GROUPADD_PARAM_${PN} = "--system tinyproxy" | 27 | --no-user-group --gid nogroup tinypoxy" |
28 | 28 | ||
29 | SYSTEMD_PACKAGES += "${BPN}" | 29 | SYSTEMD_PACKAGES += "${BPN}" |
30 | SYSTEMD_SERVICE_${PN} = "tinyproxy.service" | 30 | SYSTEMD_SERVICE_${PN} = "tinyproxy.service" |