From patchwork Tue Jul 1 16:20:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 66001 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 1200BC83F07 for ; Tue, 1 Jul 2025 16:20:36 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.1407.1751386804871394331 for ; Tue, 01 Jul 2025 09:20:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=RvCCMyhU; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=SpT0R/4E; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010197c6ca2ef4-74de7f4c-76b0-4179-922c-eba3a96d2726-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=1751386828; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=vvqMCCSN7zXQqP/sq4AeD5JdnXsXCxwv1PoBbgOVgpA=; b=RvCCMyhUQOoqBgoh/ykGw9VtvzkfHMoIRcMzbdvPAS4tlVEApdQpqzD88IyA7QVl rv/U9JgpsX4/x+8oT19CqxCoBgRIw3CS1ojG+CPmruUBoPTdrKhcV7C7uSUU+hR/p9+ bop+HK1+msKlvLC+FYsTVTVyqeo984lCgEYpDS3w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1751386828; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=vvqMCCSN7zXQqP/sq4AeD5JdnXsXCxwv1PoBbgOVgpA=; b=SpT0R/4E+PAgziX40EkvKvB4SHqsMgQQ7vgSWkJUdMX5x9ZB5qI6DvMVsl5G5IwV Lq+TXPkcXRKsrRB68pxMzLcrc9iw4bUMbCEQh1IsRSNeoXmb3HC0Vn3WqY703YT5KEd DW2lQ8pvktVO3gqqq4bt6VTlKWOHikSEFpqyvKpY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xkeyboard-config: upgrading to 2.45 FAILED Message-ID: <01010197c6ca2ef4-74de7f4c-76b0-4179-922c-eba3a96d2726-000000@us-west-2.amazonses.com> Date: Tue, 1 Jul 2025 16:20:28 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.01-54.240.27.23 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 ; Tue, 01 Jul 2025 16:20:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219685 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 e4d7dffa7179874fd35a873179610d8be0415901 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Jul 2025 14:48:05 +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 --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 +# +Copyright (C) 1999, 2000, 2007, 2009 by Anton Zinoviev +# +# 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 +# +Copyright (C) 2010 Andras Timar +# +# 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"