summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb (renamed from meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb b/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"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545"
6 6
7SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master;tag=${PV}"
8SRCREV = "9ddba001a4ea88e93b46932e5c5b87b222e19a5f" 8SRCREV = "9e24d6bcead647231f81173cc5c6bb6c097c00e4"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11