From 65e124eef373680726ac045677cbec7d9080a289 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Tue, 2 Jun 2020 14:17:41 +0200 Subject: jsoncpp: upgrade 1.9.2 -> 1.9.3 See full changelog https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.3 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb | 23 ----------------------- meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb create mode 100644 meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb (limited to 'meta-oe/recipes-devtools/jsoncpp') diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb deleted file mode 100644 index a88410f2ff..0000000000 --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "JSON C++ lib used to read and write json file." -DESCRIPTION = "Jsoncpp is an implementation of a JSON (http://json.org) reader \ - and writer in C++. JSON (JavaScript Object Notation) is a \ - lightweight data-interchange format. It is easy for humans to \ - read and write. It is easy for machines to parse and generate." - -HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp" - -SECTION = "libs" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" - -SRCREV = "d2e6a971f4544c55b8e3b25cf96db266971b778f" -SRC_URI = "git://github.com/open-source-parsers/jsoncpp" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb new file mode 100644 index 0000000000..97c6361ad8 --- /dev/null +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb @@ -0,0 +1,23 @@ +SUMMARY = "JSON C++ lib used to read and write json file." +DESCRIPTION = "Jsoncpp is an implementation of a JSON (http://json.org) reader \ + and writer in C++. JSON (JavaScript Object Notation) is a \ + lightweight data-interchange format. It is easy for humans to \ + read and write. It is easy for machines to parse and generate." + +HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp" + +SECTION = "libs" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" + +SRCREV = "6aba23f4a8628d599a9ef7fa4811c4ff6e4070e2" +SRC_URI = "git://github.com/open-source-parsers/jsoncpp" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf