mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
328b89d84a
commit
73fad35fa0
@@ -56,7 +56,6 @@ SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service"
|
||||
EXTRA_OECONF = "--with-statduser=rpcuser \
|
||||
--enable-mountconfig \
|
||||
--enable-libmount-mount \
|
||||
--disable-nfsv41 \
|
||||
--enable-uuid \
|
||||
--disable-gss \
|
||||
--disable-nfsdcltrack \
|
||||
@@ -70,6 +69,8 @@ PACKAGECONFIG_remove_libc-musl = "tcp-wrappers"
|
||||
PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
|
||||
PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils"
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||
# libdevmapper is available in meta-oe
|
||||
PACKAGECONFIG[nfsv41] = "--enable-nfsv41,--disable-nfsv41,libdevmapper"
|
||||
|
||||
PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user