diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-16 18:37:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-16 19:50:07 -0800 |
commit | 110652d95152272df5649c6dd6c0fc98a47129df (patch) | |
tree | 1ea77c7bcd69109c0d371ae71439a51ac4887576 /meta-oe/recipes-devtools | |
parent | e595651343a0c380e699fa5137b8597e06e98edb (diff) | |
download | meta-openembedded-110652d95152272df5649c6dd6c0fc98a47129df.tar.gz |
nlohmann-json: Upgrade to 3.7.3
Rename recipe to express PV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb (renamed from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
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 index 4399edaab..86fe673b4 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" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nlohmann/json.git" | 7 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1" |
8 | 8 | ||
9 | PV = "3.7.0+git${SRCPV}" | 9 | SRCREV = "e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4" |
10 | |||
11 | SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b" | ||
12 | 10 | ||
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||