summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-30 12:20:06 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-04-03 15:14:57 +0000
commit7f72680b66743ebab4bae8ff8fe1ec2bd7cac27c (patch)
tree40788c596d398e7b37a55f9f3e13a331092dd0fc
parent3c9b605d6cd49bd942d854f127014ff2345fcbea (diff)
downloadtalos-openbmc-7f72680b66743ebab4bae8ff8fe1ec2bd7cac27c.tar.gz
talos-openbmc-7f72680b66743ebab4bae8ff8fe1ec2bd7cac27c.zip
nlohmann: Update to 3.1.2
Change-Id: Ib5bff064f5b158f18268786f5fafd59760a941ac Tested: Built witherspoon and palmetto images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/common/recipes-support/nlohmann-json/nlohmann-json_git.bb8
1 files changed, 4 insertions, 4 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 57a0badd4..bbb63a1bf 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
@@ -1,18 +1,18 @@
DESCRIPTION = "JSON for modern C++"
HOMEPAGE = "https://nlohmann.github.io/json/"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f8a8f918f1513404c8366d7a63ab6d97"
+LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=9a8ae1c2d606c432a2aa2e2de15be22a"
SRC_URI = "git://github.com/nlohmann/json.git"
ALLOW_EMPTY_${PN} = "1"
-PV = "3.0.1+git${SRCPV}"
+PV = "3.1.2+git${SRCPV}"
-SRCREV = "ce1dccf347faf6beb2cdf06b788c01cc24e4c6ce"
+SRCREV = "183390c10b8ba4aa33934ae593f82f352befefc8"
S = "${WORKDIR}/git"
do_install_append(){
install -d ${D}${includedir}/nlohmann
- install -m 644 ${S}/src/json.hpp ${D}${includedir}/nlohmann/json.hpp
+ install -m 644 ${S}/single_include/nlohmann/json.hpp ${D}${includedir}/nlohmann/json.hpp
}
OpenPOWER on IntegriCloud