diff mbox series

[meta-oe,016/109] valijson: upgrade 1.0.6 -> 1.1.3

Message ID 20260814224539.1523174-16-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:44 p.m. UTC
Picks up the 1.1.x line: the 1.1.0 release plus three subsequent bugfix
releases. valijson remains a header-only JSON Schema validation library
built with the same CMake options, so the recipe needs no changes beyond
PV/SRCREV; the BSD-2-Clause LICENSE is unchanged.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../valijson/{valijson_1.0.6.bb => valijson_1.1.3.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/valijson/{valijson_1.0.6.bb => valijson_1.1.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb b/meta-oe/recipes-devtools/valijson/valijson_1.1.3.bb
similarity index 93%
rename from meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb
rename to meta-oe/recipes-devtools/valijson/valijson_1.1.3.bb
index 4e5f02746c..c2184da92c 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.1.3.bb
@@ -4,7 +4,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
 
 SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https;tag=v${PV}"
-SRCREV = "4edda758546436462da479bb8c8514f8a95c35ad"
+SRCREV = "5eac4b66f20b2c189ae40281c29e71cf39a958ec"
 
 
 inherit cmake