From: Khem Raj Date: Wed, 26 Dec 2018 20:09:48 +0000 (-0800) Subject: nfs-utils: Disable format-overflow as Werror X-Git-Tag: uninative-2.4~766 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=42176d26e5c893e86ab5d8a2e5b8a3d021e03a69;p=openembedded-core.git nfs-utils: Disable format-overflow as Werror These warnings are intricate and we can ignore that for now as they are being found by gcc 9, eventually this should be not needed when code upstream is fixed Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb index 6be2aab47c..63aa6add5a 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb @@ -64,6 +64,8 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ --with-statdpath=/var/lib/nfs/statd \ " +CFLAGS += "-Wno-error=format-overflow" + PACKAGECONFIG ??= "tcp-wrappers \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ "