diff mbox series

[AUH] libxi: upgrading to 1.8.3 SUCCEEDED

Message ID 0101019e83d36b94-7cf9c2ad-0be0-4c85-a285-0ee5345908d4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxi: upgrading to 1.8.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 1, 2026, 3:35 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libxi* to *1.8.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxi-upgrade-1.8.2-1.8.3.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 0d1c4c841feb9f33a26e533cc6f424e833ae5d52 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 1 Jun 2026 06:46:37 +0000
Subject: [PATCH] libxi: upgrade 1.8.2 -> 1.8.3

---
 .../xorg-lib/{libxi_1.8.2.bb => libxi_1.8.3.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.8.2.bb => libxi_1.8.3.bb} (88%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb
index 2a86f5fcf0..d7e778610e 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb
@@ -18,6 +18,6 @@  PE = "1"
 XORG_PN = "libXi"
 XORG_EXT = "tar.xz"
 
-SRC_URI[sha256sum] = "d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104"
+SRC_URI[sha256sum] = "7ad60056f01af4f786cfe93b3a7707447711626fc8da2637bec71a90409babe5"
 
 BBCLASSEXTEND = "native nativesdk"