From 8c41bdc5252bbe119ab91a119cc3b9c285a7c16c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 8 Jan 2016 09:06:40 +0000 Subject: nfs-utils: Disable tcp-wrappers for musl Doesnt build with musl Signed-off-by: Khem Raj --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg