From patchwork Sat Jun 27 06:07:55 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: 91083 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 CFF96C44500 for ; Sat, 27 Jun 2026 06:08:04 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.50706.1782540476668989662 for ; Fri, 26 Jun 2026 23:07:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=nBPpkXZq; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=rceo7n7F; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019f07b11b7d-55dbe85d-db6a-482d-906b-7c5351aa6561-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=1782540475; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=V8KdMocIShCMTVhQye8slSG2rcmVDzBx5kLB7G3zSq8=; b=nBPpkXZqVq50Hut0ugozM7n1I5hn7WTyFxYDhGOSv34ZXyIa7re9AfMabx3W/GL8 6AlVSfAn1F3RNhYjUsvbrretfyr74uWPq6Bovu9Px7nC0pFbZ8lF7zcOoxGwKU9z2rb Gg0wI3OsRFvr6gOG1ZxZ3XcNt+Zu74K3U9M+2mYM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782540475; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=V8KdMocIShCMTVhQye8slSG2rcmVDzBx5kLB7G3zSq8=; b=rceo7n7F5P6iiwATL2bIQ7mKzyv//KL2bpTUjn2xgE2pArFDE1p6aUL/srCT+Atd u7OTs2JfVt5p9TpNvNOqTNcBeNri71hJSe55aXc6wCSfwXi6Tekhlm03KsDKzMfA8Bs 1hefwOS0Hyy8lhfNTpU8w52CU+J3oX7UNMgsoKnQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pkgconf: upgrading to 2.9.94 SUCCEEDED Message-ID: <0101019f07b11b7d-55dbe85d-db6a-482d-906b-7c5351aa6561-000000@us-west-2.amazonses.com> Date: Sat, 27 Jun 2026 06:07:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.27-54.240.27.191 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 ; Sat, 27 Jun 2026 06:08:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239679 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pkgconf* to *2.9.94* has Succeeded. Next steps: - apply the patch: git am 0001-pkgconf-upgrade-2.5.1-2.9.94.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 8f11fef88faff3dc5e911986b61837f11a794d8c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 27 Jun 2026 05:40:04 +0000 Subject: [PATCH] pkgconf: upgrade 2.5.1 -> 2.9.94 --- .../{pkgconf_2.5.1.bb => pkgconf_2.9.94.bb} | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pkgconf/{pkgconf_2.5.1.bb => pkgconf_2.9.94.bb} (79%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb b/meta/recipes-devtools/pkgconf/pkgconf_2.9.94.bb similarity index 79% rename from meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb rename to meta/recipes-devtools/pkgconf/pkgconf_2.9.94.bb index 277ef9786c..2b3e50dd87 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_2.9.94.bb @@ -1,3 +1,23 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -1,5 +1,4 @@ +# -Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 +# - pkgconf authors (see AUTHORS file in source directory). +# +Copyright (c) 2011-2026 pkgconf authors (see AUTHORS file in source directory). +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# +# + SUMMARY = "pkgconf provides compiler and linker configuration for development frameworks." DESCRIPTION = "pkgconf is a program which helps to configure compiler and linker \ flags for development frameworks. It is similar to pkg-config from \ @@ -12,7 +32,7 @@ RPROVIDES:${PN} += "pkgconfig" # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or # ISC, but has different wording, so needs its own name. LICENSE = "pkgconf" -LIC_FILES_CHKSUM = "file://COPYING;md5=2214222ec1a820bd6cc75167a56925e0" +LIC_FILES_CHKSUM = "file://COPYING;md5=1e33c297f35e165ecf4fbc81974dc9ca" SRC_URI = "\ https://distfiles.ariadne.space/pkgconf/pkgconf-${PV}.tar.xz \ @@ -20,7 +40,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243" +SRC_URI[sha256sum] = "2cdc42b17ecae868894569c034604f05866e09a06bf7e54a10e8b37e524a07e6" inherit autotools pkgconfig