diff mbox series

[meta-gnome,17/66] msgraph: upgrade 0.2.3 -> 0.3.3

Message ID 1739178095-26432-17-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- CI release service fix
- Extended user service (photo, contacts, folders, find)
- Improved mail service
- Add rate limiting support
- Fix pkgconfig file using wrong api version
- Set select scopes during requests
- Add support for business "Add to OneDrive" sharepoints

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb} (82%)

Comments

Markus Volk Feb. 12, 2025, 4:19 p.m. UTC | #1
On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via 
lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> 
wrote:
> msgraph

The msgraph update breaks gvfs:
| Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
|
| ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" 
not found, tried pkgconfig

gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the 
update is problematic because it requires glib-2.0 update in oe-core

I dont know if there is interest in getting the gnome 48 updates into 
oe-core before feature freeze, but if not, this update should be delayed
Khem Raj Feb. 12, 2025, 4:33 p.m. UTC | #2
On Wed, Feb 12, 2025 at 8:25 AM Markus Volk <f_l_k@t-online.de> wrote:

> On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via
> lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> msgraph
>
>
> The msgraph update breaks gvfs:
> | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
> |
> | ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" not
> found, tried pkgconfig
>
> gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the
> update is problematic because it requires glib-2.0 update in oe-core
>
> I dont know if there is interest in getting the gnome 48 updates into
> oe-core before feature freeze, but if not, this update should be delayed
>

The dependency chain seems to be long let’s hold on until glib-2.0 gets
updated

>
Alexander Kanavin Feb. 12, 2025, 4:39 p.m. UTC | #3
New gnome releases usually clash with yocto feature freeze. There’s enough
to deal with already so they’re deferred to after that.


Alex

On Wed 12. Feb 2025 at 17.25, Markus Volk via lists.openembedded.org <f_l_k=
t-online.de@lists.openembedded.org> wrote:

> On Mo, Feb 10 2025 at 17:00:46 +08:00:00, wangmy via
> lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> msgraph
>
>
> The msgraph update breaks gvfs:
> | Run-time dependency msgraph-0.1 found: NO (tried pkgconfig)
> |
> | ../gvfs-1.56.1/meson.build:434:16: ERROR: Dependency "msgraph-0.1" not
> found, tried pkgconfig
>
> gvfs 1.57 will be a requirement to be able to use msgraph-0.2 and the
> update is problematic because it requires glib-2.0 update in oe-core
>
> I dont know if there is interest in getting the gnome 48 updates into
> oe-core before feature freeze, but if not, this update should be delayed
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#115448):
> https://lists.openembedded.org/g/openembedded-devel/message/115448
> Mute This Topic: https://lists.openembedded.org/mt/111099072/1686489
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
similarity index 82%
rename from meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb
rename to meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
index f3f66c3dcf..fe4faff356 100644
--- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb
+++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
 inherit gnomebase gobject-introspection gi-docgen features_check
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI[archive.sha256sum] = "ed42e800cb7f0a07477cd9e3e744cdc1a240a6ad7ab96b8a875806267a9fddb0"
+SRC_URI[archive.sha256sum] = "37d7e12f2a990490aea21184f0b27e0b915ebb4e5096f4d6632c62051c054012"
 
 GTKDOC_MESON_OPTION = "gtk_doc"