Hello,

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

Next steps:
    - apply the patch: git am 0001-which-upgrade-2.23-2.25.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 44993c1552b9b58e41783157a467d58a31d04412 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 1 Jun 2026 10:58:40 +0000
Subject: [PATCH] which: upgrade 2.23 -> 2.25

---
 ...opt-Fix-signature-of-getenv-function.patch |  2 +-
 .../{which-2.23 => which-2.25}/meson.build    |  0
 .../which/{which_2.23.bb => which_2.25.bb}    | 28 +++++++++++++++++--
 3 files changed, 26 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/which/{which-2.23 => 
which-2.25}/0001-getopt-Fix-signature-of-getenv-function.patch (96%)
 rename meta/recipes-extended/which/{which-2.23 => which-2.25}/meson.build 
(100%)
 rename meta/recipes-extended/which/{which_2.23.bb => which_2.25.bb} (48%)

diff --git 
a/meta/recipes-extended/which/which-2.23/0001-getopt-Fix-signature-of-getenv-function.patch
 
b/meta/recipes-extended/which/which-2.25/0001-getopt-Fix-signature-of-getenv-function.patch
similarity index 96%
rename from 
meta/recipes-extended/which/which-2.23/0001-getopt-Fix-signature-of-getenv-function.patch
rename to 
meta/recipes-extended/which/which-2.25/0001-getopt-Fix-signature-of-getenv-function.patch
index c54368a084..8b2219d09b 100644
--- 
a/meta/recipes-extended/which/which-2.23/0001-getopt-Fix-signature-of-getenv-function.patch
+++ 
b/meta/recipes-extended/which/which-2.25/0001-getopt-Fix-signature-of-getenv-function.patch
@@ -1,4 +1,4 @@
-From 83d2ed3fd203868a8f287d2ebedc7c304c74fbb4 Mon Sep 17 00:00:00 2001
+From e550e7ababb8bbbbb7eef0a7931c2fa3835afbfb Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 Date: Sat, 22 Mar 2025 17:56:19 -0700
 Subject: [PATCH] getopt: Fix signature of getenv function
diff --git a/meta/recipes-extended/which/which-2.23/meson.build 
b/meta/recipes-extended/which/which-2.25/meson.build
similarity index 100%
rename from meta/recipes-extended/which/which-2.23/meson.build
rename to meta/recipes-extended/which/which-2.25/meson.build
diff --git a/meta/recipes-extended/which/which_2.23.bb 
b/meta/recipes-extended/which/which_2.25.bb
similarity index 48%
rename from meta/recipes-extended/which/which_2.23.bb
rename to meta/recipes-extended/which/which_2.25.bb
index 0bbc3510d8..18ed9e6268 100644
--- a/meta/recipes-extended/which/which_2.23.bb
+++ b/meta/recipes-extended/which/which_2.25.bb
@@ -1,3 +1,24 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- which.c
+# +++ which.c
+# @@ -1,6 +1,6 @@
+#  /*
+#   * which v2.x -- print full path of executables
+# - * Copyright (C) 1999, 2003, 2007, 2008  Carlo Wood <[email protected]>
+# + * Copyright (C) 1999, 2003, 2007, 2008, 2024, 2026  Carlo Wood 
<[email protected]>
+#   *
+#   * This program is free software: you can redistribute it and/or modify
+#   * it under the terms of the GNU General Public License as published by
+# 
+#
+
 SUMMARY = "Displays the full path of shell commands"
 DESCRIPTION = "Which is a utility that prints out the full path of the \
 executables that bash(1) would execute when the passed \
@@ -7,8 +28,9 @@ SECTION = "libs"
 HOMEPAGE = "https://carlowood.github.io/which/";
 
 LICENSE = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
-                    
file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    
file://which.c;beginline=1;endline=17;md5=bcd173cbf5381e10d43be8d6ca6da3b5 \
+                    "
 
 inherit meson update-alternatives
 
@@ -17,7 +39,7 @@ SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
            file://0001-getopt-Fix-signature-of-getenv-function.patch \
            "
 
-SRC_URI[sha256sum] = 
"a2c558226fc4d9e4ce331bd2fd3c3f17f955115d2c00e447618a4ef9978a2a73"
+SRC_URI[sha256sum] = 
"1cb83e4f702e60b8211ab5ec4c2afbab1b1dec80209456a7d2faf7584ed225ea"
 
 do_configure:prepend() {
        cp ${UNPACKDIR}/meson.build ${S}
-- 
2.47.1

Attachment: 0001-which-upgrade-2.23-2.25.patch
Description: Binary data

packages/x86-64-v3-poky-linux/which: SRC_URI changed from 
"https://ftpmirror.gnu.org/gnu/which/which-2.23.tar.gz file://meson.build 
file://0001-getopt-Fix-signature-of-getenv-function.patch" to 
"https://ftpmirror.gnu.org/gnu/which/which-2.25.tar.gz file://meson.build 
file://0001-getopt-Fix-signature-of-getenv-function.patch"
packages/x86-64-v3-poky-linux/which: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which: PKGV changed from 2.23 [default] to 2.25 
[default]
packages/x86-64-v3-poky-linux/which/which-dbg: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which/which-dbg: PKGSIZE changed from 76720 to 
76232 (-1%)
packages/x86-64-v3-poky-linux/which/which-dbg: PKGV changed from 2.23 [default] 
to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which-dev: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which/which-dev: PKGV changed from 2.23 [default] 
to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which-doc: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which/which-doc: PKGSIZE changed from 3639 to 
3643 (+0%)
packages/x86-64-v3-poky-linux/which/which-doc: PKGV changed from 2.23 [default] 
to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which-locale: PV changed from "2.23" to 
"2.25"
packages/x86-64-v3-poky-linux/which/which-locale: PKGV changed from 2.23 
[default] to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which-src: FILELIST: directory renamed 
/usr/src/debug/which/2.23 -> /usr/src/debug/which/2.25
packages/x86-64-v3-poky-linux/which/which-src: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which/which-src: PKGSIZE changed from 58660 to 
59018 (+1%)
packages/x86-64-v3-poky-linux/which/which-src: PKGV changed from 2.23 [default] 
to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which-staticdev: PV changed from "2.23" to 
"2.25"
packages/x86-64-v3-poky-linux/which/which-staticdev: PKGV changed from 2.23 
[default] to 2.25 [default]
packages/x86-64-v3-poky-linux/which/which: PV changed from "2.23" to "2.25"
packages/x86-64-v3-poky-linux/which/which: PKGV changed from 2.23 [default] to 
2.25 [default]
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#237914): 
https://lists.openembedded.org/g/openembedded-core/message/237914
Mute This Topic: https://lists.openembedded.org/mt/119594467/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to