From patchwork Sun Jun 1 13:55:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 64031 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 A1649C83034 for ; Sun, 1 Jun 2025 13:55:57 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.27804.1748786147994251828 for ; Sun, 01 Jun 2025 06:55:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ewaC9Xa2; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=rGO88bvz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101972bc6f034-0a9147fb-466c-4ad0-babb-9c6736a52c99-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=1748786147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3mYsXbh4v4TvEMaVLgvJk06hKIaZCQOXW9xdvxgU7cI=; b=ewaC9Xa2YdhLeivFfSXBWlqK5EeQCOqTZ2jrmLG01WzFnQnyB6sjnatcW4LKQioV f/+R3575XL/oHJG6S143cHXN8Pi8l6NsfoM2UDbRcRaYaPjb6MwvYfNRp3a/pW1gnzT og6p1mBNGglyH5LoIVJC+YzhP0ogCj0+NAJOo+zo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3mYsXbh4v4TvEMaVLgvJk06hKIaZCQOXW9xdvxgU7cI=; b=rGO88bvzjOhkvMVzFjQ6B83OBLovitAOdK6VE2bpOlt0BzZSdc8Hutey0j8XEopA 8K+Xgll2WM1sZjqoQUCM5NS1mUZo6FzMx607kn75kG+VLdxdsYo3URW4AxqVSrw4SOL z51x57gv/BfFEMD/eurPaXNiTB4sk1j9aQd9NcI4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] harfbuzz: upgrading to 11.2.1 SUCCEEDED Message-ID: <010101972bc6f034-0a9147fb-466c-4ad0-babb-9c6736a52c99-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 01 Jun 2025 13:55:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217645 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *harfbuzz* to *11.2.1* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-11.2.0-11.2.1.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 0c6233f3ade52c7e6f5e607567da816aad35cb20 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 11:46:31 +0000 Subject: [PATCH] harfbuzz: upgrade 11.2.0 -> 11.2.1 --- ...se-Os-to-compile-hb-subset-plan-layout.cc.patch | 14 +++++++------- .../{harfbuzz_11.2.0.bb => harfbuzz_11.2.1.bb} | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.2.0.bb => harfbuzz_11.2.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch index 299843797b..5fde339800 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch +++ b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch @@ -1,4 +1,4 @@ -From 8d876ea19579ee6b687668921c17be423cf7d6c2 Mon Sep 17 00:00:00 2001 +From ada8566d35af9e452eb4c5c76cb935a9452dbb38 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 27 Apr 2025 15:26:09 -0700 Subject: [PATCH] Use -Os to compile hb-subset-plan-layout.cc @@ -17,10 +17,10 @@ Signed-off-by: Khem Raj 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/meson.build b/src/meson.build -index 3d1c00d..fded728 100644 +index cbe5d9e..d7fc764 100644 --- a/src/meson.build +++ b/src/meson.build -@@ -393,7 +393,6 @@ hb_subset_sources = files( +@@ -398,7 +398,6 @@ hb_subset_sources = files( 'hb-subset-instancer-solver.hh', 'hb-subset-instancer-solver.cc', 'hb-subset-plan.cc', @@ -28,7 +28,7 @@ index 3d1c00d..fded728 100644 'hb-subset-plan-var.cc', 'hb-subset-plan.hh', 'hb-subset-plan-member-list.hh', -@@ -410,6 +409,10 @@ hb_subset_sources = files( +@@ -415,6 +414,10 @@ hb_subset_sources = files( 'hb-subset.hh', ) @@ -39,7 +39,7 @@ index 3d1c00d..fded728 100644 hb_subset_headers = files( 'hb-subset.h', 'hb-subset-serialize.h' -@@ -618,6 +621,12 @@ endif +@@ -629,6 +632,12 @@ endif darwin_versions = [hb_version_int, '@0@.0.0'.format(hb_version_int)] @@ -52,7 +52,7 @@ index 3d1c00d..fded728 100644 libharfbuzz = library('harfbuzz', hb_sources, include_directories: incconfig, dependencies: harfbuzz_deps, -@@ -645,7 +654,7 @@ defs_list += [harfbuzz_subset_def] +@@ -656,7 +665,7 @@ defs_list += [harfbuzz_subset_def] libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources, include_directories: incconfig, dependencies: [m_dep], @@ -61,7 +61,7 @@ index 3d1c00d..fded728 100644 cpp_args: cpp_args + extra_hb_cpp_args, soversion: hb_so_version, version: version, -@@ -657,7 +666,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources, +@@ -668,7 +677,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources, custom_target('harfbuzz-subset.cc', build_by_default: true, output: 'harfbuzz-subset.cc', diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb index db5a04486c..71eada7f28 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" SRC_URI += "file://0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch" -SRC_URI[sha256sum] = "50f7d0a208367e606dbf6eecc5cfbecc01a47be6ee837ae7aff2787e24b09b45" +SRC_URI[sha256sum] = "093714c8548a285094685f0bdc999e202d666b59eeb3df2ff921ab68b8336a49" DEPENDS += "glib-2.0-native"