From patchwork Wed Apr 15 14:04:50 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: 86124 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 CAAFAF43826 for ; Wed, 15 Apr 2026 14:04:55 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.19811.1776261873316093719 for ; Wed, 15 Apr 2026 07:04:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=grt8zTCb; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=e/tVjQbY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019d91758295-4b2938cc-b0ea-4631-9b37-0721b41dd1ff-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1776261890; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rxjzHrCrkqw3IyBq8YcAboaC0non06/qod6y4L6WiKQ=; b=grt8zTCbnp0+ntF+b+z3NnYzT9n73gx30gCfmuKU6X8Zrsgt1z4fmJjdeL7IoJZa cZRNFBTApOV0M6aZ2gt8z5Xm9TKWzQezZY891pX64zDe2oTT/hJqgWj2opVsriwvsNJ z0xqrtl4e4q5QtsfKzVhuvPswnsJlBSJgLO2u/7c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261890; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rxjzHrCrkqw3IyBq8YcAboaC0non06/qod6y4L6WiKQ=; b=e/tVjQbYnSMPmRXf1KhtOdNMOoev8hhwIwrp24IIAyP1koJxnnxl3KJaTNCyQ0iu S19AeMTvbrFlElgSBVsgIwiDI7i0YVVhtOfd3gJY/bDnLKC2eCUBA2WG2/cRaBcQM/o D0aoysb45TGGZl4JuVZqqCvh8L/+Fh+6y50jddoo= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] harfbuzz: upgrading to 14.1.0 SUCCEEDED Message-ID: <0101019d91758295-4b2938cc-b0ea-4631-9b37-0721b41dd1ff-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.29 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 ; Wed, 15 Apr 2026 14:04:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235279 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *harfbuzz* to *14.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-12.3.2-14.1.0.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 1340aca4ea4d5397f761b1ba770de5e3477c4b90 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 12:00:12 +0000 Subject: [PATCH] harfbuzz: upgrade 12.3.2 -> 14.1.0 --- .../harfbuzz/{harfbuzz_12.3.2.bb => harfbuzz_14.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_12.3.2.bb => harfbuzz_14.1.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_14.1.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_14.1.0.bb index 12bebc4bee..dcc3469fee 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_14.1.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "6f6db164359a2da5a84ef826615b448b33e6306067ad829d85d5b0bf936f1bb8" +SRC_URI[sha256sum] = "ee0eb3a1da2c5a28147f12dff55f6c7d60aeeeb29ac7ef334eabe84c8476c105" DEPENDS += "glib-2.0-native"