From: Yi Zhao Date: Sun, 3 Dec 2023 09:27:23 +0000 (+0800) Subject: json-glib: upgrade 1.6.6 -> 1.8.0 X-Git-Tag: yocto-5.2~4405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4777f7b050c62f5d223f3deb4f3e07dc2e7975e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git json-glib: upgrade 1.6.6 -> 1.8.0 Overview of changes for 1.8 ============================== * Build fixes * Add current node accessor to JsonReader * Make xgettext optional * Avoid leaking memory in error paths * Update test suite to conform with TAP * Ensure valid output for exponential notation of numbers * Translation updates Signed-off-by: Yi Zhao Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb b/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb similarity index 92% rename from meta/recipes-gnome/json-glib/json-glib_1.6.6.bb rename to meta/recipes-gnome/json-glib/json-glib_1.8.0.bb index a9a71953c32..2094ebe3e7f 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb @@ -18,7 +18,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled' GIDOCGEN_MESON_DISABLE_FLAG = 'disabled' SRC_URI += " file://run-ptest" -SRC_URI[archive.sha256sum] = "96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e" +SRC_URI[archive.sha256sum] = "97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"