diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2023-12-15 13:34:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-20 07:47:00 +0000 |
commit | db2ae4211adec075407aaa6fed452a2b353172ef (patch) | |
tree | a6814bbaddf01fab700db55336b52e08803aedcb /meta/recipes-extended | |
parent | 8dff7186333533334e3707f2a19aa44d3d10b8a2 (diff) | |
download | poky-db2ae4211adec075407aaa6fed452a2b353172ef.tar.gz |
rpcbind: Specify state directory under /run
The state directory must be correctly specified as under /run because
RequiresMountsFor doesn't follow symbolic links which means the unit may
run before /run is mounted if the default of /var/run/rpcbind is kept
(From OE-Core rev: 561e853e97e2cfa325ed310233577a5e124d9049)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb b/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb index dd89726afc..dbd4d32e0a 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb | |||
@@ -40,7 +40,7 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}/ | |||
40 | systemd \ | 40 | systemd \ |
41 | " | 41 | " |
42 | 42 | ||
43 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" | 43 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc --with-statedir=${runtimedir}/rpcbind" |
44 | 44 | ||
45 | do_install:append () { | 45 | do_install:append () { |
46 | install -d ${D}${sysconfdir}/init.d | 46 | install -d ${D}${sysconfdir}/init.d |