diff mbox series

[27/27] yyjson: upgrade 0.10.0 -> 0.11.1

Message ID 1747731299-20448-27-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/27] btop: upgrade 1.4.2 -> 1.4.3 | expand

Commit Message

Mingyu Wang (Fujitsu) May 20, 2025, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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"