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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Dec 6 20:53:17 CET 2021


Hi Kieran and Brian,

Thank you for the patch.

On Mon, Dec 06, 2021 at 07:47:52PM +0000, Kieran Bingham wrote:
> 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>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  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

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list