diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-11 16:44:41 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-11 22:46:17 +0100 | 
| commit | 352fb4051f2584e4f28fc60348772dc99df29b7d (patch) | |
| tree | 3c5455fd9e459a1190121e641f0c27dd971eebd0 | |
| parent | 1b59a88df5ac37a286e3bc7b0c2ed8fd7868e06e (diff) | |
| download | meta-openembedded-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" | |||
| 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] = "3ef0caf716e3920dd61f7748f6d56e476cc0fc18351ad0548e7df1a0ab9bdcad" | 11 | SRC_URI[archive.sha256sum] = "17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab" | 
| 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 \ | 
