summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.2.bb (renamed from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.2.bb
index c0a1560cdb..d2015771ac 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.2.bb
@@ -2,12 +2,12 @@ SUMMARY = "JSON for modern C++"
2HOMEPAGE = "https://nlohmann.github.io/json/" 2HOMEPAGE = "https://nlohmann.github.io/json/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=dd0607f896f392c8b7d0290a676efc24" 5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=441793d25a658d58d79a1f87516a6ad1"
6 6
7SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1 \ 7SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1 \
8 " 8 "
9 9
10SRCREV = "db78ac1d7716f56fc9f1b030b715f872f93964e4" 10SRCREV = "626e7d61e44dee32887126c8f437dd077dec09cf"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13