To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] font-util: upgrading to 1.4.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/font-util/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/font-util/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/font-util/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/font-util/0001-font-util-upgrade-1.4.1-1.4.2.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *font-util* to *1.4.2* has Succeeded. Next steps: - apply the patch: git am 0001-font-util-upgrade-1.4.1-1.4.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 21aa3332c40b61f0158e19116dcc34a36646705e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 06:20:58 +0000 Subject: [PATCH] font-util: upgrade 1.4.1 -> 1.4.2 --- ...{font-util_1.4.1.bb => font-util_1.4.2.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-font/{font-util_1.4.1.bb => font-util_1.4.2.bb} (34%) diff --git a/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb b/meta/recipes-graphics/xorg-font/font-util_1.4.2.bb similarity index 34% rename from meta/recipes-graphics/xorg-font/font-util_1.4.1.bb rename to meta/recipes-graphics/xorg-font/font-util_1.4.2.bb index 6ad112aca7..8b13ed8fe5 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.4.2.bb @@ -1,9 +1,28 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -151,4 +151,4 @@ +# Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent. +# Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. +# Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. +# - Entire Agreement. This Agreement constitutes the entire agreement between the parties. +# + Entire Agreement. This Agreement constitutes the entire agreement between the parties. +# +# + SUMMARY = "X.Org font package creation/installation utilities" require xorg-font-common.inc LICENSE = "Unicode-TOU & MIT & X11 & BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=2a9e705c00e463c8d294f90486852e06 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=756e7412ee04c80f5833cd2f35242f7a \ file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ file://map-ISO8859-1;beginline=1;endline=4;md5=9c9c1d525d29c0e82b5c99edbb8e71c1 \ @@ -16,7 +35,7 @@ RDEPENDS:${PN}:class-native = "" BBCLASSEXTEND = "native" -SRC_URI[sha256sum] = "5c9f64123c194b150fee89049991687386e6ff36ef2af7b80ba53efaf368cc95" +SRC_URI[sha256sum] = "02e4f8afdcf03cc8372ca9c37aa104b1e36b47722dbc79531be08f0a4c622999" SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts" -- 2.47.1