diff options
| author | Joshua Watt <jpewhacker@gmail.com> | 2017-10-11 18:56:41 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:21 +0000 |
| commit | 73fad35fa07e4ddb8d87b7b49a5da6a2d3f60fe7 (patch) | |
| tree | fe8fa41348ab2a578c343d8f037aba615761fc24 /meta | |
| parent | 328b89d84a99e7a6d3ac74778cdd117ed9d47415 (diff) | |
| download | poky-73fad35fa07e4ddb8d87b7b49a5da6a2d3f60fe7.tar.gz | |
nfs-utils: Add switch for NFSv4.1
NFS version 4.1 support can now be enabled via PACKAGECONFIG
(From OE-Core rev: a99947274de16d712cfa661d2d7386bf0e28a01d)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.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_2.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb index d917c4d713..79453ad20c 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb | |||
| @@ -56,7 +56,6 @@ SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" | |||
| 56 | EXTRA_OECONF = "--with-statduser=rpcuser \ | 56 | EXTRA_OECONF = "--with-statduser=rpcuser \ |
| 57 | --enable-mountconfig \ | 57 | --enable-mountconfig \ |
| 58 | --enable-libmount-mount \ | 58 | --enable-libmount-mount \ |
| 59 | --disable-nfsv41 \ | ||
| 60 | --enable-uuid \ | 59 | --enable-uuid \ |
| 61 | --disable-gss \ | 60 | --disable-gss \ |
| 62 | --disable-nfsdcltrack \ | 61 | --disable-nfsdcltrack \ |
| @@ -70,6 +69,8 @@ PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" | |||
| 70 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" | 69 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" |
| 71 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" | 70 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" |
| 72 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 71 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 72 | # libdevmapper is available in meta-oe | ||
| 73 | PACKAGECONFIG[nfsv41] = "--enable-nfsv41,--disable-nfsv41,libdevmapper" | ||
| 73 | 74 | ||
| 74 | PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats" | 75 | PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats" |
| 75 | 76 | ||
