summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-29 10:44:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-30 23:38:12 +0000
commitebb315955c1ec0cb524d8678ca5af1648f700406 (patch)
tree844176d2d33e2de7d0e8786eeb3db4b88cb1d7dd
parent312e9fe3f047547df4c21c8e666cc9aa70e15347 (diff)
downloadopenembedded-core-contrib-ebb315955c1ec0cb524d8678ca5af1648f700406.tar.gz
xkbcomp: Gcc 10 spits out extra warnings as errors
Its better for us to disable these extra warnings, upstream should fix them correctly in code and we can re-enable it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb
index eaf8eaaf74..ed1eed8662 100644
--- a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb
+++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb
@@ -13,5 +13,7 @@ DEPENDS += "libxkbfile"
BBCLASSEXTEND = "native"
+EXTRA_OECONF += "--disable-selective-werror"
+
SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97"
SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424"