diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-12 17:14:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 11:40:46 +0100 |
commit | bf68d9b2358d08eaf16e1d854c1c86e5bbd6faae (patch) | |
tree | c59efb8146006fa9f8dc3eb0fd0bd4bfa71e72c0 /meta/recipes-support/atk | |
parent | de761d0ad13a1f09cbe4a0265431cefb1ea90f35 (diff) | |
download | poky-bf68d9b2358d08eaf16e1d854c1c86e5bbd6faae.tar.gz |
at-spi2-atk: Remove -fcommon
This was fixed in upstream version 2.34.0.
(From OE-Core rev: a4f975a0bca892a7c0f0d496b76ffb30e469914a)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9562c93799a37cd18aceb6f24378ba02a69865f0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.34.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb index 6947559200..c297912588 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb | |||
@@ -20,5 +20,3 @@ FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | |||
20 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | 20 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | |||
24 | CFLAGS += "-fcommon" | ||