diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-29 10:44:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 23:39:09 +0000 |
commit | ef626e220144f69fb2d04fa364bb21c8d06f6a24 (patch) | |
tree | d4ac8e9e217202ab71c2a8ec9c9c2733aba121ef | |
parent | 46827b861626386c5c6db6f400616a797e181233 (diff) | |
download | poky-ef626e220144f69fb2d04fa364bb21c8d06f6a24.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
(From OE-Core rev: ebb315955c1ec0cb524d8678ca5af1648f700406)
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.bb | 2 |
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" | |||
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
15 | 15 | ||
16 | EXTRA_OECONF += "--disable-selective-werror" | ||
17 | |||
16 | SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97" | 18 | SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97" |
17 | SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" | 19 | SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" |