From ebb315955c1ec0cb524d8678ca5af1648f700406 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Dec 2019 10:44:14 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.2.3-korg