[libcamera-devel] [PATCH] utils: tracepoints: gen-tp-header: Add execute permission

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Dec 6 20:47:52 CET 2021


From: Brian Olson <icic at bolson.org>

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 <icic at bolson.org>
---
 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
-- 
2.30.2



More information about the libcamera-devel mailing list