From ca67d6eb5adf8a486eb9999af0347a1cc4ed5786 Mon Sep 17 00:00:00 2001 From: James Feist Date: Mon, 15 Oct 2018 10:42:25 -0700 Subject: 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 Signed-off-by: Brad Bishop --- .../nlohmann-json/nlohmann-json_git.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-phosphor/recipes-support/nlohmann-json/nlohmann-json_git.bb (limited to 'meta-phosphor/recipes-support') 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 a89b659ae8..0000000000 --- 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" -- cgit v1.2.3