diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-09-20 11:58:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-20 15:59:03 +0100 |
commit | 9639dc7d87780429ce64234febff37cb0babf256 (patch) | |
tree | ffa3354df8f7b10ebb12855534166744cb48fd0c /meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch | |
parent | 0a1e7fd4f5426e22eea3a195737bce7c9f275098 (diff) | |
download | poky-9639dc7d87780429ce64234febff37cb0babf256.tar.gz |
glib-2.0: update 2.80.4 -> 2.82.1
- adjust 0010-Do-not-hardcode-python-path-into-various-tools.patch
(From OE-Core rev: de2d07df6efb6c4d01f31d3f6d902b630f747400)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch')
-rw-r--r-- | meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch b/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch index 30a6bd4c3a..4609f1fb2b 100644 --- a/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch +++ b/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch | |||
@@ -16,7 +16,7 @@ index 67d3675..4e92a7a 100755 | |||
16 | --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in | 16 | --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in |
17 | +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in | 17 | +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in |
18 | @@ -1,4 +1,4 @@ | 18 | @@ -1,4 +1,4 @@ |
19 | -#!/usr/bin/env @PYTHON@ | 19 | -#!@PYTHON@ |
20 | +#!/usr/bin/env python3 | 20 | +#!/usr/bin/env python3 |
21 | 21 | ||
22 | # GDBus - GLib D-Bus Library | 22 | # GDBus - GLib D-Bus Library |
@@ -26,7 +26,7 @@ index aa5af43..56e8e2e 100755 | |||
26 | --- a/gobject/glib-genmarshal.in | 26 | --- a/gobject/glib-genmarshal.in |
27 | +++ b/gobject/glib-genmarshal.in | 27 | +++ b/gobject/glib-genmarshal.in |
28 | @@ -1,4 +1,4 @@ | 28 | @@ -1,4 +1,4 @@ |
29 | -#!/usr/bin/env @PYTHON@ | 29 | -#!@PYTHON@ |
30 | +#!/usr/bin/env python3 | 30 | +#!/usr/bin/env python3 |
31 | 31 | ||
32 | # pylint: disable=too-many-lines, missing-docstring, invalid-name | 32 | # pylint: disable=too-many-lines, missing-docstring, invalid-name |
@@ -36,7 +36,7 @@ index e10b910..4b619f8 100755 | |||
36 | --- a/gobject/glib-mkenums.in | 36 | --- a/gobject/glib-mkenums.in |
37 | +++ b/gobject/glib-mkenums.in | 37 | +++ b/gobject/glib-mkenums.in |
38 | @@ -1,4 +1,4 @@ | 38 | @@ -1,4 +1,4 @@ |
39 | -#!/usr/bin/env @PYTHON@ | 39 | -#!@PYTHON@ |
40 | +#!/usr/bin/env python3 | 40 | +#!/usr/bin/env python3 |
41 | 41 | ||
42 | # If the code below looks horrible and unpythonic, do not panic. | 42 | # If the code below looks horrible and unpythonic, do not panic. |