On 7/9/20 8:21 AM, Martin Jansa wrote: > FYI this "small" upgrade changes ABI version from libjsoncpp22 > to libjsoncpp24 which might cause some issues to people who expect > relatively stable ABIs in LTS dunfell. Well that is not good. I did look at the details but apparently I failed to catch the "soversion" change. Would you recommend reverting this? -armin > > On Wed, Jul 1, 2020 at 2:07 AM akuster > wrote: > > From: Pierre-Jean Texier > > > 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 > > (cherry picked from commit 65e124eef373680726ac045677cbec7d9080a289) > Signed-off-by: Armin Kuster > > --- >  .../jsoncpp/{jsoncpp_1.9.2.bb => > jsoncpp_1.9.3.bb }              | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) >  rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.2.bb > => jsoncpp_1.9.3.bb > } (93%) > > diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb > > b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb > > similarity index 93% > rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb > > rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb > > index a88410f2ff..97c6361ad8 100644 > --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.2.bb > > +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.3.bb > > @@ -11,7 +11,7 @@ SECTION = "libs" >  LICENSE = "MIT" >  LIC_FILES_CHKSUM = > "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" > > -SRCREV = "d2e6a971f4544c55b8e3b25cf96db266971b778f" > +SRCREV = "6aba23f4a8628d599a9ef7fa4811c4ff6e4070e2" >  SRC_URI = "git://github.com/open-source-parsers/jsoncpp > " > >  S = "${WORKDIR}/git" > -- > 2.17.1 > > >