diff mbox series

[AUH] xkeyboard-config: upgrading to 2.45 FAILED

Message ID 0101019773baa3e8-8006952c-72e0-4031-b866-4b768721081f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xkeyboard-config: upgrading to 2.45 FAILED | expand

Commit Message

auh@yoctoproject.org June 15, 2025, 1:15 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *xkeyboard-config* to *2.45* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-xkeyboard-config-upgrade-2.44-2.45.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 b41e73662f28c095e44a9fd865a51475daa230ac Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Jun 2025 12:00:28 +0000
Subject: [PATCH] xkeyboard-config: upgrade 2.44 -> 2.45

---
 ...onfig_2.44.bb => xkeyboard-config_2.45.bb} | 44 ++++++++++++++++++-
 1 file changed, 42 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.44.bb => xkeyboard-config_2.45.bb} (35%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb
similarity index 35%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb
index 52d074fd5e..a951646541 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.45.bb
@@ -1,3 +1,43 @@ 
+# 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
+# @@ -173,14 +173,20 @@
+#  the copyright holder.
+#  
+#  
+# -Copyright (C) 1999, 2000 by Anton Zinoviev <anton@lml.bas.bg>
+# +Copyright (C) 1999, 2000, 2007, 2009 by Anton Zinoviev <anton@lml.bas.bg>
+#  
+#  This software may be used, modified, copied, distributed, and sold,
+# -in both source and binary form provided that the above copyright
+# -and these terms are retained. Under no circumstances is the author
+# -responsible for the proper functioning of this software, nor does
+# -the author assume any responsibility for damages incurred with its
+# -use.
+# +both in source and binary form provided that the above copyright
+# +notice and these terms are retained. The name of the author may not
+# +be used to endorse or promote products derived from this software
+# +without prior permission. THIS SOFTWARE IS PROVIDED "AS IS" AND
+# +ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT
+# +SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES ARISING IN ANY WAY OUT
+# +OF THE USE OF THIS SOFTWARE.
+# +
+# +
+# +Copyright (C) 2002-2004 Soós Péter <sp@osb.hu>
+# +Copyright (C) 2010 Andras Timar <timar@fsf.hu>
+#  
+#  Permission is granted to anyone to use, distribute and modify
+#  this file in any way, provided that the above copyright notice
+# 
+#
+
 SUMMARY = "Keyboard configuration database for X Window"
 
 DESCRIPTION = "The non-arch keyboard configuration database for X \
@@ -10,10 +50,10 @@  HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
 BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
 
 LICENSE = "MIT & MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8fc8ae699974c360e2e2e883a63ce264"
+LIC_FILES_CHKSUM = "file://COPYING;md5=faa756e04053029ddc602caf99e5ef1d"
 
 SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a"
+SRC_URI[sha256sum] = "169e075a92d957a57787c199e84e359df2931b7196c1c5b4a3d576ee6235a87c"
 
 SECTION = "x11/libs"
 DEPENDS = "util-macros libxslt-native"