aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-06-28 21:56:10 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-28 13:53:12 -0700
commit2b375f3f78c239303358b3d73559ab2269f40c5c (patch)
treeacbc168a90d4ac57fd04d343f2ef127ad2a21da7 /meta-oe/recipes-support/pidgin
parent06a38187eb6fc6ee7e7bfdf361f4ce511837be5b (diff)
downloadmeta-openembedded-contrib-2b375f3f78c239303358b3d73559ab2269f40c5c.tar.gz
pidgin-sipe: allow to build with libxml2-2.11
* deprecated since libxml2-2.11 upgraded in oe-core in: https://git.openembedded.org/openembedded-core/commit/?id=24860598ba8557ea3a145f249938ea411f1ef1d8 * avoids: | ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c: In function 'sipe_xml_parse': | ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c:220:17: error: 'xmlSAXUserParseMemory' is deprecated [-Werror=deprecated-declarations] | 220 | if (xmlSAXUserParseMemory(&parser, pd, string, length)) | | ^~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin')
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb
index c0e1790ec2..90e1701488 100644
--- a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb
@@ -35,3 +35,5 @@ FILES:${PN} += " \
${datadir}/appdata \
${datadir}/metainfo \
"
+
+CFLAGS = "-Wno-error=deprecated-declarations"