summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2018-10-15 10:42:25 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-17 12:49:07 +0000
commitca67d6eb5adf8a486eb9999af0347a1cc4ed5786 (patch)
treeaa9eb52a160fc027015941d121702fa16be33aff /meta-phosphor
parent32803f8ef2c03429e4dcd1612f98768c44de8b6a (diff)
downloadtalos-openbmc-ca67d6eb5adf8a486eb9999af0347a1cc4ed5786.tar.gz
talos-openbmc-ca67d6eb5adf8a486eb9999af0347a1cc4ed5786.zip
meta-phosphor: remove nlohmann-json
This has been merged into meta-oe, use the meta-oe version as it is more up to date. (From meta-phosphor rev: d32b6818513b069ad59fa60a5301d5a52ebf4d2f) Change-Id: I1487849fba34e9363d96ca4bef9b5b692fb13b46 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-support/nlohmann-json/nlohmann-json_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-phosphor/recipes-support/nlohmann-json/nlohmann-json_git.bb b/meta-phosphor/recipes-support/nlohmann-json/nlohmann-json_git.bb
deleted file mode 100644
index a89b659ae..000000000
--- a/meta-phosphor/recipes-support/nlohmann-json/nlohmann-json_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "JSON for modern C++"
-HOMEPAGE = "https://nlohmann.github.io/json/"
-SECTION = "libs"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=9a8ae1c2d606c432a2aa2e2de15be22a"
-
-SRC_URI = "git://github.com/nlohmann/json.git"
-
-PV = "3.2.0+git${SRCPV}"
-
-SRCREV = "8c20571136f2d5351b379a06ad6591bd980880fe"
-
-S = "${WORKDIR}/git"
-
-inherit cmake
-
-EXTRA_OECMAKE += "-DJSON_BuildTests=OFF"
-
-# nlohmann-json is a header only C++ library, so the main package will be empty.
-
-RDEPENDS_${PN}-dev = ""
-
-BBCLASSEXTEND = "native nativesdk"
OpenPOWER on IntegriCloud