* [ptxdist] [PATCH] host-meson: version bump 1.8.2 -> 1.9.0
@ 2025-08-27 14:55 Philipp Zabel
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-08-27 14:55 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
https://mesonbuild.com/Release-notes-for-1-9-0.html
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
...don-t-add-rpaths-for-build-directories-when-cross-co.patch | 4 ++--
.../0002-HACK-enable-NEON-only-for-ARMv7.patch | 0
.../0003-HACK-don-t-fail-if-lrelease-is-missing.patch | 0
.../0004-HACK-don-t-fail-if-uic-is-missing.patch | 0
...HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch | 0
patches/{meson-1.8.2 => meson-1.9.0}/series | 0
rules/host-meson.make | 4 ++--
7 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{meson-1.8.2 => meson-1.9.0}/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch (94%)
rename patches/{meson-1.8.2 => meson-1.9.0}/0002-HACK-enable-NEON-only-for-ARMv7.patch (100%)
rename patches/{meson-1.8.2 => meson-1.9.0}/0003-HACK-don-t-fail-if-lrelease-is-missing.patch (100%)
rename patches/{meson-1.8.2 => meson-1.9.0}/0004-HACK-don-t-fail-if-uic-is-missing.patch (100%)
rename patches/{meson-1.8.2 => meson-1.9.0}/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch (100%)
rename patches/{meson-1.8.2 => meson-1.9.0}/series (100%)
diff --git a/patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch b/patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
similarity index 94%
rename from patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
rename to patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
index d7c721ceb6ea..4d14af56d6dc 100644
--- a/patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
+++ b/patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
@@ -13,10 +13,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/mesonbuild/linkers/linkers.py b/mesonbuild/linkers/linkers.py
-index 59f60e03a19c..83a14fc27a08 100644
+index c528db748e7a..1332349dfd5a 100644
--- a/mesonbuild/linkers/linkers.py
+++ b/mesonbuild/linkers/linkers.py
-@@ -717,7 +717,12 @@ class GnuLikeDynamicLinkerMixin(DynamicLinkerBase):
+@@ -715,7 +715,12 @@ class GnuLikeDynamicLinkerMixin(DynamicLinkerBase):
# Need to deduplicate rpaths, as macOS's install_name_tool
# is *very* allergic to duplicate -delete_rpath arguments
# when calling depfixer on installation.
diff --git a/patches/meson-1.8.2/0002-HACK-enable-NEON-only-for-ARMv7.patch b/patches/meson-1.9.0/0002-HACK-enable-NEON-only-for-ARMv7.patch
similarity index 100%
rename from patches/meson-1.8.2/0002-HACK-enable-NEON-only-for-ARMv7.patch
rename to patches/meson-1.9.0/0002-HACK-enable-NEON-only-for-ARMv7.patch
diff --git a/patches/meson-1.8.2/0003-HACK-don-t-fail-if-lrelease-is-missing.patch b/patches/meson-1.9.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
similarity index 100%
rename from patches/meson-1.8.2/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
rename to patches/meson-1.9.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
diff --git a/patches/meson-1.8.2/0004-HACK-don-t-fail-if-uic-is-missing.patch b/patches/meson-1.9.0/0004-HACK-don-t-fail-if-uic-is-missing.patch
similarity index 100%
rename from patches/meson-1.8.2/0004-HACK-don-t-fail-if-uic-is-missing.patch
rename to patches/meson-1.9.0/0004-HACK-don-t-fail-if-uic-is-missing.patch
diff --git a/patches/meson-1.8.2/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch b/patches/meson-1.9.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
similarity index 100%
rename from patches/meson-1.8.2/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
rename to patches/meson-1.9.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
diff --git a/patches/meson-1.8.2/series b/patches/meson-1.9.0/series
similarity index 100%
rename from patches/meson-1.8.2/series
rename to patches/meson-1.9.0/series
diff --git a/rules/host-meson.make b/rules/host-meson.make
index 2c76d9695cb7..4dc376a7f24f 100644
--- a/rules/host-meson.make
+++ b/rules/host-meson.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MESON) += host-meson
#
# Paths and names
#
-HOST_MESON_VERSION := 1.8.2
-HOST_MESON_MD5 := 677d8dfec2a8c25bcc4de4227403fe0a
+HOST_MESON_VERSION := 1.9.0
+HOST_MESON_MD5 := ed30f3221e15bc2dbafbdfaa1a55926e
HOST_MESON := meson-$(HOST_MESON_VERSION)
HOST_MESON_SUFFIX := tar.gz
HOST_MESON_URL := https://github.com/mesonbuild/meson/releases/download/$(HOST_MESON_VERSION)/$(HOST_MESON).$(HOST_MESON_SUFFIX)
--
2.47.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] host-meson: version bump 1.8.2 -> 1.9.0
2025-08-27 14:55 [ptxdist] [PATCH] host-meson: version bump 1.8.2 -> 1.9.0 Philipp Zabel
@ 2025-08-29 9:46 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-08-29 9:46 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 8480dfdc18b194ee93845542af64679cece47737.
Michael
[sent from post-receive hook]
On Fri, 29 Aug 2025 11:46:33 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://mesonbuild.com/Release-notes-for-1-9-0.html
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20250827145547.3993244-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch b/patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
> similarity index 94%
> rename from patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
> rename to patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
> index d7c721ceb6ea..4d14af56d6dc 100644
> --- a/patches/meson-1.8.2/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
> +++ b/patches/meson-1.9.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
> @@ -13,10 +13,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/mesonbuild/linkers/linkers.py b/mesonbuild/linkers/linkers.py
> -index 59f60e03a19c..83a14fc27a08 100644
> +index c528db748e7a..1332349dfd5a 100644
> --- a/mesonbuild/linkers/linkers.py
> +++ b/mesonbuild/linkers/linkers.py
> -@@ -717,7 +717,12 @@ class GnuLikeDynamicLinkerMixin(DynamicLinkerBase):
> +@@ -715,7 +715,12 @@ class GnuLikeDynamicLinkerMixin(DynamicLinkerBase):
> # Need to deduplicate rpaths, as macOS's install_name_tool
> # is *very* allergic to duplicate -delete_rpath arguments
> # when calling depfixer on installation.
> diff --git a/patches/meson-1.8.2/0002-HACK-enable-NEON-only-for-ARMv7.patch b/patches/meson-1.9.0/0002-HACK-enable-NEON-only-for-ARMv7.patch
> similarity index 100%
> rename from patches/meson-1.8.2/0002-HACK-enable-NEON-only-for-ARMv7.patch
> rename to patches/meson-1.9.0/0002-HACK-enable-NEON-only-for-ARMv7.patch
> diff --git a/patches/meson-1.8.2/0003-HACK-don-t-fail-if-lrelease-is-missing.patch b/patches/meson-1.9.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
> similarity index 100%
> rename from patches/meson-1.8.2/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
> rename to patches/meson-1.9.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
> diff --git a/patches/meson-1.8.2/0004-HACK-don-t-fail-if-uic-is-missing.patch b/patches/meson-1.9.0/0004-HACK-don-t-fail-if-uic-is-missing.patch
> similarity index 100%
> rename from patches/meson-1.8.2/0004-HACK-don-t-fail-if-uic-is-missing.patch
> rename to patches/meson-1.9.0/0004-HACK-don-t-fail-if-uic-is-missing.patch
> diff --git a/patches/meson-1.8.2/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch b/patches/meson-1.9.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
> similarity index 100%
> rename from patches/meson-1.8.2/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
> rename to patches/meson-1.9.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
> diff --git a/patches/meson-1.8.2/series b/patches/meson-1.9.0/series
> similarity index 100%
> rename from patches/meson-1.8.2/series
> rename to patches/meson-1.9.0/series
> diff --git a/rules/host-meson.make b/rules/host-meson.make
> index 2c76d9695cb7..4dc376a7f24f 100644
> --- a/rules/host-meson.make
> +++ b/rules/host-meson.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MESON) += host-meson
> #
> # Paths and names
> #
> -HOST_MESON_VERSION := 1.8.2
> -HOST_MESON_MD5 := 677d8dfec2a8c25bcc4de4227403fe0a
> +HOST_MESON_VERSION := 1.9.0
> +HOST_MESON_MD5 := ed30f3221e15bc2dbafbdfaa1a55926e
> HOST_MESON := meson-$(HOST_MESON_VERSION)
> HOST_MESON_SUFFIX := tar.gz
> HOST_MESON_URL := https://github.com/mesonbuild/meson/releases/download/$(HOST_MESON_VERSION)/$(HOST_MESON).$(HOST_MESON_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-29 9:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-27 14:55 [ptxdist] [PATCH] host-meson: version bump 1.8.2 -> 1.9.0 Philipp Zabel
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox