To: ['Michael Opdenacker '] To: openembedded-core@lists.openembedded.org Subject: [AUH] alsa-utils: upgrading to 1.2.15.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/alsa-utils/0001-alsa-utils-upgrade-1.2.15.1-1.2.15.2.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/alsa-utils/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/alsa-utils/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *alsa-utils* to *1.2.15.2* has Succeeded. Next steps: - apply the patch: git am 0001-alsa-utils-upgrade-1.2.15.1-1.2.15.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 fa291f2ac98475996da20633b6050ae96e8fa8dd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 16 Jan 2026 00:22:37 +0000 Subject: [PATCH] alsa-utils: upgrade 1.2.15.1 -> 1.2.15.2 --- .../alsa/{alsa-utils_1.2.15.1.bb => alsa-utils_1.2.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.15.1.bb => alsa-utils_1.2.15.2.bb} (97%) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.2.bb similarity index 97% rename from meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.15.2.bb index 927f94afb6..ef3efdc830 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.2.bb @@ -13,7 +13,7 @@ DEPENDS = "alsa-lib ncurses libsamplerate0 bash" # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2" -SRC_URI[sha256sum] = "5ad79f349e59c30c9a4929ad4995ebee33267473e0e632d7c1a30e2b093d3327" +SRC_URI[sha256sum] = "7aaaafbfb01942113ec0c31e51f705910e81079205088ca2f8f137a3869e1a3a" inherit autotools gettext pkgconfig manpages -- 2.47.1