From 5512c2f9523cdf0c902989dfd838d10300a15fcc 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 (From OE-Core rev: 8c41bdc5252bbe119ab91a119cc3b9c285a7c16c) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/nfs-utils') 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 v1.2.3-54-g00ecf