diff mbox series

[1/2] json-glib: upgrade 1.10.6 -> 1.10.8

Message ID 20251011012648.1012302-1-yi.zhao@windriver.com
State New
Headers show
Series [1/2] json-glib: upgrade 1.10.6 -> 1.10.8 | expand

Commit Message

Yi Zhao Oct. 11, 2025, 1:26 a.m. UTC
ChangeLog:
 * Add missing escape
 * Fix static builds

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../json-glib/{json-glib_1.10.6.bb => json-glib_1.10.8.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/json-glib/{json-glib_1.10.6.bb => json-glib_1.10.8.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
similarity index 93%
rename from meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
index 8b009bc17b..1f68fb8c51 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
@@ -19,7 +19,7 @@  GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
 GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
 
 SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293"
+SRC_URI[archive.sha256sum] = "55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native"