diff options
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb index 285bd2cd78..8540503df9 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | |||
@@ -64,10 +64,13 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ | |||
64 | --with-statdpath=/var/lib/nfs/statd \ | 64 | --with-statdpath=/var/lib/nfs/statd \ |
65 | " | 65 | " |
66 | 66 | ||
67 | PACKAGECONFIG ??= "tcp-wrappers" | 67 | PACKAGECONFIG ??= "tcp-wrappers \ |
68 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | ||
69 | " | ||
68 | PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" | 70 | PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" |
69 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" | 71 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" |
70 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" | 72 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" |
73 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
71 | 74 | ||
72 | INHIBIT_AUTO_STAGE = "1" | 75 | INHIBIT_AUTO_STAGE = "1" |
73 | 76 | ||