diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-06-28 21:56:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-28 13:53:12 -0700 |
| commit | 2b375f3f78c239303358b3d73559ab2269f40c5c (patch) | |
| tree | acbc168a90d4ac57fd04d343f2ef127ad2a21da7 | |
| parent | 06a38187eb6fc6ee7e7bfdf361f4ce511837be5b (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | 2 |
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} += " \ | |||
| 35 | ${datadir}/appdata \ | 35 | ${datadir}/appdata \ |
| 36 | ${datadir}/metainfo \ | 36 | ${datadir}/metainfo \ |
| 37 | " | 37 | " |
| 38 | |||
| 39 | CFLAGS = "-Wno-error=deprecated-declarations" | ||
