From 0e0b4892f50808b87223a1e8dbcd13d4e16368cf Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 13 Jul 2020 20:41:50 -0700 Subject: [PATCH] Revert "jsoncpp: upgrade 1.9.2 -> 1.9.3" This reverts commit 2b384c59733c437027f9b14cc32da19251efd97b. It appears that there was a change in soname not noted in the changelog. https://github.com/open-source-parsers/jsoncpp/commit/8b7ea09b8055df01866a5ce4142b12ed8f9f13eb ABI change appears to have occured. https://abi-laboratory.pro/index.php?view=timeline&l=jsoncpp Signed-off-by: Armin Kuster --- .../jsoncpp/{jsoncpp_1.9.3.bb => jsoncpp_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.3.bb => jsoncpp_1.9.2.bb} (93%) diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb similarity index 93% rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb index 97c6361ad8..a88410f2ff 100644 --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb @@ -11,7 +11,7 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" -SRCREV = "6aba23f4a8628d599a9ef7fa4811c4ff6e4070e2" +SRCREV = "d2e6a971f4544c55b8e3b25cf96db266971b778f" SRC_URI = "git://github.com/open-source-parsers/jsoncpp" S = "${WORKDIR}/git"