diff options
| author | Derek Straka <derek@asterius.io> | 2018-01-03 18:03:14 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:33:04 -0800 |
| commit | 0e5dfce3b695128f396555bd69ebb9413e842a19 (patch) | |
| tree | f768d9434c75d022d6a2e639c9ff77502ae08970 /meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.8.3.bb | |
| parent | 01e54eb2fa5fb3e528781f51c85e79eb8c9b74d1 (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "JSON C++ lib used to read and write json file." | ||
| 2 | DESCRIPTION = "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 | |||
| 7 | HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp" | ||
| 8 | |||
| 9 | SECTION = "libs" | ||
| 10 | |||
| 11 | LICENSE = "MIT" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" | ||
| 13 | |||
| 14 | SRCREV = "2de18021fcb11370e9b5a1fbe7dcfd673533a134" | ||
| 15 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | inherit cmake | ||
| 20 | |||
| 21 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF" | ||
