mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
216b711131
commit
3dbf0f33af
@@ -19,7 +19,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
|
||||
GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
SRC_URI += " file://run-ptest"
|
||||
SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b"
|
||||
SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
|
||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native"
|
||||
Reference in New Issue
Block a user