[libcamera-devel] utils: tracepoints: gen-tp-header: Add execute permission
diff mbox series

Message ID 20211206194752.1256088-1-kieran.bingham@ideasonboard.com
State Accepted
Commit 8ff5a8d548eee7c2cb14b355867debdb29e75419
Headers show
Series
  • [libcamera-devel] utils: tracepoints: gen-tp-header: Add execute permission
Related show

Commit Message

Kieran Bingham Dec. 6, 2021, 7:47 p.m. UTC
From: Brian Olson <icic@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@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

Comments

Laurent Pinchart Dec. 6, 2021, 7:53 p.m. UTC | #1
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@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@bolson.org>

Reviewed-by: Laurent Pinchart <laurent.pinchart@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
Jacopo Mondi Dec. 14, 2021, 9:54 a.m. UTC | #2
Hi Kieran,

On Mon, Dec 06, 2021 at 07:47:52PM +0000, Kieran Bingham wrote:
> From: Brian Olson <icic@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@bolson.org>

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

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

Patch
diff mbox series

diff --git a/utils/tracepoints/gen-tp-header.py b/utils/tracepoints/gen-tp-header.py
old mode 100644
new mode 100755