From patchwork Wed Oct 1 13:32:11 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: 71354 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 9F296CCD180 for ; Wed, 1 Oct 2025 13:32:12 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.17926.1759325532268342921 for ; Wed, 01 Oct 2025 06:32:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=WCnLiulw; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=UtuuoRGr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101999ff92d2c-c26b3d0c-c0f0-4a7e-922a-0bea3dcc4b54-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=1759325531; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=PHNrHb3QGMYV+sk5K9NnFWnK7q99M4w1pNrPHbt3FZs=; b=WCnLiulwX7108HYOJrEeVaPOirJoTyEPbqVXZ5QUOgTF2FstuAHujLG9RB8KIQnc 7YczxFJH1KfqeBcafqLhx5+Ccv6tIZRK/O19vxSsfzCepSRtfedSq8CsiwgtXY3URCk TbwMELkeVxuAsY6P1PhNZEWgaCQIUtKfiM1l/ukM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325531; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=PHNrHb3QGMYV+sk5K9NnFWnK7q99M4w1pNrPHbt3FZs=; b=UtuuoRGrlyY0dqhDK5vN80S/sqf7ranm3zcvWEilLInXhHMBtRbffjcba491t8+0 sv9f59Wy6d5QHmTYXm77Yr8k2dG+CO6CXxoNmU0OOJbOSQlEPUpqHOusRnJJIbZ+XE/ MgayDyc1gtwhQ5ZqNyQz0tT+vybcfm3Pud0U4YVQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xeyes: upgrading to 1.3.1 SUCCEEDED Message-ID: <010101999ff92d2c-c26b3d0c-c0f0-4a7e-922a-0bea3dcc4b54-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:11 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-54.240.27.31 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 ; Wed, 01 Oct 2025 13:32:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224215 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xeyes* to *1.3.1* has Succeeded. Next steps: - apply the patch: git am 0001-xeyes-upgrade-1.3.0-1.3.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 d049441289c718613a040e0f8bda039dd49bde99 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 06:54:54 +0000 Subject: [PATCH] xeyes: upgrade 1.3.0 -> 1.3.1 --- .../{xeyes_1.3.0.bb => xeyes_1.3.1.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xeyes_1.3.0.bb => xeyes_1.3.1.bb} (29%) diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb b/meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb similarity index 29% rename from meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb rename to meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb index 3d1a7063ea..1ded6d8e16 100644 --- a/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb @@ -1,3 +1,22 @@ +# 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 +# @@ -1,4 +1,5 @@ +# Copyright (c) 1991 X Consortium +# +Copyright (c) 2023 q3k +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# +# + require xorg-app-common.inc SUMMARY = "X11 eyes that follow the mouse cursor demo" @@ -6,9 +25,9 @@ follow the location of the mouse cursor around the screen." PE = "1" -LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" +LIC_FILES_CHKSUM = "file://COPYING;md5=29277094da1ef0646d5634a79cb0c1c5" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023" +SRC_URI[sha256sum] = "5608d76b7b1aac5ed7f22f1b6b5ad74ef98c8693220f32b4b87dccee4a956eaa" DEPENDS += "libxau libxt libxext libxmu libxrender libxi"