From patchwork Fri Jul 10 07:49:29 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: 92155 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 944F0C44506 for ; Fri, 10 Jul 2026 07:49:33 +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.8002.1783669770371886145 for ; Fri, 10 Jul 2026 00:49:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VMtN4EK0; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Sir/LS8r; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019f4b00c482-153c74b9-015a-4a1f-95c4-20c22880ef9f-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=1783669769; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fKIwDh8y4pUY4UF9XQkqHvKNqWb7kiNLiDx6R8cWb8M=; b=VMtN4EK0Lhdc42F9gpVfmfwU8uwptrEV7BCVc9odcQ0qoVHAtmzicCPZlUwVu1cu 7DruvNBfCSID0CuZQZLuQR194qd8YjgKjbPGN46g15uqDjyAmMZYppeI8Wax2Lo6vio eC37orfwCW+txBo9cYfGdVfvkhDfkZeb8Max69Nk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783669769; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fKIwDh8y4pUY4UF9XQkqHvKNqWb7kiNLiDx6R8cWb8M=; b=Sir/LS8rWfg/6lPdg4Zb7ky0j20kEFNmAyLHfbU7PnjaBP8Uj2EMzOQLD+XMTwat C5gSI4YaBMLJlvhdbQJagcPQ2bSSydxJk5tpVrW7hiZh7KqBOGmZykB9tuNo6yzmvgP Q2cn65Q9FpvcjR4AgI9ZE41b39Hih/31zhTFDA6Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] fontconfig: upgrading to 2.18.2 SUCCEEDED Message-ID: <0101019f4b00c482-153c74b9-015a-4a1f-95c4-20c22880ef9f-000000@us-west-2.amazonses.com> Date: Fri, 10 Jul 2026 07:49:29 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.10-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 ; Fri, 10 Jul 2026 07:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240610 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *fontconfig* to *2.18.2* has Succeeded. Next steps: - apply the patch: git am 0001-fontconfig-upgrade-2.18.1-2.18.2.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 e682b0135c55725d27864c31ce9769a9d09e8123 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 10 Jul 2026 06:18:57 +0000 Subject: [PATCH] fontconfig: upgrade 2.18.1 -> 2.18.2 --- .../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.+)"