diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:39:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
commit | d36ee7a9b1e83e1598addcecc6d7de6db89fa46f (patch) | |
tree | 74d31a321115f7e1b40f182e6ec25cabd303f4ff | |
parent | 80e8c93c8272ca9e75b9fd8d02897423979c4457 (diff) | |
download | meta-openembedded-d36ee7a9b1e83e1598addcecc6d7de6db89fa46f.tar.gz |
gjs: upgrade 1.76.0 -> 1.76.1
Changelog:
===========
- Various fixes ported from the development branch.
- Closed bugs and merge requests:
* gnome-shell crashes on exit in js::gc::Cell::storeBuffer
* Memory leak with GError
* GVariant return values leaked
* GBytes's are leaked when passed as-is to a function
* Transformated GValues are leaking temporary instances
* GHash value infos are leaked
* "flat" arrays of GObject's are leaked
* Gjs console leaks invalid option errors
* gjs can't print null
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.76.1.bb (renamed from meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb index e6d377cb33..93711bc3bb 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "mozjs-102 cairo" | |||
8 | 8 | ||
9 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig | 9 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig |
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "a63f156964b136053eab51ea013114e7d7c193b7518d28c040b6b02c3c933a6d" | 11 | SRC_URI[archive.sha256sum] = "7b867c18a9b30333ebbcff9ad3f20299f0372ffad439d49b87d40a1d1798b78d" |
12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
13 | file://0001-Support-cross-builds-a-bit-better.patch \ | 13 | file://0001-Support-cross-builds-a-bit-better.patch \ |
14 | file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \ | 14 | file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \ |