From patchwork Mon Aug 3 11:28:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94313 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 0ED74C55179 for ; Mon, 3 Aug 2026 11:28:53 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.41070.1785756530530709357 for ; Mon, 03 Aug 2026 04:28:50 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=UpqsBtx9; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E8F21143D for ; Mon, 3 Aug 2026 04:28:45 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9E2D53F632 for ; Mon, 3 Aug 2026 04:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1785756530; bh=Z2Sl36bz5ZlGEqTYvvJ2bp0sCXfytStr5oslRW/8R7M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UpqsBtx9YM0w/zX4ohljQeGgVs69JB3WJhDRaZCbxZl+jsmrwrrUmTn9F3LOtetbp cZnZPD35i4LUyltNEdl3JjG8BbdUMXCUi2fLzx/AHVptMBOVkPzIa+w1kRpWXPlQaV 8RFd7gY8JNRQNwiQhbiqBsE65H5GQ7DOC4rCFKM0= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/3] pkgconf: upgrade 3.0.4 -> 3.0.5 Date: Mon, 3 Aug 2026 12:28:42 +0100 Message-ID: <20260803112843.1362937-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260803112843.1362937-1-ross.burton@arm.com> References: <20260803112843.1362937-1-ross.burton@arm.com> MIME-Version: 1.0 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, 03 Aug 2026 11:28:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242651 Abridged release notes: Correctness fixes: - Shell quoting and backslash escapes in pc(5) properties are now consumed once, after variable substitution, instead of while splitting the property beforehand. - Metadata queries no longer consult Conflicts rules between the modules named on the command line, as reporting metadata does not combine them into a build. - ${pc_sysrootdir} is now injected into the path taken by every -isystem and -idirafter flag in a fragment list, rather than only the first. - -isystem and -idirafter written joined to their path, as in `-isystem/opt`, are split into the flag and the path it takes, so that the path is subject to the same sysroot injection and deduplication as the separated spelling. - Sysroot injection is decided by reading the fragment's path instead of remembering whether ${pc_sysrootdir} was expanded, so a path which already lies under the sysroot never acquires a doubled prefix. * Performance: - The package cache and the fragment deduplication index are kept sorted and searched with bsearch() rather than re-sorted or scanned linearly. - Variable keys and fragment text are stored with the structures they belong to, and buffers are rewound and reused rather than reallocated. - Escaping, fragment rendering and path relocation write into their destination buffer directly. * Build and portability fixes: - Fix the pkgconf-lite build, which failed to link because the dependency list renderer had come to depend on tracing machinery that pkgconf-lite omits. - Fix the test runner failing to build on MinGW, where the mkdtemp(3) fallback was compiled only for MSVC builds. See https://github.com/pkgconf/pkgconf/issues/582. - The meson build now defines HAVE_DECL_READLINKAT, so readlinkat(2) is used where it is available instead of always falling back to readlink(2). Signed-off-by: Ross Burton --- .../pkgconf/{pkgconf_3.0.4.bb => pkgconf_3.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_3.0.4.bb => pkgconf_3.0.5.bb} (97%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb b/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb similarity index 97% rename from meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb rename to meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb index 0abd0fa923c..79ac3208d3e 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "91ce346b47f46b87d680c6928e6c43240b9cdc7a31afbea19f2298de4dbe266d" +SRC_URI[sha256sum] = "3acd3a8a3cce65a8d620321855d92fb602e026cbe8e13ee36bdec58483b59ace" UPSTREAM_CHECK_REGEX = "pkgconf-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar" inherit autotools pkgconfig