diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-10 23:28:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-14 12:06:20 -0700 |
commit | 650bef8de2ca72a948a46f32d88aee9627bc2355 (patch) | |
tree | 82906dcfabb3b27688bbee2664c05fada24f5bb7 | |
parent | 425d705e7680973d7d4f9a6c99860ea8f308d4de (diff) | |
download | meta-openembedded-650bef8de2ca72a948a46f32d88aee9627bc2355.tar.gz |
pidgin: Remove gcc-14 compatibility workaround
Since commit "pidgin: Upgrade to 2.14.13" (which contains a gcc-14
compatibility patch), the workaround is not needed to build on gcc-14.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Suggested-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb index 3a761bf07d..ac62863f5c 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb | |||
@@ -118,7 +118,3 @@ python populate_packages:prepend () { | |||
118 | description='Finch plugin %s', | 118 | description='Finch plugin %s', |
119 | prepend=True, extra_depends='') | 119 | prepend=True, extra_depends='') |
120 | } | 120 | } |
121 | |||
122 | # http://errors.yoctoproject.org/Errors/Details/766946/ | ||
123 | # pidgin-2.14.2/libpurple/protocols/bonjour/parser.c:200:9: error: initialization of 'void (*)(void *, const xmlError *)' {aka 'void (*)(void *, const struct _xmlError *)'} from incompatible pointer type 'void (*)(void *, xmlError *)' {aka 'void (*)(void *, struct _xmlError *)'} [-Wincompatible-pointer-types] | ||
124 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||