From 9ddc1594156d2f17962c9e93d788e8054057a3a1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 22 Apr 2025 16:48:54 +0800 Subject: [PATCH] jsoncons: upgrade 1.3.1 -> 1.3.2 - Fixed bug: - Git Issue #607: Fixed issue with 'staj_object_view' and 'staj_array_view' iterators that got introduced as a consequence of a change in 1.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../jsoncons/{jsoncons_1.3.1.bb => jsoncons_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.3.1.bb => jsoncons_1.3.2.bb} (90%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb similarity index 90% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb index 49db67b1c4..781a0ef18f 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "9ccf27f2b1a142d737f0dcc42780d8b02baf9743" +SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" S = "${WORKDIR}/git"