| Message ID | 20260514110338.347150-1-barnabas.pocze@ideasonboard.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series |
|
| Related | show |
On Thu, May 14, 2026 at 01:03:38PM +0200, Barnabás Pőcze wrote: > Update the libpisp wrap file to use the v1.5.0 release. Compared to the > previously used 1.3.0 release, this switces to C++20 (matching libcamera) > and fixes various compiler warnings. > > Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> An ack from Naush or David would be good before we merge this. > --- > subprojects/libpisp.wrap | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap > index e3c156153..b92de4848 100644 > --- a/subprojects/libpisp.wrap > +++ b/subprojects/libpisp.wrap > @@ -2,5 +2,5 @@ > > [wrap-git] > url = https://github.com/raspberrypi/libpisp.git > -revision = v1.3.0 > +revision = v1.5.0 > depth = 1
Hi Barnabás, Thanks for the patch, sorry I should have done this when we made the release. On Thu, 14 May 2026 at 12:03, Barnabás Pőcze <barnabas.pocze@ideasonboard.com> wrote: > > Update the libpisp wrap file to use the v1.5.0 release. Compared to the > previously used 1.3.0 release, this switces to C++20 (matching libcamera) > and fixes various compiler warnings. > > Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> > --- > subprojects/libpisp.wrap | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap > index e3c156153..b92de4848 100644 > --- a/subprojects/libpisp.wrap > +++ b/subprojects/libpisp.wrap > @@ -2,5 +2,5 @@ > > [wrap-git] > url = https://github.com/raspberrypi/libpisp.git > -revision = v1.3.0 > +revision = v1.5.0 > depth = 1 > -- > 2.54.0 >
diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap index e3c156153..b92de4848 100644 --- a/subprojects/libpisp.wrap +++ b/subprojects/libpisp.wrap @@ -2,5 +2,5 @@ [wrap-git] url = https://github.com/raspberrypi/libpisp.git -revision = v1.3.0 +revision = v1.5.0 depth = 1
Update the libpisp wrap file to use the v1.5.0 release. Compared to the previously used 1.3.0 release, this switces to C++20 (matching libcamera) and fixes various compiler warnings. Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> --- subprojects/libpisp.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)