From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] host-meson: version bump 1.6.0 -> 1.6.1
Date: Thu, 9 Jan 2025 13:52:14 +0100 [thread overview]
Message-ID: <20250109125214.3328516-1-p.zabel@pengutronix.de> (raw)
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
...don-t-add-rpaths-for-build-directories-when-cross-co.patch | 0
.../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.6.0 => meson-1.6.1}/series | 0
rules/host-meson.make | 4 ++--
7 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{meson-1.6.0 => meson-1.6.1}/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch (100%)
rename patches/{meson-1.6.0 => meson-1.6.1}/0002-HACK-enable-NEON-only-for-ARMv7.patch (100%)
rename patches/{meson-1.6.0 => meson-1.6.1}/0003-HACK-don-t-fail-if-lrelease-is-missing.patch (100%)
rename patches/{meson-1.6.0 => meson-1.6.1}/0004-HACK-don-t-fail-if-uic-is-missing.patch (100%)
rename patches/{meson-1.6.0 => meson-1.6.1}/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch (100%)
rename patches/{meson-1.6.0 => meson-1.6.1}/series (100%)
diff --git a/patches/meson-1.6.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch b/patches/meson-1.6.1/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
similarity index 100%
rename from patches/meson-1.6.0/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
rename to patches/meson-1.6.1/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch
diff --git a/patches/meson-1.6.0/0002-HACK-enable-NEON-only-for-ARMv7.patch b/patches/meson-1.6.1/0002-HACK-enable-NEON-only-for-ARMv7.patch
similarity index 100%
rename from patches/meson-1.6.0/0002-HACK-enable-NEON-only-for-ARMv7.patch
rename to patches/meson-1.6.1/0002-HACK-enable-NEON-only-for-ARMv7.patch
diff --git a/patches/meson-1.6.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch b/patches/meson-1.6.1/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
similarity index 100%
rename from patches/meson-1.6.0/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
rename to patches/meson-1.6.1/0003-HACK-don-t-fail-if-lrelease-is-missing.patch
diff --git a/patches/meson-1.6.0/0004-HACK-don-t-fail-if-uic-is-missing.patch b/patches/meson-1.6.1/0004-HACK-don-t-fail-if-uic-is-missing.patch
similarity index 100%
rename from patches/meson-1.6.0/0004-HACK-don-t-fail-if-uic-is-missing.patch
rename to patches/meson-1.6.1/0004-HACK-don-t-fail-if-uic-is-missing.patch
diff --git a/patches/meson-1.6.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch b/patches/meson-1.6.1/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
similarity index 100%
rename from patches/meson-1.6.0/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
rename to patches/meson-1.6.1/0005-HACK-dependencies-trust-pkgconfig-when-looking-for-z.patch
diff --git a/patches/meson-1.6.0/series b/patches/meson-1.6.1/series
similarity index 100%
rename from patches/meson-1.6.0/series
rename to patches/meson-1.6.1/series
diff --git a/rules/host-meson.make b/rules/host-meson.make
index 868d43d0c508..16b5398c7008 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.6.0
-HOST_MESON_MD5 := 0031ea392f8ef97eeadfe1906c5cc5b4
+HOST_MESON_VERSION := 1.6.1
+HOST_MESON_MD5 := 397e29700c71f69d70fd2b5898620177
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.39.5
reply other threads:[~2025-01-09 12:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250109125214.3328516-1-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox