summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cobbley <david.j.cobbley@linux.intel.com>2018-01-04 09:00:47 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-05 16:08:35 +0000
commitfe323d96969fee3be76e1e600566bc4a511315b5 (patch)
tree87e48c4ef832bc3d31432b2c93e643cb7048376a
parent790aa69dfbc41290c7d0709bc436c79a4513780d (diff)
downloadtalos-openbmc-fe323d96969fee3be76e1e600566bc4a511315b5.tar.gz
talos-openbmc-fe323d96969fee3be76e1e600566bc4a511315b5.zip
Updating Nlohmann branch issue and updating to 3.0.1
Nlohmann deleted the branch on which we had pinned the YP recipe. Moving the branch back to master and pinning on a commit for version 3.0.1. Change-Id: I478cf338baf096c108532760cefa15c4d01fe45d Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
-rw-r--r--meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb b/meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
index 2f58e4b48..adeee60d2 100644
--- a/meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
+++ b/meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "https://nlohmann.github.io/json/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f8a8f918f1513404c8366d7a63ab6d97"
-SRC_URI = "git://github.com/nlohmann/json.git;branch=release/3.0.0"
+SRC_URI = "git://github.com/nlohmann/json.git"
-PV = "3.0.0+git${SRCPV}"
+PV = "3.0.1+git${SRCPV}"
-SRCREV = "106f9f5436f6726006627ce3122fddf7fc9ca330"
+SRCREV = "ce1dccf347faf6beb2cdf06b788c01cc24e4c6ce"
S = "${WORKDIR}/git"
do_install_append(){
OpenPOWER on IntegriCloud