From 16b3b98f4d631f2b96646fb44215d817a5315b01 Mon Sep 17 00:00:00 2001 From: David Roman Date: Mon, 14 Oct 2019 09:50:00 +0200 Subject: [PATCH] nlohmann-json: upgrade 3.3.0 -> 3.7.0 --- meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 65e49bc95b9..552db8a9c1f 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=9a8ae1c2d606c432a2aa2e2de15be22a" SRC_URI = "git://github.com/nlohmann/json.git" -PV = "3.3.0+git${SRCPV}" +PV = "3.7.0+git${SRCPV}" -SRCREV = "aafad2be1f3cd259a1e79d2f6fcf267d1ede9ec7" +SRCREV = "53c3eefa2cf790a7130fed3e13a3be35c2f2ace2" S = "${WORKDIR}/git"