diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-02-08 13:46:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-11 14:46:10 +0000 |
commit | 05ee8bc4d56b282c8d32b0a13df3cfedf93423bc (patch) | |
tree | 97d028e45b3a471e2ed23fa692b5be89dda6ec5f /meta/recipes-connectivity | |
parent | f7273d122b89a56cd968d1cc6317f7808afde184 (diff) | |
download | poky-05ee8bc4d56b282c8d32b0a13df3cfedf93423bc.tar.gz |
nfs-utils: Create the default statdpath
packaging these extra directories is needed
Otherwise rpcbind wont start as it
expects /var/lib/nfs/statd to exist.
This fixes the issue where automounter fails
to mount since rpcbind did not start correctly
Failed to open directory sm: No such file or directory
(From OE-Core rev: edd7b7f9f1cea921bdc9480c2a120f6abc6b0c9c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb index 5bad6f17ad..cf51f21557 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb | |||
@@ -56,6 +56,7 @@ RDEPENDS_${PN}-stats = "python" | |||
56 | 56 | ||
57 | do_install_append () { | 57 | do_install_append () { |
58 | install -d ${D}${sysconfdir}/init.d | 58 | install -d ${D}${sysconfdir}/init.d |
59 | install -d ${D}${localstatedir}/lib/nfs/statd | ||
59 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver | 60 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver |
60 | 61 | ||
61 | # the following are built by CC_FOR_BUILD | 62 | # the following are built by CC_FOR_BUILD |