diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-17 14:54:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-20 11:41:02 -0800 |
| commit | 31b24cfe39c9567fcd8c6da2e3500374a3a66191 (patch) | |
| tree | 85b919663e36709c4770ba8445215ba8af276900 | |
| parent | 1545689c4ae29e654bcde70eba80e6d000dc567f (diff) | |
| download | meta-openembedded-31b24cfe39c9567fcd8c6da2e3500374a3a66191.tar.gz | |
libgsf: upgrade 1.14.53 -> 1.14.54
Update 0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch for 1.14.54.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch | 15 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/libgsf/libgsf_1.14.54.bb (renamed from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.53.bb) | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch b/meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch index bc0090e17b..d3a39b3a6a 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch +++ b/meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch | |||
| @@ -5,18 +5,21 @@ Subject: [PATCH] configure.ac: drop a copy-paste of introspection.m4 macros | |||
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 8 | |||
| 9 | Update for 1.14.54. | ||
| 10 | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> | ||
| 8 | --- | 11 | --- |
| 9 | configure.ac | 78 +----------------------------------------------------------- | 12 | configure.ac | 78 +--------------------------------------------------- |
| 10 | 1 file changed, 1 insertion(+), 77 deletions(-) | 13 | 1 file changed, 1 insertion(+), 77 deletions(-) |
| 11 | 14 | ||
| 12 | diff --git a/configure.ac b/configure.ac | 15 | diff --git a/configure.ac b/configure.ac |
| 13 | index 54f7663..3038535 100644 | 16 | index 5cdb5fe..32df491 100644 |
| 14 | --- a/configure.ac | 17 | --- a/configure.ac |
| 15 | +++ b/configure.ac | 18 | +++ b/configure.ac |
| 16 | @@ -77,83 +77,7 @@ libgsf_reqs=" | 19 | @@ -81,83 +81,7 @@ PKG_CHECK_MODULES(LIBGSF, $libgsf_reqs) |
| 17 | " | 20 | AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, [GLIB_VERSION_2_62], [GLib symbol visibility]) |
| 21 | AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, [GLIB_VERSION_2_62], [GLib symbol visibility]) | ||
| 18 | 22 | ||
| 19 | PKG_CHECK_MODULES(LIBGSF, $libgsf_reqs) | ||
| 20 | -# GObject Introspection | 23 | -# GObject Introspection |
| 21 | -GIR_REQ=1.0.0 | 24 | -GIR_REQ=1.0.0 |
| 22 | -AC_ARG_ENABLE(introspection, | 25 | -AC_ARG_ENABLE(introspection, |
| @@ -99,5 +102,5 @@ index 54f7663..3038535 100644 | |||
| 99 | AC_ARG_WITH([gir-dir], | 102 | AC_ARG_WITH([gir-dir], |
| 100 | AS_HELP_STRING( | 103 | AS_HELP_STRING( |
| 101 | -- | 104 | -- |
| 102 | 2.7.0 | 105 | 2.43.0 |
| 103 | 106 | ||
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.53.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.54.bb index b0df3a64b6..8973b3e656 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.53.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.54.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "libxml2 bzip2 glib-2.0 zlib" | |||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | 9 | GNOMEBASEBUILDCLASS = "autotools" |
| 10 | inherit gnomebase gobject-introspection gettext gtk-doc | 10 | inherit gnomebase gobject-introspection gettext gtk-doc |
| 11 | 11 | ||
| 12 | SRC_URI[archive.sha256sum] = "0eb59a86e0c50f97ac9cfe4d8cc1969f623f2ae8c5296f2414571ff0a9e8bcba" | 12 | SRC_URI[archive.sha256sum] = "d18869264a2513cfb071712486d115dada064ff8a040265b49936bca06f17623" |
| 13 | SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" | 13 | SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
