diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-03-25 09:02:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
| commit | bba29b70e9a986ba6dc8e1e09b4c94077b5ebfd4 (patch) | |
| tree | f85d0435caa7e77a0354bcdef4248c2545b5336a /meta-gnome | |
| parent | 11b63d454b06e0a328a44824ab5ee4098e0d89be (diff) | |
| download | meta-openembedded-bba29b70e9a986ba6dc8e1e09b4c94077b5ebfd4.tar.gz | |
gnome-online-accounts: update 3.46.0 -> 3.48.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-build-Use-the-appropriate-dependency-object.patch | 35 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb (renamed from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.46.0.bb) | 12 |
2 files changed, 5 insertions, 42 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-build-Use-the-appropriate-dependency-object.patch b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-build-Use-the-appropriate-dependency-object.patch deleted file mode 100644 index 838ca1a7d4..0000000000 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts/0001-build-Use-the-appropriate-dependency-object.patch +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | From 06240574626eb21af37cf7dde5bf81e892dff467 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Emmanuele Bassi <ebassi@gnome.org> | ||
| 3 | Date: Wed, 5 Oct 2022 22:15:37 +0100 | ||
| 4 | Subject: [PATCH] build: Use the appropriate dependency object | ||
| 5 | |||
| 6 | Just using `link_with` will not ensure that the GOA web extension shared | ||
| 7 | module is properly built against libgoa-backend and libgoa; the | ||
| 8 | generated headers must be transitively available by the time we build | ||
| 9 | the shared module. | ||
| 10 | |||
| 11 | Fixes: #226 | ||
| 12 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/fe86bfb0271735c8130367c46536b08dad5c20d8] | ||
| 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 14 | --- | ||
| 15 | src/goabackend/meson.build | 3 +-- | ||
| 16 | 1 file changed, 1 insertion(+), 2 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/src/goabackend/meson.build b/src/goabackend/meson.build | ||
| 19 | index f5382b3..865b2d2 100644 | ||
| 20 | --- a/src/goabackend/meson.build | ||
| 21 | +++ b/src/goabackend/meson.build | ||
| 22 | @@ -157,9 +157,8 @@ libgoa_web_extension = shared_module( | ||
| 23 | 'goawebextension', | ||
| 24 | libgoawebextension_sources, | ||
| 25 | include_directories: common_incs + [goa_inc], | ||
| 26 | - dependencies: deps, | ||
| 27 | + dependencies: [deps, libgoa_backend_dep], | ||
| 28 | c_args: cflags, | ||
| 29 | - link_with: libgoa_backend, | ||
| 30 | install: true, | ||
| 31 | install_dir: join_paths(goa_pkglibdir, 'web-extensions') | ||
| 32 | ) | ||
| 33 | -- | ||
| 34 | 2.39.0 | ||
| 35 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.46.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb index ce02a507da..948a738881 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb | |||
| @@ -6,22 +6,20 @@ GNOMEBASEBUILDCLASS = "meson" | |||
| 6 | 6 | ||
| 7 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_check | 7 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_check |
| 8 | 8 | ||
| 9 | DEPENDS = "gtk+3 gtk+3-native gdk-pixbuf dbus json-glib libxml2 webkitgtk glib-2.0 rest libsecret" | 9 | DEPENDS = "gdk-pixbuf dbus glib-2.0" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://0001-build-Use-the-appropriate-dependency-object.patch" | 11 | SRC_URI[archive.sha256sum] = "418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf" |
| 12 | SRC_URI[archive.sha256sum] = "5e7859ce4858a6b99d3995ed70527d66e297bb90bbf75ec8780fe9da22c1fcaa" | ||
| 13 | 12 | ||
| 14 | PACKAGECONFIG_SOUP ?= "soup3" | 13 | PACKAGECONFIG ?= "goabackend kerberos owncloud lastfm google windows_live" |
| 15 | PACKAGECONFIG ?= "kerberos owncloud lastfm google windows_live ${PACKAGECONFIG_SOUP}" | ||
| 16 | 14 | ||
| 15 | # goabackend requires webkitgtk to be built with gtk+3 and gcr3 | ||
| 16 | PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk+3 gtk+3-native json-glib libxml2 libsoup rest libsecret webkitgtk" | ||
| 17 | PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5 gcr3" | 17 | PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5 gcr3" |
| 18 | PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" | 18 | PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" |
| 19 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" | 19 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" |
| 20 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" | 20 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" |
| 21 | PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" | 21 | PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" |
| 22 | PACKAGECONFIG[lastfm] = "-Dlastfm=true, -Dlastfm=false" | 22 | PACKAGECONFIG[lastfm] = "-Dlastfm=true, -Dlastfm=false" |
| 23 | PACKAGECONFIG[soup2] = ",,libsoup-2.4,,,soup3" | ||
| 24 | PACKAGECONFIG[soup3] = ",,libsoup-3.0,,,soup2" | ||
| 25 | 23 | ||
| 26 | FILES:${PN} += " \ | 24 | FILES:${PN} += " \ |
| 27 | ${datadir}/dbus-1 \ | 25 | ${datadir}/dbus-1 \ |
