aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-11 16:44:41 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-11 22:46:17 +0100
commit352fb4051f2584e4f28fc60348772dc99df29b7d (patch)
tree3c5455fd9e459a1190121e641f0c27dd971eebd0
parent1b59a88df5ac37a286e3bc7b0c2ed8fd7868e06e (diff)
downloadmeta-openembedded-contrib-352fb4051f2584e4f28fc60348772dc99df29b7d.tar.gz
gjs: upgrade 1.72.0 -> 1.72.1
Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * Compilation error: call to deleted function 'js_value_to_c' * jsapi-util-strings: Ignore locale to compute the upper case of a char (i.e. fix implicit properties on Turkish locale) * Fix memory leak when passing a "transfer none" GBytes parameter to a native function * arg-cache: Do not leak an interface info structures on Callbacks * test-ci: Ignore safe directory errors on CI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb (renamed from meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb
index 95e4bd5cc6..355894073d 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb
@@ -8,7 +8,7 @@ DEPENDS = "mozjs-91 cairo"
inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig
-SRC_URI[archive.sha256sum] = "3ef0caf716e3920dd61f7748f6d56e476cc0fc18351ad0548e7df1a0ab9bdcad"
+SRC_URI[archive.sha256sum] = "17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab"
SRC_URI += " \
file://0001-Support-cross-builds-a-bit-better.patch \
file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \