summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-15 14:12:03 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-15 16:27:53 -0700
commit757dedbc811bf3f09e259353a943effd1ae16733 (patch)
treed970a7f855419c6f79fb8faaba023fc04f1ecca4
parentc0a353d11d1762a9caa40e651e7912f3eb764ef4 (diff)
downloadmeta-openembedded-757dedbc811bf3f09e259353a943effd1ae16733.tar.gz
gjs: upgrade 1.72.1 -> 1.72.2
Changelog: ========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gi/arg-cache.cpp: Fix building on Visual Studio * doc: Reflect support for constructor with GObject 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.2.bb (renamed from meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb
index 355894073d..3170341560 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "mozjs-91 cairo"
8 8
9inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig 9inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig
10 10
11SRC_URI[archive.sha256sum] = "17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab" 11SRC_URI[archive.sha256sum] = "ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977"
12SRC_URI += " \ 12SRC_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 \