From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2
Date: Tue, 8 Apr 2025 08:51:36 +0800 [thread overview]
Message-ID: <1744073502-27695-9-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Make-CPU-family-warnings-fatal.patch
refreshed for 1.7.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../meson/0001-Make-CPU-family-warnings-fatal.patch | 10 +++++-----
.../meson/{meson_1.7.1.bb => meson_1.7.2.bb} | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/meson/{meson_1.7.1.bb => meson_1.7.2.bb} (98%)
diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
index dcc8209c31..ca2bcef1ee 100644
--- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
@@ -1,4 +1,4 @@
-From 32c4ccfbdc8649f595a79e7fd1bd39d6f8325340 Mon Sep 17 00:00:00 2001
+From 8ba2c1f596206d45e8f14d4f4d2439023a3de9e7 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@intel.com>
Date: Tue, 3 Jul 2018 13:59:09 +0100
Subject: [PATCH] Make CPU family warnings fatal
@@ -11,10 +11,10 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
-index 86bad9b..9703315 100644
+index 6726d4e..844b611 100644
--- a/mesonbuild/envconfig.py
+++ b/mesonbuild/envconfig.py
-@@ -277,8 +277,8 @@ class MachineInfo(HoldableObject):
+@@ -278,8 +278,8 @@ class MachineInfo(HoldableObject):
'but is missing {}.'.format(minimum_literal - set(literal)))
cpu_family = literal['cpu_family']
@@ -26,10 +26,10 @@ index 86bad9b..9703315 100644
endian = literal['endian']
if endian not in ('little', 'big'):
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
-index 71a2f3a..4cbeabe 100644
+index 386316e..b4a0d88 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
-@@ -416,10 +416,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
+@@ -419,10 +419,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
if compilers and not any_compiler_has_define(compilers, '__mips64'):
trial = 'mips'
diff --git a/meta/recipes-devtools/meson/meson_1.7.1.bb b/meta/recipes-devtools/meson/meson_1.7.2.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.7.1.bb
rename to meta/recipes-devtools/meson/meson_1.7.2.bb
index bc57c84cce..7e9c661818 100644
--- a/meta/recipes-devtools/meson/meson_1.7.1.bb
+++ b/meta/recipes-devtools/meson/meson_1.7.2.bb
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
file://0001-Make-CPU-family-warnings-fatal.patch \
file://0002-Support-building-allarch-recipes-again.patch \
"
-SRC_URI[sha256sum] = "155780a5be87f6dd7f427ad8bcbf0f2b2c5f62ee5fdacca7caa9de8439a24b89"
+SRC_URI[sha256sum] = "4d40d63aa748a9c139cc41ab9bffe43edd113c5639d78bde81544ca955aea890"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
inherit python_setuptools_build_meta github-releases
--
2.43.0
next prev parent reply other threads:[~2025-04-08 0:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
2025-04-08 8:08 ` Alexander Kanavin
2025-04-08 0:51 ` [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 wangmy
2025-04-08 0:51 ` wangmy [this message]
2025-04-08 0:51 ` [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
2025-05-19 2:37 ` Clayton Casciato
2025-05-19 2:49 ` Clayton Casciato
2025-05-27 13:48 ` Clayton Casciato
2025-05-27 16:00 ` [OE-core] " Gyorgy Sarvari
2025-05-27 18:57 ` Clayton Casciato
2025-04-08 0:51 ` [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
2025-04-08 10:21 ` Gyorgy Sarvari
2025-04-08 0:51 ` [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 wangmy
2025-04-08 11:17 ` [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 Mathieu Dubois-Briand
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=1744073502-27695-9-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/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