diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb | 2 |
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" | |||
40 | inherit useradd | 40 | inherit useradd |
41 | 41 | ||
42 | USERADD_PACKAGES = "${PN}" | 42 | USERADD_PACKAGES = "${PN}" |
43 | USERADD_PARAM_${PN} = "--system --no-create-home \ | 43 | USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \ |
44 | --shell /bin/false --user-group rpc" | 44 | --shell /bin/false --user-group rpc" |
45 | 45 | ||
46 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" | 46 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" |