diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-26 12:09:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:52:58 +0000 |
commit | 73ae5a0d71974686504538d0dec656b6c7296167 (patch) | |
tree | a12329127baf9a2323b82df2d3489bcd82fc1c13 /meta/recipes-connectivity | |
parent | 2316050f23bcc230d44bf5879ecff79c6be1b3bc (diff) | |
download | poky-73ae5a0d71974686504538d0dec656b6c7296167.tar.gz |
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
(From OE-Core rev: 42176d26e5c893e86ab5d8a2e5b8a3d021e03a69)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
64 | --with-statdpath=/var/lib/nfs/statd \ | 64 | --with-statdpath=/var/lib/nfs/statd \ |
65 | " | 65 | " |
66 | 66 | ||
67 | CFLAGS += "-Wno-error=format-overflow" | ||
68 | |||
67 | PACKAGECONFIG ??= "tcp-wrappers \ | 69 | PACKAGECONFIG ??= "tcp-wrappers \ |
68 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 70 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
69 | " | 71 | " |