From patchwork Fri Jul 10 13:42:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 92190 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 AD473C44507 for ; Fri, 10 Jul 2026 13:42:20 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12938.1783690936660911339 for ; Fri, 10 Jul 2026 06:42:16 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=qcqVB2X2; 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 B17BB1EA6 for ; Fri, 10 Jul 2026 06:42:11 -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 B3CD33F66F for ; Fri, 10 Jul 2026 06:42:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783690936; bh=cPOY3bNLnflDjBULSy5Ts2BpwcIaTOCxqORBo5pn2ig=; h=From:To:Subject:Date:From; b=qcqVB2X2OWBKecwvMg3SFXTyr03IAwzgFBpswE2SLewWbUz04bbB4DLpaPRcbvdQ/ Lxu8hBJ8fMdxN9hcfyW0hhy8s4hVOgpLv/2pyJkh9dCZg1ttL9eEQIBloE2T6vaOxs jThFBdM5/+jJ1OIEY7jzNstUriQcWYRQWUv/OzTI= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/2] fontconfig: upgrade 2.18.1 -> 2.18.2 Date: Fri, 10 Jul 2026 14:42:13 +0100 Message-ID: <20260710134214.2097873-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 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 ; Fri, 10 Jul 2026 13:42:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240651 From: Upgrade Helper Upstream release notes: - Fix FcNameUnparse regression - Use Special FC_CACHE_VERSION for snapshot - Add more conditional code for FcLocaleSetCurrent() - fc-cache: do not generate cache when target directory is in deny list - Add Nerd Fonts to the table - Add a hash table for fonts to generate expected genericfamily - Use genericfamily for the search of monospace against :spacing=100 - test: Fix a test case failure when BUILDDIR is under /tmp - test: Fix a regression for sysroot in test framework - conf.d: Add OpenMoji Color and OpenMoji Black - meson: Add tests-external-fonts option to disable network-dependent tests Signed-off-by: Ross Burton --- .../fontconfig/fontconfig/revert-static-pkgconfig.patch | 8 ++++++++ .../{fontconfig_2.18.1.bb => fontconfig_2.18.2.bb} | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) rename meta/recipes-graphics/fontconfig/{fontconfig_2.18.1.bb => fontconfig_2.18.2.bb} (96%) diff --git a/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch b/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch index 30d6423037..4337da724f 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch +++ b/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch @@ -1,3 +1,8 @@ +From 1de775180219a57c85a0cdcc62fc6482ef8e581e Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Thu, 23 Apr 2015 20:35:32 -0700 +Subject: [PATCH] fontconfig: Fix pkgconfig file generation to not have + Revert part of http://cgit.freedesktop.org/fontconfig/commit/fontconfig.pc.in?id=338ffe6b886ad4ba86ff471cb59c4a5e5ffbe408 We really dont do static linking so its not going to cause issues for us but as such this is harming us by adding absolute paths into -I options into fontconfig.pc which is them prepended with sysroot when read back by cross pkg-config and @@ -7,6 +12,9 @@ gently refuses and rightly so. Upstream-Status: Inappropriate [OE-Specific] Signed-off-by: Khem Raj +--- + fontconfig.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontconfig.pc.in b/fontconfig.pc.in index 61b35fb..5bc9bab 100644 diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.18.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb similarity index 96% rename from meta/recipes-graphics/fontconfig/fontconfig_2.18.1.bb rename to meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb index 76b2652738..d2b6050081 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.18.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb @@ -23,7 +23,7 @@ DEPENDS = "expat freetype zlib gperf-native util-linux" SRC_URI = "https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/${PV}/fontconfig-${PV}.tar.xz \ file://revert-static-pkgconfig.patch \ " -SRC_URI[sha256sum] = "2300f3dbfa7253b3a44f4feecdbc8dfa45dde5dc2cfb71fceaf31f394cb41031" +SRC_URI[sha256sum] = "cf8e6576ef0484c15079bdaf77cd9c51c464df5365814ada4d3ee7331ea31eb5" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P.+)" From patchwork Fri Jul 10 13:42:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 92189 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 7962EC43458 for ; Fri, 10 Jul 2026 13:42:20 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12939.1783690937099919078 for ; Fri, 10 Jul 2026 06:42:17 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=X8bCLSzN; 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 4C5271EDB for ; Fri, 10 Jul 2026 06:42:12 -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 4B7943F66F for ; Fri, 10 Jul 2026 06:42:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783690936; bh=Ia5I+Q7QZXYayyk5oMiXN0tX+3/MWuUwF8Ue4OR6uog=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X8bCLSzNUwcxGsNF/cjCUFTsjd53HDxcDtaFb2b/YlTVcXrD0ch1LJD3/CtdAxVOF WTkPTJ/vSty0JBYCNt5sDZe8sbAQphYDX1LeZYIehi0ab850L+IEc/Maxk3Tc7dUBy XldcBbhhjgCyOhDlp6ArkTzbgvmFdrUZ9ZHE42fo= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/2] python3-build: upgrade 1.5.0 -> 1.5.1 Date: Fri, 10 Jul 2026 14:42:14 +0100 Message-ID: <20260710134214.2097873-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260710134214.2097873-1-ross.burton@arm.com> References: <20260710134214.2097873-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 ; Fri, 10 Jul 2026 13:42:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240652 From: Upgrade Helper Highlights of the upstream changelog: - feat(cli): accept sdist tarball as srcdir argument - feat(deps): show wanted vs found in missing-deps error - feat(cli): warn on valueless config settings - feat(cli): add --sdist-extract-dir to reuse compiler caches - feat(util): deprecate project_wheel_metadata - feat: report resolved build dependency versions - feat(env): control the isolated build environment location - feat(cli): machine-readable build report, and metadata from a wheel - fix(cli): drain verbose subprocess output without a worker thread - fix(env): reject a file as --env-dir and drop a mutable default - feat(cli): surface debug paths when a backend build fails - fix(cli): fix CLI warnings being written to stdout instead of stderr - fix: build correct dest path in Windows symlink support probe - fix: derive dist-info directory from wheel contents, not filename - fix: use LF instead of os.linesep when writing pip/uv requirements files - fix: decide color support per output stream, not solely from stdout - fix: minor robustness fixes from code review Signed-off-by: Ross Burton --- .../python/{python3-build_1.5.0.bb => python3-build_1.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-build_1.5.0.bb => python3-build_1.5.1.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-build_1.5.0.bb b/meta/recipes-devtools/python/python3-build_1.5.1.bb similarity index 86% rename from meta/recipes-devtools/python/python3-build_1.5.0.bb rename to meta/recipes-devtools/python/python3-build_1.5.1.bb index e263e29383..dd741cb862 100644 --- a/meta/recipes-devtools/python/python3-build_1.5.0.bb +++ b/meta/recipes-devtools/python/python3-build_1.5.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/build" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" -SRC_URI[sha256sum] = "302c22c3ba2a0fd5f3911918651341ebb3896176cbdec15bd421f80b1afc7647" +SRC_URI[sha256sum] = "94e17f1db803ab22f46049376c44c8437c52090f0dfdf1adc43df56542d644fb" inherit pypi python_flit_core