diff mbox series

[AUH] libxi: upgrading to 1.8.2 SUCCEEDED

Message ID 01010191f61ad4af-572bffa2-cc37-4b9e-8ae9-91528a40a672-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxi: upgrading to 1.8.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2024, 2:33 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.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxi-upgrade-1.8.1-1.8.2.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 e65738b46c102f7954207f905c5dc527d2a2a43a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Sep 2024 07:06:15 +0000
Subject: [PATCH] libxi: upgrade 1.8.1 -> 1.8.2

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

Patch

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