From patchwork Sat Jul 26 21:24:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 23975 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 9BDCDBDCC1 for ; Sat, 26 Jul 2025 21:24:49 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3006B69119; Sat, 26 Jul 2025 23:24:49 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="urKnW3FX"; 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 69E28690A5 for ; Sat, 26 Jul 2025 23:24:47 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 7D4717E0; Sat, 26 Jul 2025 23:24:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753565046; bh=BKBURTmKsYHJd5bTO6rLrvusasxIpWYfqKeO+nIWP1g=; h=From:To:Cc:Subject:Date:From; b=urKnW3FX7kKRaIBFo+VPH6+ySvFbb2DXPd9g8nyqkET97N5IyYovdFU6G2PxD2ZVv 3k+ffwkBLaM75j+zsHGnoLVQEe8Beb3++pmr8moBpwAaDSShK/JLnlUzMmkr7qLo/a rwX2tOG/1HnHce3xxwu+aJXfhhrrJJQHdM5S/nEY= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Cc: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Subject: [PATCH] Upodate subprojects .gitignore Date: Sun, 27 Jul 2025 00:24:41 +0300 Message-ID: <20250726212441.23922-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 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" Commit a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") modified the libyaml wrap in a way that resulted in the subproject source code being stored in a different subdirectory, but didn't update .gitignore accordingly. Fix it. Fixes: a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") Signed-off-by: Laurent Pinchart --- subprojects/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 16da4892ed9de3ac8f84dfd0d1761022656af376 -- Regards, Laurent Pinchart diff --git a/subprojects/.gitignore b/subprojects/.gitignore index b08d6990777a..d2ba90074717 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -2,6 +2,6 @@ /googletest-release* /libpisp -/libyaml /libyuv /packagecache +/yaml-0.2.5