From patchwork Fri Aug 15 13:06:58 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: 68561 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 C88E4CA0EEB for ; Fri, 15 Aug 2025 13:07:00 +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.11322.1755263219041506620 for ; Fri, 15 Aug 2025 06:06:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=nSxMvxNE; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=FKYlYokE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010198add7327d-7bade317-057b-44a3-a6f9-0cbbca6e5696-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=1755263218; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VZuma/pYebZa4liYaVR5AnuxOTVNvKET+GdveoZVG2E=; b=nSxMvxNEsFxSbuwE/1lPwVHbqnEZfHeYcQECY4EyASMtjHVXfWdx3+QBclOJS5LN MU6h542lSRWTerCLqP8vkY2J7YDX8zWyWo1iWkO1iqVZJBz0QzA+xZIHJ6+KOKJ21Lo fC9xo9NfFl8h+3RzTBgFb/6TwXCd6fEPeuJHv6HU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1755263218; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VZuma/pYebZa4liYaVR5AnuxOTVNvKET+GdveoZVG2E=; b=FKYlYokENt3PkCJqeso1RdLVwgw/5DxRZmRodeh/Wi4A3fS/7yiZSlq9vo4Z5n3Z AhL/EPwTPGKbMstkxcJzqY3+FOlQaAfMHCiEltwflvawyBX9xfdpFXrJDnUtURL3s9I MIgAu49Jz072kD0CjOexPHMxOx0emZ1o4yflKTvo= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xf86-input-mouse: upgrading to 2.0.0 FAILED Message-ID: <01010198add7327d-7bade317-057b-44a3-a6f9-0cbbca6e5696-000000@us-west-2.amazonses.com> Date: Fri, 15 Aug 2025 13:06:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.15-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 ; Fri, 15 Aug 2025 13:07:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221888 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xf86-input-mouse* to *2.0.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-xf86-input-mouse-upgrade-1.9.5-2.0.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 dbe56bbb060092d0a58e2e8b98abf0d9f864e8a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Aug 2025 07:10:57 +0000 Subject: [PATCH] xf86-input-mouse: upgrade 1.9.5 -> 2.0.0 --- .../{xf86-input-mouse_1.9.5.bb => xf86-input-mouse_2.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.9.5.bb => xf86-input-mouse_2.0.0.bb} (84%) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_2.0.0.bb similarity index 84% rename from meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb rename to meta/recipes-graphics/xorg-driver/xf86-input-mouse_2.0.0.bb index 92e54d9701..7b10a2a487 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_2.0.0.bb @@ -10,5 +10,5 @@ driver." LIC_FILES_CHKSUM = "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33" -SRC_URI[sha256sum] = "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968" +SRC_URI[sha256sum] = "7b1f9d06111d49d257778da46e264a69851f3c7e2f5034fc2c25c7f03876f989" XORG_DRIVER_COMPRESSOR = ".tar.xz"