diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-08 09:06:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:30 +0000 |
commit | 5512c2f9523cdf0c902989dfd838d10300a15fcc (patch) | |
tree | 546a2e37789e4f3de2d53d241bc6a390a34d19c1 /meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | |
parent | 06d020489dee672b1895f19c271eba4e17430106 (diff) | |
download | poky-5512c2f9523cdf0c902989dfd838d10300a15fcc.tar.gz |
nfs-utils: Disable tcp-wrappers for musl
Doesnt build with musl
(From OE-Core rev: 8c41bdc5252bbe119ab91a119cc3b9c285a7c16c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 1 |
1 files changed, 1 insertions, 0 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 2e0c8b1913..ea006564d7 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,6 +64,7 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ | |||
64 | " | 64 | " |
65 | 65 | ||
66 | PACKAGECONFIG ??= "tcp-wrappers" | 66 | PACKAGECONFIG ??= "tcp-wrappers" |
67 | PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" | ||
67 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" | 68 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" |
68 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" | 69 | PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" |
69 | 70 | ||