From 110652d95152272df5649c6dd6c0fc98a47129df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 16 Dec 2019 18:37:09 -0800 Subject: [PATCH] nlohmann-json: Upgrade to 3.7.3 Rename recipe to express PV Signed-off-by: Khem Raj --- .../{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb} (82%) diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb similarity index 82% rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb index 4399edaab1..86fe673b47 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb @@ -4,11 +4,9 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080" -SRC_URI = "git://github.com/nlohmann/json.git" +SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1" -PV = "3.7.0+git${SRCPV}" - -SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b" +SRCREV = "e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4" S = "${WORKDIR}/git"