summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 89e567bfb2..4a5562b7d2 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -40,7 +40,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
40inherit useradd 40inherit useradd
41 41
42USERADD_PACKAGES = "${PN}" 42USERADD_PACKAGES = "${PN}"
43USERADD_PARAM_${PN} = "--system --no-create-home \ 43USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \
44 --shell /bin/false --user-group rpc" 44 --shell /bin/false --user-group rpc"
45 45
46EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" 46EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc"