diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-17 16:57:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-18 11:11:55 +0000 |
commit | 3dbf0f33afb885b459220e7af8d4c43ef5587182 (patch) | |
tree | 8b3258c1e8d1bb8b624e2b191bfcefefde3c9bf3 /meta/recipes-gnome | |
parent | 216b711131f7c60c4a530e1d8b8280aed7ded8cc (diff) | |
download | poky-3dbf0f33afb885b459220e7af8d4c43ef5587182.tar.gz |
json-glib: upgrade 1.10.0 -> 1.10.6
Changelog:
==========
- Allow single quoted strings when running in non-strict mode
- Allow escaped characters when running in non-strict mode
- Add missing nullable annotation
(From OE-Core rev: 680e93346eb52860373e4aed0ca5e9b8866b9359)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.10.6.bb (renamed from meta/recipes-gnome/json-glib/json-glib_1.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb index 332e8b65c3..8b009bc17b 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb | |||
@@ -19,7 +19,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled' | |||
19 | GIDOCGEN_MESON_DISABLE_FLAG = 'disabled' | 19 | GIDOCGEN_MESON_DISABLE_FLAG = 'disabled' |
20 | 20 | ||
21 | SRC_URI += " file://run-ptest" | 21 | SRC_URI += " file://run-ptest" |
22 | SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b" | 22 | SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
25 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native" | 25 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native" |