From patchwork Thu Jan 1 11:38:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 77896 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 8C1DFEEE272 for ; Thu, 1 Jan 2026 11:38:11 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.103064.1767267481794377899 for ; Thu, 01 Jan 2026 03:38:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=LY5Crv4J; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=JNVyh/r8; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019b7959b61b-8d88da9c-f335-4d1d-bb5a-4e9c6b0355be-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=1767267481; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=q55oDNnujlok+dxSANch6vQZ6fjY7dVcCgz1/FfaxJY=; b=LY5Crv4JAxqWmsKOSKfapFPctqSxPTmkWYaJjyAlBrmFyoSZP7VHKskhjl8hl4/0 6aWnuhrl5kgIUklE2D/sba+76l/NCZAKq/AYQY8Jyg6aU0DmABhl1uYzFnlJbkYMRay nTDCGkPEzyInYffl21ZEFbZxv0UclCiXA8QLuMZY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267481; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=q55oDNnujlok+dxSANch6vQZ6fjY7dVcCgz1/FfaxJY=; b=JNVyh/r8Oy+ba9A2yGj8G6NRWK+rTakratFxEe/vkL8tzHthpY/6YoDPGEwRmHRv httq0XhXAP+saUthQDJkmWNocNOQfa/7qMxI7L7nlXPnnE2rHBHjj6qG/VrmVhdd7Hy kEh241guTNWCbntH+q6pPK6XZcs1sXeJZVvh1Mvo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Michael Opdenacker Cc: openembedded-core@lists.openembedded.org Subject: [AUH] alsa-utils: upgrading to 1.2.15.1 SUCCEEDED Message-ID: <0101019b7959b61b-8d88da9c-f335-4d1d-bb5a-4e9c6b0355be-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:38:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.01-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Jan 2026 11:38:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228803 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.1* has Succeeded. Next steps: - apply the patch: git am 0001-alsa-utils-upgrade-1.2.15-1.2.15.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 f68bd4cf99d41757842b59d9e1742594ed221b5a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 10:50:32 +0000 Subject: [PATCH] alsa-utils: upgrade 1.2.15 -> 1.2.15.1 --- ...sactl-fix-build-when-in-subdirectory.patch | 29 ------------------- ...utils_1.2.15.bb => alsa-utils_1.2.15.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-utils-1.2.15/0001-alsactl-fix-build-when-in-subdirectory.patch rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.15.bb => alsa-utils_1.2.15.1.bb} (97%) diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.2.15/0001-alsactl-fix-build-when-in-subdirectory.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.2.15/0001-alsactl-fix-build-when-in-subdirectory.patch deleted file mode 100644 index d1c6b3d830..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-utils-1.2.15/0001-alsactl-fix-build-when-in-subdirectory.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 10587067fcf5b05e7fa5a84c38238dbffd079c4f Mon Sep 17 00:00:00 2001 -From: Michael Opdenacker -Date: Mon, 8 Dec 2025 11:12:34 +0000 -Subject: [PATCH] alsactl: fix build when in subdirectory - -From: Rudi Heitbaum - -create the conf directory as part of the edit recipe - -Closes: https://github.com/alsa-project/alsa-utils/pull/311 -Signed-off-by: Rudi Heitbaum -Signed-off-by: Jaroslav Kysela -Upstream-Status: Backport [10587067fcf5b05e7fa5a84c38238dbffd079c4f] ---- - alsactl/Makefile.am | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am -index 48b7c7a..c8729e0 100644 ---- a/alsactl/Makefile.am -+++ b/alsactl/Makefile.am -@@ -47,6 +47,7 @@ endif - edit = \ - extratest=$$(echo ' $(ALSACTL_UDEV_EXTRATEST)' | sed -e 's/__/ /g' -e 's/^ $$//'); \ - args=$$(echo ' $(ALSACTL_UDEV_ARGS)' | sed -e 's/__/ /g' -e 's/^ $$//'); \ -+ mkdir -p conf; \ - $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ - -e 's,@mydatadir\@,$(mydatadir),g' \ - -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb similarity index 97% rename from meta/recipes-multimedia/alsa/alsa-utils_1.2.15.bb rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb index 09b3de81f4..dad5478f39 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb @@ -24,9 +24,8 @@ PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" # 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 \ - file://0001-alsactl-fix-build-when-in-subdirectory.patch" -SRC_URI[sha256sum] = "d3183d2ed2d69e9143c5beb97036267c3fdabfe8bfbea8bc6863f17b1f0b568e" +SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2" +SRC_URI[sha256sum] = "5ad79f349e59c30c9a4929ad4995ebee33267473e0e632d7c1a30e2b093d3327" # On build machines with python-docutils (not python3-docutils !!) installed # rst2man (not rst2man.py) is detected and compile fails with