From patchwork Mon Jun 1 15:35:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89039 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDD4DCD98C5 for ; Mon, 1 Jun 2026 15:35:50 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1559.1780328132630584587 for ; Mon, 01 Jun 2026 08:35:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=lDPGjSqA; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=PpH01+3O; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019e83d3a9e4-ed4d7f96-d969-410f-8480-e0bc2bcab7d5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1780328147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=0Ke9Un5UpIvDxjWdCxMY4LGbg0ZLTgZ1cvwRI2H4n54=; b=lDPGjSqAFy3oW9bOb4iU1W0eVfjLB64RDfWciXijzI6ZrTRMunoBkcYkWbIawtgm uMZkE2vhtle43Fs3l2xRDUsXw+03zW7c6zQnpJt+vy5xnLBP0lK3Ftne+TsAVQvMCyh 1/srh/zkjWvkG1IUbGND/YiqIpxxeOhERBfmR3iA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=0Ke9Un5UpIvDxjWdCxMY4LGbg0ZLTgZ1cvwRI2H4n54=; b=PpH01+3OAet24mWkIF1XiRx39iSiotNW8hV1S6k0QgM+6m2Q9QIzXuqzdEzMCcFo fxX+lxDWup/YnsTH7CSk1sE74urvhGTUWs/1DPtLT2XMpJwlKm2gaAZatydHWsm915G srDzEc2A9QBXwQfbjpBjf8Cw14MpnVYthnrSdDzw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] which: upgrading to 2.25 SUCCEEDED Message-ID: <0101019e83d3a9e4-ed4d7f96-d969-410f-8480-e0bc2bcab7d5-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jun 2026 15:35:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237914 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 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 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 +# + * Copyright (C) 1999, 2003, 2007, 2008, 2024, 2026 Carlo Wood +# * +# * 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}