summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-03 18:03:14 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-16 21:33:04 -0800
commit0e5dfce3b695128f396555bd69ebb9413e842a19 (patch)
treef768d9434c75d022d6a2e639c9ff77502ae08970 /meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb
parent01e54eb2fa5fb3e528781f51c85e79eb8c9b74d1 (diff)
downloadmeta-openembedded-0e5dfce3b695128f396555bd69ebb9413e842a19.tar.gz
jsoncpp: update to version 1.8.4
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb')
-rw-r--r--meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb
deleted file mode 100644
index b7a02ef159..0000000000
--- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "JSON C++ lib used to read and write json file."
2DESCRIPTION = "Jsoncpp is an implementation of a JSON (http://json.org) reader \
3 and writer in C++. JSON (JavaScript Object Notation) is a \
4 lightweight data-interchange format. It is easy for humans to \
5 read and write. It is easy for machines to parse and generate."
6
7HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp"
8
9SECTION = "libs"
10
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b"
13
14SRCREV = "2de18021fcb11370e9b5a1fbe7dcfd673533a134"
15SRC_URI = "git://github.com/open-source-parsers/jsoncpp"
16
17S = "${WORKDIR}/git"
18
19inherit cmake
20
21EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF"