summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-07 17:51:39 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:28 -0800
commitfe52d23b15e4334e4501499f0ca9ff74afb2877d (patch)
tree8e6447e8790a77fe97aae621a6dfd83aee0577f1 /meta-gnome/recipes-gnome
parent903c8e58ed2240f7214261c9005a38f15d782c29 (diff)
downloadmeta-openembedded-fe52d23b15e4334e4501499f0ca9ff74afb2877d.tar.gz
gnome-online-accounts: Fix build with libxml2 2.12
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-goabackend-Fix-build-with-libxml2-2.12.patch28
-rw-r--r--meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb3
2 files changed, 30 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-goabackend-Fix-build-with-libxml2-2.12.patch b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-goabackend-Fix-build-with-libxml2-2.12.patch
new file mode 100644
index 000000000..3d13779c2
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-goabackend-Fix-build-with-libxml2-2.12.patch
@@ -0,0 +1,28 @@
1From a2867ebcf184695eed00aab4e7b47c1d4a53b2b2 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?J=C3=BCrg=20Billeter?= <j@bitron.ch>
3Date: Fri, 24 Nov 2023 16:19:47 +0100
4Subject: [PATCH] goabackend: Fix build with libxml2 2.12
5
6libxml/xmlIO.h no longer includes libxml/parser.h.
7
8Upstream-Status: Backport [https://github.com/GNOME/gnome-online-accounts/commit/b9638e2418408be4906752297e700506766dcf20]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 src/goabackend/goaewsclient.c | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/src/goabackend/goaewsclient.c b/src/goabackend/goaewsclient.c
15index 4cb2358..01a52d1 100644
16--- a/src/goabackend/goaewsclient.c
17+++ b/src/goabackend/goaewsclient.c
18@@ -27,6 +27,7 @@
19 #include <glib/gi18n-lib.h>
20
21 #include <libsoup/soup.h>
22+#include <libxml/parser.h>
23 #include <libxml/xmlIO.h>
24
25 #include "goaewsclient.h"
26--
272.44.0
28
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb
index 47b234e23..fd61d797d 100644
--- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb
@@ -7,7 +7,8 @@ inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_c
7 7
8DEPENDS = "gdk-pixbuf dbus glib-2.0" 8DEPENDS = "gdk-pixbuf dbus glib-2.0"
9 9
10SRC_URI += "file://0001-Replace-filename-with-basename.patch" 10SRC_URI += "file://0001-Replace-filename-with-basename.patch \
11 file://0001-goabackend-Fix-build-with-libxml2-2.12.patch"
11SRC_URI[archive.sha256sum] = "418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf" 12SRC_URI[archive.sha256sum] = "418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf"
12 13
13PACKAGECONFIG ?= "goabackend kerberos owncloud lastfm google windows_live" 14PACKAGECONFIG ?= "goabackend kerberos owncloud lastfm google windows_live"