From 88eb12168930f062ce76bb0ae4630354eeee35f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:32 +0800 Subject: [PATCH] jsoncons: upgrade 1.3.2 -> 1.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../jsoncons/{jsoncons_1.3.2.bb => jsoncons_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.3.2.bb => jsoncons_1.4.0.bb} (89%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.4.0.bb similarity index 89% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.4.0.bb index 314f67928a..07ad999511 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.4.0.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 = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" +SRCREV = "d2842d33c85588aa564a392831e026c6224ab62a" inherit cmake