To: [] To: Subject: [AUH] libxkbcommon: upgrading to 1.12.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251015050051/all/libxkbcommon/0001-libxkbcommon-upgrade-1.11.0-1.12.0.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxkbcommon* to *1.12.0* has Succeeded. Next steps: - apply the patch: git am 0001-libxkbcommon-upgrade-1.11.0-1.12.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 57b7bec35c0c2e60e86426a8a0d9a5f0b15ed127 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Oct 2025 12:30:28 +0000 Subject: [PATCH] libxkbcommon: upgrade 1.11.0 -> 1.12.0 --- .../xorg-lib/{libxkbcommon_1.11.0.bb => libxkbcommon_1.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.11.0.bb => libxkbcommon_1.12.0.bb} (96%) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.11.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.12.0.bb similarity index 96% rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.11.0.bb rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.12.0.bb index c953058275..38fe3b1729 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.11.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.12.0.bb @@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}" -SRCREV = "0f9cefb1fedb23433666fa5d9045e48ff030c006" +SRCREV = "f4e247e50dd4d06542c5e177cfe53f82dfab69b6" inherit meson pkgconfig bash-completion -- 2.47.1