From patchwork Thu May 14 11:03:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 26757 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id CAF88BDCBC for ; Thu, 14 May 2026 11:03:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C7A616301E; Thu, 14 May 2026 13:03:42 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="DF3Yxacp"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7F5BE62FE1 for ; Thu, 14 May 2026 13:03:41 +0200 (CEST) Received: from pb-laptop.local (185.182.215.166.nat.pool.zt.hu [185.182.215.166]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CE1786A2; Thu, 14 May 2026 13:03:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778756612; bh=mQOOSzJ1jntKQqDs4TeFW4WD2gXVkTjp2D6SpNDUaf8=; h=From:To:Cc:Subject:Date:From; b=DF3YxacpAw/5jagCRx6OXOkKLxDZ5A9HUABWvbuxHphdsZaIOqpWAFGJDt7hnkgfq 2v0KbrZU/4ymaagpueJkDf8eAF3wnx2WwBMIe4CWmIgw0zVxeYOjyrL4yuRGdor7/n 3CRx9UsHSgRfh9Xlj1AfvIQdPQUtrhSg1D6Dj6p4= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Cc: Naushir Patuck , David Plowman Subject: [PATCH v1] subprojects: libpisp: Update to v1.5.0 Date: Thu, 14 May 2026 13:03:38 +0200 Message-ID: <20260514110338.347150-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.54.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 Reviewed-by: Laurent Pinchart Reviewed-by: Naushir Patuck --- 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