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-22 23:42:51 +0000 |
commit | 8c41bdc5252bbe119ab91a119cc3b9c285a7c16c (patch) | |
tree | f3f9206695b8dd03485ca7fe0aa43229776fff16 /meta | |
parent | 2cb184e4abaa69faad9f94631a3906188aa78e96 (diff) | |
download | openembedded-core-8c41bdc5252bbe119ab91a119cc3b9c285a7c16c.tar.gz openembedded-core-8c41bdc5252bbe119ab91a119cc3b9c285a7c16c.tar.bz2 openembedded-core-8c41bdc5252bbe119ab91a119cc3b9c285a7c16c.zip |
nfs-utils: Disable tcp-wrappers for musl
Doesnt build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-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 \ " PACKAGECONFIG ??= "tcp-wrappers" +PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" |