summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb (renamed from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
index 223b141d19..a69c5c7e58 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.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=441793d25a658d58d79a1f87516a6ad1" 5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588"
6 6
7SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ 7SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \
8 " 8 "
9 9
10SRCREV = "fec56a1a16c6e1c1b1f4e116a20e79398282626c" 10SRCREV = "4f8fba14066156b73f1189a2b8bd568bde5284c5"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13