summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-28 09:47:51 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-28 09:34:30 -0700
commit8c21f4659cf4f3271471e68ec3d646c6afc2cc4b (patch)
tree2035f2224df26a8926ed0b9497ff1d2cf9324e61
parent3202c318b74e1ec4290f303e98a4f62274fa0236 (diff)
downloadmeta-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"
5inherit gnomebase gobject-introspection gi-docgen features_check 5inherit gnomebase gobject-introspection gi-docgen features_check
6REQUIRED_DISTRO_FEATURES = "opengl" 6REQUIRED_DISTRO_FEATURES = "opengl"
7 7
8SRC_URI[archive.sha256sum] = "e0e59eaa8ae3e0a48ec0a6c2fed0470856a709248e9212b6a1d037de5792ecbb" 8SRC_URI[archive.sha256sum] = "12cc954f750bb137ace8500fe9355d26e6e00ef6ccaab2950e9d360e92758335"
9 9
10GTKDOC_MESON_OPTION = "gtk_doc" 10GTKDOC_MESON_OPTION = "gtk_doc"
11 11