]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkbcomp: Gcc 10 spits out extra warnings as errors
authorKhem Raj <raj.khem@gmail.com>
Sun, 29 Dec 2019 18:44:14 +0000 (10:44 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Dec 2019 23:38:12 +0000 (23:38 +0000)
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>
meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb

index eaf8eaaf7423868e408a4efd8456b13e38500034..ed1eed866262c3f122b62376636d5ce4e4060060 100644 (file)
@@ -13,5 +13,7 @@ DEPENDS += "libxkbfile"
 
 BBCLASSEXTEND = "native"
 
+EXTRA_OECONF += "--disable-selective-werror"
+
 SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97"
 SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424"