Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *meson* to *1.4.1* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-meson-upgrade-1.4.0-1.4.1.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From ee2f9f88668300a6354e7a0dae9dddace42ae1fb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Sat, 1 Jun 2024 09:07:40 +0000
Subject: [PATCH] meson: upgrade 1.4.0 -> 1.4.1

---
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch   | 6 +++---
 ...thon-module-do-not-manipulate-the-environment-when.patch | 4 ++--
 .../meson/0002-Support-building-allarch-recipes-again.patch | 2 +-
 .../meson/{meson_1.4.0.bb => meson_1.4.1.bb}                | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/meson/{meson_1.4.0.bb => meson_1.4.1.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 94129b2f25..9738ef98f9 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 c61c93f43b70ba0670d41e841bff9f2a7186cc2f Mon Sep 17 00:00:00 2001
+From bca6a2ed41f6f68aa7d84304711f084cd2274ca2 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.bur...@intel.com>
 Date: Tue, 3 Jul 2018 13:59:09 +0100
 Subject: [PATCH] Make CPU family warnings fatal
@@ -26,10 +26,10 @@ index 0e9cd23..b44e60c 100644
          endian = literal['endian']
          if endian not in ('little', 'big'):
 diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
-index af69f64..248d6dd 100644
+index 156d329..e443dd2 100644
 --- a/mesonbuild/environment.py
 +++ b/mesonbuild/environment.py
-@@ -379,10 +379,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
+@@ -380,10 +380,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 9f3f516a5c..e96b70fb2c 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 b4c0602a56d3517ab66b98a7dbb69defe77d29a3 Mon Sep 17 00:00:00 2001
+From 127652397d57e54d161830906254fd20499191fd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kana...@gmail.com>
 Date: Mon, 19 Nov 2018 14:24:26 +0100
 Subject: [PATCH] python module: do not manipulate the environment when calling
@@ -11,7 +11,7 @@ Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com>
  1 file changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/mesonbuild/dependencies/python.py 
b/mesonbuild/dependencies/python.py
-index b9b17f8..a305afb 100644
+index a0a22c1..6fc0453 100644
 --- a/mesonbuild/dependencies/python.py
 +++ b/mesonbuild/dependencies/python.py
 @@ -381,9 +381,6 @@ def python_factory(env: 'Environment', for_machine: 
'MachineChoice',
diff --git 
a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
 
b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
index fa5ea57d5b..4b28830f08 100644
--- 
a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
+++ 
b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
@@ -1,4 +1,4 @@
-From 7f69bfabb87d311d7409ea6699f7dee8e9b3a95b Mon Sep 17 00:00:00 2001
+From d4f7d34bbcde918230428938918eb02ddbbeb110 Mon Sep 17 00:00:00 2001
 From: Peter Kjellerstedt <p...@axis.com>
 Date: Thu, 26 Jul 2018 16:32:49 +0200
 Subject: [PATCH] Support building allarch recipes again
diff --git a/meta/recipes-devtools/meson/meson_1.4.0.bb 
b/meta/recipes-devtools/meson/meson_1.4.1.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.4.0.bb
rename to meta/recipes-devtools/meson/meson_1.4.1.bb
index 5db100ff1c..6686b99d31 100644
--- a/meta/recipes-devtools/meson/meson_1.4.0.bb
+++ b/meta/recipes-devtools/meson/meson_1.4.1.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] = 
"8fd6630c25c27f1489a8a0392b311a60481a3c161aa699b330e25935b750138d"
+SRC_URI[sha256sum] = 
"1b8aad738a5f6ae64294cc8eaba9a82988c1c420204484ac02ef782e5bba5f49"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases
-- 
2.44.0

Attachment: 0001-meson-upgrade-1.4.0-1.4.1.patch
Description: Binary data

packages/core2-64-poky-linux/meson: PKGV changed from 1.4.0 [default] to 1.4.1 
[default]
packages/core2-64-poky-linux/meson: SRC_URI changed from 
"https://github.com/mesonbuild/meson/releases//download/1.4.0/meson-1.4.0.tar.gz
 file://meson-setup.py file://meson-wrapper 
file://0001-python-module-do-not-manipulate-the-environment-when.patch 
file://0001-Make-CPU-family-warnings-fatal.patch 
file://0002-Support-building-allarch-recipes-again.patch" to 
"https://github.com/mesonbuild/meson/releases//download/1.4.1/meson-1.4.1.tar.gz
 file://meson-setup.py file://meson-wrapper 
file://0001-python-module-do-not-manipulate-the-environment-when.patch 
file://0001-Make-CPU-family-warnings-fatal.patch 
file://0002-Support-building-allarch-recipes-again.patch"
packages/core2-64-poky-linux/meson: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson-dbg: PKGV changed from 1.4.0 [default] 
to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-dbg: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson-dev: PKGV changed from 1.4.0 [default] 
to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-dev: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson-doc: PKGV changed from 1.4.0 [default] 
to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-doc: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson-doc: PKGSIZE changed from 5356 to 5354 
(-0%)
packages/core2-64-poky-linux/meson/meson-locale: PKGV changed from 1.4.0 
[default] to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-locale: PV changed from "1.4.0" to 
"1.4.1"
packages/core2-64-poky-linux/meson/meson-src: PKGV changed from 1.4.0 [default] 
to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-src: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson-staticdev: PKGV changed from 1.4.0 
[default] to 1.4.1 [default]
packages/core2-64-poky-linux/meson/meson-staticdev: PV changed from "1.4.0" to 
"1.4.1"
packages/core2-64-poky-linux/meson/meson: PKGV changed from 1.4.0 [default] to 
1.4.1 [default]
packages/core2-64-poky-linux/meson/meson: PV changed from "1.4.0" to "1.4.1"
packages/core2-64-poky-linux/meson/meson: PKGSIZE changed from 7974910 to 
7993492 (+0%)
Changes to packages/core2-64-poky-linux/meson (sysroot):
  /usr/lib/python3.12/site-packages/meson-1.4.0.dist-info moved to 
/usr/lib/python3.12/site-packages/meson-1.4.1.dist-info
Changes to packages/core2-64-poky-linux/meson (sysroot):
  /usr/lib/python3.12/site-packages/meson-1.4.0.dist-info moved to 
/usr/lib/python3.12/site-packages/meson-1.4.1.dist-info
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#200136): 
https://lists.openembedded.org/g/openembedded-core/message/200136
Mute This Topic: https://lists.openembedded.org/mt/106431259/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to