From patchwork Mon Aug 24 05:36:22 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: 96129 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 60E2BC5DF8C for ; Mon, 24 Aug 2026 05:36:34 +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.msgproc02-g2.10368.1787549783898899086 for ; Sun, 23 Aug 2026 22:36:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KbW/vkGc; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ob8fdOnm; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101a03245136c-c5621251-bc42-435f-801d-95976666a05f-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=1787549783; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=K6+tBlbWVQ83RH2AiBfJ3mZqHkyLGB5D+0Tb6mgm5UI=; b=KbW/vkGcI+QHJfpJvwF7Qj6H0X7/AKFuHwMEnUI4erpMbUMJZps3vzWb1tCKrxqp T0i60ANGHJasAVtAqT75UX+dedBjX2bXbRCKTidMyTiqPl/sgc79+sREwkOTniVi1ki coLpMbTYce072JQfcRdoUEGwgx1+tQ9w+dI+aPCU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787549783; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=K6+tBlbWVQ83RH2AiBfJ3mZqHkyLGB5D+0Tb6mgm5UI=; b=ob8fdOnmBcIw56kVNLAtaFp4i0GEu1tLT/5CubYPKaBh0qUSiRT4QaonBN2Ohqsl oRI0bl41Eh92CWC0x24eTEBt8WfLYeckRmjIpQBdgzeAXqfiT29pAZU7XW/swz5Z1db fZafMb7Sqn0EXYtH15LBBpQ6Z9mxY8mrR/EOiwa4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pkgconf: upgrading to 3.0.6 SUCCEEDED Message-ID: <010101a03245136c-c5621251-bc42-435f-801d-95976666a05f-000000@us-west-2.amazonses.com> Date: Mon, 24 Aug 2026 05:36:22 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.24-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 ; Mon, 24 Aug 2026 05:36:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244061 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pkgconf* to *3.0.6* has Succeeded. Next steps: - apply the patch: git am 0001-pkgconf-upgrade-3.0.5-3.0.6.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 222c9c81c5265e577ddf0756927bf2df7c18e583 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 24 Aug 2026 05:33:22 +0000 Subject: [PATCH] pkgconf: upgrade 3.0.5 -> 3.0.6 Source: NEWS Changes from 3.0.5 to 3.0.6: ---------------------------- * Command-line behavior: - --variable accepts multiple modules and prints the requested variable's value for each module, in argument order. --path and --print-variables remain limited to a single module. - pccritic no longer reports the PC061 style finding for CRLF line endings, avoiding a noisy warning for normal Windows files. See https://github.com/pkgconf/pkgconf/issues/587. * Build and portability fixes: - Improve OS/2 support by exporting libpkgconf APIs from DLL builds, recognizing OS/2 drive letters and path separators, comparing paths without case sensitivity, and using binary mode for redirected standard output and error. Patches by KO Myung-Hun. - Declare pkgconf long-path-aware in its Windows application manifest, allowing paths beyond the traditional MAX_PATH limit when long paths are enabled by the operating system. Patch by moi15moi. --- .../pkgconf/{pkgconf_3.0.5.bb => pkgconf_3.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_3.0.5.bb => pkgconf_3.0.6.bb} (97%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb b/meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb similarity index 97% rename from meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb rename to meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb index 79ac3208d3..471433e7b5 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "3acd3a8a3cce65a8d620321855d92fb602e026cbe8e13ee36bdec58483b59ace" +SRC_URI[sha256sum] = "c88a653fbabfa2a5857a30f6b6ad6c40dbacc3b7c72cc066e5c7dc4571cbddaa" UPSTREAM_CHECK_REGEX = "pkgconf-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar" inherit autotools pkgconfig