mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0a1e7fd4f5
commit
9639dc7d87
@@ -16,7 +16,7 @@ index 67d3675..4e92a7a 100755
|
|||||||
--- a/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
--- a/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
||||||
+++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
+++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env @PYTHON@
|
-#!@PYTHON@
|
||||||
+#!/usr/bin/env python3
|
+#!/usr/bin/env python3
|
||||||
|
|
||||||
# GDBus - GLib D-Bus Library
|
# GDBus - GLib D-Bus Library
|
||||||
@@ -26,7 +26,7 @@ index aa5af43..56e8e2e 100755
|
|||||||
--- a/gobject/glib-genmarshal.in
|
--- a/gobject/glib-genmarshal.in
|
||||||
+++ b/gobject/glib-genmarshal.in
|
+++ b/gobject/glib-genmarshal.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env @PYTHON@
|
-#!@PYTHON@
|
||||||
+#!/usr/bin/env python3
|
+#!/usr/bin/env python3
|
||||||
|
|
||||||
# pylint: disable=too-many-lines, missing-docstring, invalid-name
|
# pylint: disable=too-many-lines, missing-docstring, invalid-name
|
||||||
@@ -36,7 +36,7 @@ index e10b910..4b619f8 100755
|
|||||||
--- a/gobject/glib-mkenums.in
|
--- a/gobject/glib-mkenums.in
|
||||||
+++ b/gobject/glib-mkenums.in
|
+++ b/gobject/glib-mkenums.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env @PYTHON@
|
-#!@PYTHON@
|
||||||
+#!/usr/bin/env python3
|
+#!/usr/bin/env python3
|
||||||
|
|
||||||
# If the code below looks horrible and unpythonic, do not panic.
|
# If the code below looks horrible and unpythonic, do not panic.
|
||||||
|
|||||||
@@ -221,17 +221,17 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
|
|||||||
file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
|
file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
|
||||||
file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
|
file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
|
||||||
file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
|
file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
|
||||||
file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
|
|
||||||
file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
|
file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
|
||||||
file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
|
file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
|
||||||
file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \
|
file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \
|
||||||
|
file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
|
||||||
file://skip-timeout.patch \
|
file://skip-timeout.patch \
|
||||||
"
|
"
|
||||||
SRC_URI:append:class-native = " file://relocate-modules.patch \
|
SRC_URI:append:class-native = " file://relocate-modules.patch \
|
||||||
file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \
|
file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f"
|
SRC_URI[sha256sum] = "478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6"
|
||||||
|
|
||||||
# Find any meson cross files in FILESPATH that are relevant for the current
|
# Find any meson cross files in FILESPATH that are relevant for the current
|
||||||
# build (using siteinfo) and add them to EXTRA_OEMESON.
|
# build (using siteinfo) and add them to EXTRA_OEMESON.
|
||||||
|
|||||||
Reference in New Issue
Block a user