diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-13 20:41:50 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-13 20:45:23 -0700 |
| commit | 0e0b4892f50808b87223a1e8dbcd13d4e16368cf (patch) | |
| tree | 699ce1cb44a3f92bbb9d7e0d37f350cd0bd08ea7 | |
| parent | 3add820b373564478591e244226704371c1d34d1 (diff) | |
| download | meta-openembedded-0e0b4892f50808b87223a1e8dbcd13d4e16368cf.tar.gz | |
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 <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb (renamed from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb b/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" | |||
| 11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" |
| 13 | 13 | ||
| 14 | SRCREV = "6aba23f4a8628d599a9ef7fa4811c4ff6e4070e2" | 14 | SRCREV = "d2e6a971f4544c55b8e3b25cf96db266971b778f" |
| 15 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp" | 15 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
