diff options
| -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 | " |
