summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-13 12:05:12 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-13 00:30:53 -0700
commitd7c87a628cd937cd571e8f0adcb2c3f259020aca (patch)
tree934f784f3f1adba7e7e3d94882077113d54d42c3
parente1168b4f99e3450fa66c781506f49dcb342be7a6 (diff)
downloadmeta-openembedded-d7c87a628cd937cd571e8f0adcb2c3f259020aca.tar.gz
libgsf: upgrade 1.14.56 -> 1.14.58
Changelog: ========= * Fix gsf_infile_msole_child_by_index * Fix problems with ole files bigger than 4G. * Document property fix. * Introspection fixes. * Make gzip, bzip, zip handle 4G+ writes. * Make gzip, bzip, zip handle 4G+ reads. * Improve testing. * Ole performace improvements with loads of children. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb (renamed from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb
index e1e1578411..a23ca13608 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb
@@ -9,7 +9,7 @@ DEPENDS = "libxml2 bzip2 glib-2.0 zlib"
9GNOMEBASEBUILDCLASS = "autotools" 9GNOMEBASEBUILDCLASS = "autotools"
10inherit gnomebase gobject-introspection gettext gtk-doc 10inherit gnomebase gobject-introspection gettext gtk-doc
11 11
12SRC_URI[archive.sha256sum] = "9d21d30df1d12feaf03e181afd6067f65e3048ab69cb6ad174a3c5b72b92d297" 12SRC_URI[archive.sha256sum] = "06e07ea12b7a52b9e316faddfecb640b1717a4875c59f0efb3b0cec1e2ccf35a"
13SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" 13SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
14 14
15PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""