summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Roman <droman@ifae.es>2019-10-14 09:50:00 +0200
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:52 -0700
commit95d95dcb1048a0ee4263ff1c48af962f31fb809f (patch)
treeab3868f431250ca43b77532fd84d4603381cc874
parent6507845ce8e5bd4a7e2fabbbd189f6aa43a7ede1 (diff)
downloadmeta-openembedded-95d95dcb1048a0ee4263ff1c48af962f31fb809f.tar.gz
nlohmann-json: upgrade 3.3.0 -> 3.7.0
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
index 65e49bc95..4399edaab 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
@@ -2,13 +2,13 @@ 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=9a8ae1c2d606c432a2aa2e2de15be22a" 5LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080"
6 6
7SRC_URI = "git://github.com/nlohmann/json.git" 7SRC_URI = "git://github.com/nlohmann/json.git"
8 8
9PV = "3.3.0+git${SRCPV}" 9PV = "3.7.0+git${SRCPV}"
10 10
11SRCREV = "aafad2be1f3cd259a1e79d2f6fcf267d1ede9ec7" 11SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14