diff options
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. |