diff mbox series

[meta-oe,scarthgap,6/6] jsoncpp: upgrade 1.9.5 -> 1.9.7

Message ID 20260807070953.2275518-6-ankur.tyagi85@gmail.com
State Rejected, archived
Headers show
Series [meta-oe,scarthgap,1/6] redis: upgrade 7.2.12 -> 7.2.15 | expand

Commit Message

Ankur Tyagi Aug. 7, 2026, 7:09 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.6
https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.7

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb} (93%)

Comments

Anuj Mittal Aug. 13, 2026, 5:01 a.m. UTC | #1
On Fri, Aug 7, 2026 at 3:10 PM Ankur Tyagi via lists.openembedded.org
<ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
>
> From: Ankur Tyagi <ankur.tyagi85@gmail.com>
>
> https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.6
> https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.7

This seems to be causing build errors for sysdig:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1719

I didn't check in detail but I remember this version had introduced
ABI breakage, which was fixed later.

>
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
>  .../jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb}              | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb} (93%)
>
> diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> similarity index 93%
> rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
> rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> index c54dc94666..8194c554da 100644
> --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
> +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926"
>
>  PE = "1"
>
> -SRCREV = "5defb4ed1a4293b8e2bf641e16b156fb9de498cc"
> +SRCREV = "3455302847cf1e4671f1d8f5fa953fd46a7b1404"
>  SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
>
>  S = "${WORKDIR}/git"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#128863): https://lists.openembedded.org/g/openembedded-devel/message/128863
> Mute This Topic: https://lists.openembedded.org/mt/120639193/3616702
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [anuj.mittal@oss.qualcomm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ankur Tyagi Aug. 13, 2026, 10:09 a.m. UTC | #2
On Thu, Aug 13, 2026 at 5:01 PM Anuj Mittal
<anuj.mittal@oss.qualcomm.com> wrote:
>
> On Fri, Aug 7, 2026 at 3:10 PM Ankur Tyagi via lists.openembedded.org
> <ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
> >
> > From: Ankur Tyagi <ankur.tyagi85@gmail.com>
> >
> > https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.6
> > https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.7
>
> This seems to be causing build errors for sysdig:
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1719
>
> I didn't check in detail but I remember this version had introduced
> ABI breakage, which was fixed later.

Ok, I'll look into it.

>
> >
> > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > ---
> >  .../jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb}              | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.5.bb => jsoncpp_1.9.7.bb} (93%)
> >
> > diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> > similarity index 93%
> > rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
> > rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> > index c54dc94666..8194c554da 100644
> > --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
> > +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
> > @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926"
> >
> >  PE = "1"
> >
> > -SRCREV = "5defb4ed1a4293b8e2bf641e16b156fb9de498cc"
> > +SRCREV = "3455302847cf1e4671f1d8f5fa953fd46a7b1404"
> >  SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
> >
> >  S = "${WORKDIR}/git"
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#128863): https://lists.openembedded.org/g/openembedded-devel/message/128863
> > Mute This Topic: https://lists.openembedded.org/mt/120639193/3616702
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [anuj.mittal@oss.qualcomm.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
similarity index 93%
rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
index c54dc94666..8194c554da 100644
--- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
+++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb
@@ -13,7 +13,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926"
 
 PE = "1"
 
-SRCREV = "5defb4ed1a4293b8e2bf641e16b156fb9de498cc"
+SRCREV = "3455302847cf1e4671f1d8f5fa953fd46a7b1404"
 SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"