From patchwork Mon Dec 6 19:47:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 15055 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 AD0AFBDB13 for ; Mon, 6 Dec 2021 19:47:59 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C155F6086C; Mon, 6 Dec 2021 20:47:57 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="p8L5alP5"; 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 9332560725 for ; Mon, 6 Dec 2021 20:47:56 +0100 (CET) Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0FA0AEE; Mon, 6 Dec 2021 20:47:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1638820076; bh=XmU1EH/ctk/Z39X4N3Jklr3Yw/x3jzwfytcOuaSRlcQ=; h=From:To:Cc:Subject:Date:From; b=p8L5alP5yo0EFrcavakbF6/oft5Dmdaww2vPdSZnxOOGaSVER06eUGK+keTkJcZGv eRw7yth3Xq4/yE3BvWaTVHCHJNOuy3z/tCr1gM2K4E+9dp4+Wwt9sCBg1SFFr5/vWT eMDjcW7jLyMnHRWim3xw0ATpI50j0cIKJmAjlnxI= From: Kieran Bingham To: libcamera devel Date: Mon, 6 Dec 2021 19:47:52 +0000 Message-Id: <20211206194752.1256088-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] utils: tracepoints: gen-tp-header: Add execute permission 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" From: Brian Olson The gen-tp-header script does not have execute permissions set on the file. Add the execute permission to ensure that meson runs this script consistently in the same configuration as other scripts, without invoking python itself separately. Signed-off-by: Brian Olson Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- utils/tracepoints/gen-tp-header.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 utils/tracepoints/gen-tp-header.py diff --git a/utils/tracepoints/gen-tp-header.py b/utils/tracepoints/gen-tp-header.py old mode 100644 new mode 100755