diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-14 15:59:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:17 +0000 |
commit | 516d8c9759d18952869e7b1045a0fcd880cca1bc (patch) | |
tree | 73c1a8e8ff253a24bcb48db4e3c380ecbd78cbdd /meta | |
parent | 9c39a4f9cd5e54428aa0df7fdf7cbb7e7256f92d (diff) | |
download | poky-516d8c9759d18952869e7b1045a0fcd880cca1bc.tar.gz |
nfs-utils: update to 1.3.3
ipv6 support now requires libtirpc, so un-disable and add it to dependencies.
(From OE-Core rev: 219d74d9df6a4a819d03091f35205a5634b268c7)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb (renamed from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb index 317ee85062..2e0c8b1913 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" |
9 | 9 | ||
10 | # util-linux for libblkid | 10 | # util-linux for libblkid |
11 | DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3" | 11 | DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3 libtirpc" |
12 | RDEPENDS_${PN}-client = "rpcbind bash" | 12 | RDEPENDS_${PN}-client = "rpcbind bash" |
13 | RDEPENDS_${PN} = "${PN}-client bash" | 13 | RDEPENDS_${PN} = "${PN}-client bash" |
14 | RRECOMMENDS_${PN} = "kernel-module-nfsd" | 14 | RRECOMMENDS_${PN} = "kernel-module-nfsd" |
@@ -34,8 +34,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x | |||
34 | file://0001-nfs-utils-statd-fix-a-segfault-caused-by-improper-us.patch \ | 34 | file://0001-nfs-utils-statd-fix-a-segfault-caused-by-improper-us.patch \ |
35 | " | 35 | " |
36 | 36 | ||
37 | SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8" | 37 | SRC_URI[md5sum] = "cd6b568c2e9301cc3bfac09d87fbbc0b" |
38 | SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8" | 38 | SRC_URI[sha256sum] = "700d689c5622c87953c34102e5befafc4d3c811e676852238f0dd79c9c0c084d" |
39 | 39 | ||
40 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will | 40 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will |
41 | # pull in the remainder of the dependencies. | 41 | # pull in the remainder of the dependencies. |
@@ -59,7 +59,6 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ | |||
59 | --disable-nfsv41 \ | 59 | --disable-nfsv41 \ |
60 | --enable-uuid \ | 60 | --enable-uuid \ |
61 | --disable-gss \ | 61 | --disable-gss \ |
62 | --disable-tirpc \ | ||
63 | --disable-nfsdcltrack \ | 62 | --disable-nfsdcltrack \ |
64 | --with-statdpath=/var/lib/nfs/statd \ | 63 | --with-statdpath=/var/lib/nfs/statd \ |
65 | " | 64 | " |