Openembedded Core Discussions
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 12/22] meson: upgrade 1.5.2 -> 1.6.0
Date: Fri, 25 Oct 2024 13:39:19 +0800	[thread overview]
Message-ID: <1729834769-4717-12-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1729834769-4717-1-git-send-email-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Make-CPU-family-warnings-fatal.patch
0001-python-module-do-not-manipulate-the-environment-when.patch
refreshed for 1.6.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 6 +++---
 ...on-module-do-not-manipulate-the-environment-when.patch | 8 ++++----
 .../meson/{meson_1.5.2.bb => meson_1.6.0.bb}              | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/meson/{meson_1.5.2.bb => meson_1.6.0.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 b272fd45b0..85f8a81cf4 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 13e05ca933a572c1caf93372df808a30976f99cd Mon Sep 17 00:00:00 2001
+From 57ab007ab3d510292d7ce7e8929eaaa93d169c51 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
@@ -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 484ef45..cf4a3ba 100644
+index 71a2f3a..4cbeabe 100644
 --- a/mesonbuild/environment.py
 +++ b/mesonbuild/environment.py
-@@ -389,10 +389,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
+@@ -416,10 +416,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/0001-python-module-do-not-manipulate-the-environment-when.patch b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
index b4671f591f..d570cb01a0 100644
--- a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
+++ b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
@@ -1,4 +1,4 @@
-From 66e350bbbd65e56a0d19c75710f61503e15e24a2 Mon Sep 17 00:00:00 2001
+From 17e9d8cefe934346b21333241446373868d2cdb0 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Mon, 19 Nov 2018 14:24:26 +0100
 Subject: [PATCH] python module: do not manipulate the environment when calling
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
-index 883a29a..52bfbf3 100644
+index fff4aaa..1fde2f6 100644
 --- a/mesonbuild/dependencies/python.py
 +++ b/mesonbuild/dependencies/python.py
-@@ -399,9 +399,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -400,9 +400,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
                      empty.name = 'python'
                      return empty
  
@@ -24,7 +24,7 @@ index 883a29a..52bfbf3 100644
                  try:
                      return PythonPkgConfigDependency(name, env, kwargs, installation, True)
                  finally:
-@@ -410,8 +407,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -411,8 +408,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
                              os.environ[name] = value
                          elif name in os.environ:
                              del os.environ[name]
diff --git a/meta/recipes-devtools/meson/meson_1.5.2.bb b/meta/recipes-devtools/meson/meson_1.6.0.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.5.2.bb
rename to meta/recipes-devtools/meson/meson_1.6.0.bb
index beb1751e6f..46127b7a9b 100644
--- a/meta/recipes-devtools/meson/meson_1.5.2.bb
+++ b/meta/recipes-devtools/meson/meson_1.6.0.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] = "f955e09ab0d71ef180ae85df65991d58ed8430323de7d77a37e11c9ea630910b"
+SRC_URI[sha256sum] = "999b65f21c03541cf11365489c1fad22e2418bb0c3d50ca61139f2eec09d5496"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases
-- 
2.34.1



  parent reply	other threads:[~2024-10-25  5:40 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  5:39 [OE-core] [PATCH 01/22] autoconf-archive: upgrade 2023.02.20 -> 2024.10.16 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 02/22] bash: upgrade 5.2.32 -> 5.2.37 wangmy
2024-10-25  9:10   ` Alexander Kanavin
2024-10-25  5:39 ` [OE-core] [PATCH 03/22] epiphany: upgrade 47.0 -> 47.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 04/22] i2c-tools: upgrade 4.3 -> 4.4 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 05/22] less: upgrade 661 -> 668 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 06/22] libarchive: upgrade 3.7.6 -> 3.7.7 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 07/22] libubootenv: upgrade 0.3.5 -> 0.3.6 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 08/22] libunistring: upgrade 1.2 -> 1.3 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 09/22] libuv: upgrade 1.49.0 -> 1.49.2 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 10/22] libxmlb: upgrade 0.3.19 -> 0.3.21 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 11/22] llvm: upgrade 19.1.0 -> 19.1.2 wangmy
2024-10-25  5:39 ` wangmy [this message]
2024-10-25  5:39 ` [OE-core] [PATCH 13/22] ofono: upgrade 2.10 -> 2.11 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 14/22] ptest-runner: upgrade 2.4.5 -> 2.5.1 wangmy
2024-10-25  9:12   ` Alexander Kanavin
2024-10-27  3:12     ` Mingyu Wang (Fujitsu)
2024-10-28 19:46       ` Alexander Kanavin
     [not found]       ` <1802B5823947D89C.18751@lists.openembedded.org>
2024-10-29 11:56         ` Alexander Kanavin
2024-10-29 22:34           ` Richard Purdie
2024-10-25  5:39 ` [OE-core] [PATCH 15/22] python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 16/22] python3-poetry-core: upgrade 1.9.0 -> 1.9.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 17/22] python3-psutil: upgrade 6.0.0 -> 6.1.0 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 18/22] python3-rdflib: upgrade 7.0.0 -> 7.1.0 wangmy
2024-10-29  9:40   ` Mathieu Dubois-Briand
2024-10-31  8:36     ` Mingyu Wang (Fujitsu)
2024-10-25  5:39 ` [OE-core] [PATCH 19/22] python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 20/22] python3-xmltodict: upgrade 0.13.0 -> 0.14.2 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 21/22] systemd: upgrade 256.6 -> 256.7 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 22/22] xtrans: upgrade 1.5.0 -> 1.5.1 wangmy

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=1729834769-4717-12-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