From d651195fcd1b7213cfb76a429f642d4ab3d64fed Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 May 2025 16:54:59 +0800 Subject: [PATCH] yyjson: upgrade 0.10.0 -> 0.11.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../yyjson/{yyjson_0.10.0.bb => yyjson_0.11.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/yyjson/{yyjson_0.10.0.bb => yyjson_0.11.1.bb} (94%) diff --git a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb similarity index 94% rename from meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb rename to meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb index a13d73b452..57966980e0 100644 --- a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb +++ b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/ibireme/yyjson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545" -SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master" -SRCREV = "9ddba001a4ea88e93b46932e5c5b87b222e19a5f" +SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master;tag=${PV}" +SRCREV = "9e24d6bcead647231f81173cc5c6bb6c097c00e4" S = "${WORKDIR}/git"