Hello,

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

Next steps:
    - apply the patch: git am 0001-meson-upgrade-1.11.1-1.11.2.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 2fdb6762698785b83d011c978f153212b5f81836 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 12 Jul 2026 05:52:47 +0000
Subject: [PATCH] meson: upgrade 1.11.1 -> 1.11.2

---
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch     | 4 ++--
 .../meson/0002-Support-building-allarch-recipes-again.patch   | 4 ++--
 .../meson/{meson_1.11.1.bb => meson_1.11.2.bb}                | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/meson/{meson_1.11.1.bb => meson_1.11.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 ae8bd4c954..0ca0277ea0 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 ba79cee701b80984c660ffc1c89ce1226b75ed5b Mon Sep 17 00:00:00 2001
+From 5b3c19cc6cc84e0ba3afdade96b6609e09f8c33c Mon Sep 17 00:00:00 2001
 From: Ross Burton <[email protected]>
 Date: Tue, 3 Jul 2018 13:59:09 +0100
 Subject: [PATCH] Make CPU family warnings fatal
@@ -10,7 +10,7 @@ Signed-off-by: Ross Burton <[email protected]>
  1 file changed, 3 insertions(+), 5 deletions(-)
 
 diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
-index b0072a4..762818c 100644
+index 8eeb30f..ee3c2ef 100644
 --- a/mesonbuild/envconfig.py
 +++ b/mesonbuild/envconfig.py
 @@ -294,8 +294,8 @@ class MachineInfo(HoldableObject):
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 30f79be369..38ac24f6cd 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 21abed6786056ae31e4028b98068ff78740872e6 Mon Sep 17 00:00:00 2001
+From d6ef8e916013c4a1790b159a806ebe51a7f08dd8 Mon Sep 17 00:00:00 2001
 From: Peter Kjellerstedt <[email protected]>
 Date: Thu, 26 Jul 2018 16:32:49 +0200
 Subject: [PATCH] Support building allarch recipes again
@@ -12,7 +12,7 @@ Signed-off-by: Peter Kjellerstedt 
<[email protected]>
  1 file changed, 1 insertion(+)
 
 diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
-index 762818c..0efa628 100644
+index ee3c2ef..a335076 100644
 --- a/mesonbuild/envconfig.py
 +++ b/mesonbuild/envconfig.py
 @@ -37,6 +37,7 @@ if T.TYPE_CHECKING:
diff --git a/meta/recipes-devtools/meson/meson_1.11.1.bb 
b/meta/recipes-devtools/meson/meson_1.11.2.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.11.1.bb
rename to meta/recipes-devtools/meson/meson_1.11.2.bb
index 26d9af6c19..5ac4d789b8 100644
--- a/meta/recipes-devtools/meson/meson_1.11.1.bb
+++ b/meta/recipes-devtools/meson/meson_1.11.2.bb
@@ -14,7 +14,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] = 
"6788ae299979643f8d841bcaf64352558436cae45a0355148a3aeeccf7913866"
+SRC_URI[sha256sum] = 
"698feae069cef3ecd4d7aaf281d7df359bdfcf555a9a1564383d3b913fa8a736"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases
-- 
2.47.1

packages/x86-64-v3-poky-linux/meson/meson: FILELIST: directory renamed 
/usr/lib/python3.14/site-packages/meson-1.11.1.dist-info/licenses -> 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info/licenses, directory 
renamed /usr/lib/python3.14/site-packages/meson-1.11.1.dist-info -> 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info
Changes to packages/x86-64-v3-poky-linux/meson (sysroot):
  /usr/lib/python3.14/site-packages/meson-1.11.1.dist-info moved to 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info
packages/x86-64-v3-poky-linux/meson: SRC_URI changed from 
"https://github.com/mesonbuild/meson/releases//download/1.11.1/meson-1.11.1.tar.gz
 file://meson-setup.py file://meson-wrapper 
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.11.2/meson-1.11.2.tar.gz
 file://meson-setup.py file://meson-wrapper 
file://0001-Make-CPU-family-warnings-fatal.patch 
file://0002-Support-building-allarch-recipes-again.patch"
packages/x86-64-v3-poky-linux/meson: PV changed from "1.11.1" to "1.11.2"
packages/x86-64-v3-poky-linux/meson: PKGV changed from 1.11.1 [default] to 
1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-dbg: PV changed from "1.11.1" to 
"1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-dbg: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-dev: PV changed from "1.11.1" to 
"1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-dev: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-doc: PKGSIZE changed from 13212 to 
13211 (-0%)
packages/x86-64-v3-poky-linux/meson/meson-doc: PV changed from "1.11.1" to 
"1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-doc: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-locale: PV changed from "1.11.1" to 
"1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-locale: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-src: PV changed from "1.11.1" to 
"1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-src: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson-staticdev: PV changed from "1.11.1" 
to "1.11.2"
packages/x86-64-v3-poky-linux/meson/meson-staticdev: PKGV changed from 1.11.1 
[default] to 1.11.2 [default]
packages/x86-64-v3-poky-linux/meson/meson: PKGSIZE changed from 10316281 to 
10319241 (+0%)
packages/x86-64-v3-poky-linux/meson/meson: PV changed from "1.11.1" to "1.11.2"
packages/x86-64-v3-poky-linux/meson/meson: FILELIST: directory renamed 
/usr/lib/python3.14/site-packages/meson-1.11.1.dist-info/licenses -> 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info/licenses, directory 
renamed /usr/lib/python3.14/site-packages/meson-1.11.1.dist-info -> 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info
packages/x86-64-v3-poky-linux/meson/meson: PKGV changed from 1.11.1 [default] 
to 1.11.2 [default]
Changes to packages/x86-64-v3-poky-linux/meson (sysroot):
  /usr/lib/python3.14/site-packages/meson-1.11.1.dist-info moved to 
/usr/lib/python3.14/site-packages/meson-1.11.2.dist-info

Attachment: 0001-meson-upgrade-1.11.1-1.11.2.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#240756): 
https://lists.openembedded.org/g/openembedded-core/message/240756
Mute This Topic: https://lists.openembedded.org/mt/120231097/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to