diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-28 09:47:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:30 -0700 |
commit | 8c21f4659cf4f3271471e68ec3d646c6afc2cc4b (patch) | |
tree | 2035f2224df26a8926ed0b9497ff1d2cf9324e61 | |
parent | 3202c318b74e1ec4290f303e98a4f62274fa0236 (diff) | |
download | meta-openembedded-8c21f4659cf4f3271471e68ec3d646c6afc2cc4b.tar.gz |
msgraph: upgrade 0.2.1 -> 0.2.2
Changelog:
==========
* Add remote copy and move functions
* Drop Authorization header during download
* Fix browsing shared files
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb (renamed from meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb index 9b4a8a0352..a4b4349500 100644 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | |||
5 | inherit gnomebase gobject-introspection gi-docgen features_check | 5 | inherit gnomebase gobject-introspection gi-docgen features_check |
6 | REQUIRED_DISTRO_FEATURES = "opengl" | 6 | REQUIRED_DISTRO_FEATURES = "opengl" |
7 | 7 | ||
8 | SRC_URI[archive.sha256sum] = "e0e59eaa8ae3e0a48ec0a6c2fed0470856a709248e9212b6a1d037de5792ecbb" | 8 | SRC_URI[archive.sha256sum] = "12cc954f750bb137ace8500fe9355d26e6e00ef6ccaab2950e9d360e92758335" |
9 | 9 | ||
10 | GTKDOC_MESON_OPTION = "gtk_doc" | 10 | GTKDOC_MESON_OPTION = "gtk_doc" |
11 | 11 | ||