From patchwork Sat Jun 15 18:23:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45172 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 0A7B6C30653 for ; Sat, 15 Jun 2024 18:23:25 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.18626.1718475800638852529 for ; Sat, 15 Jun 2024 11:23:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=G672hqsL; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=vmv01FPA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101901d23bd79-727bd71d-2f54-4a97-8a7f-44a7cde83532-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=I8bIqzKT5B71qOVn5QjhE9/8CpwotC0IonN+R3YehzY=; b=G672hqsLd40Q6xjwYlyRJ2ISpZFxqW38MoT4XhWN1ndgPlw9s/ZfLtCgUIUOMjTI o51p+LfLR+U3i8jZmg0Eetcxe3UxvTStuVBbHMDJt3aLd+5bgdzyRUAVDQg7oVwtxsv 5gh60RRRg+3Um9mh8K4alSNnSxB6YkVTU4kqPR5o= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=I8bIqzKT5B71qOVn5QjhE9/8CpwotC0IonN+R3YehzY=; b=vmv01FPAx8eGhBJueEaUmH+gOBhPsiCRnk5FILu/Hc/3BsN0yU3A2nX4qQkan98s CsJqNt2xppUb7hMVPiAyZczqcjuRls863v8+Fwi8E2SUuLvjJgpCT63HYocEH7BXpbR ApWunrwZ2lJPTv5X/V2HMskHC1kr9qCcBLsULBB8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Michael Opdenacker Cc: openembedded-core@lists.openembedded.org Subject: [AUH] alsa-lib: upgrading to 1.2.12 SUCCEEDED Message-ID: <010101901d23bd79-727bd71d-2f54-4a97-8a7f-44a7cde83532-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Jun 2024 18:23:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200748 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-lib* to *1.2.12* has Succeeded. Next steps: - apply the patch: git am 0001-alsa-lib-upgrade-1.2.11-1.2.12.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 90c57f4bf19d27372c0b428ca2a494778b32b83a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 14:56:08 +0000 Subject: [PATCH] alsa-lib: upgrade 1.2.11 -> 1.2.12 --- ...topology-correct-version-script-path.patch | 38 ------------------- ...{alsa-lib_1.2.11.bb => alsa-lib_1.2.12.bb} | 6 +-- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-topology-correct-version-script-path.patch rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.11.bb => alsa-lib_1.2.12.bb} (89%) diff --git a/meta/recipes-multimedia/alsa/alsa-lib/0001-topology-correct-version-script-path.patch b/meta/recipes-multimedia/alsa/alsa-lib/0001-topology-correct-version-script-path.patch deleted file mode 100644 index 30aeef5817..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-lib/0001-topology-correct-version-script-path.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 2a736a0d2543f206fd2653aaae8a08a4c42eb917 Mon Sep 17 00:00:00 2001 -From: Michael Opdenacker -Date: Tue, 30 Jan 2024 14:24:25 +0100 -Subject: [PATCH] topology: correct version script path - -From: Jan Palus - -contrary to libasound, version script for libatopology is a regular -source file. while it's often the case that $(builddir) and $(srcdir) -point to the same directory, they don't always have to. therefore path -needs to point explicitly to $(srcdir) for Versions script in topology - -Closes: https://github.com/alsa-project/alsa-lib/pull/383 -Fixes: GH-382 -Fixes: dc7da761f3a2 ("topology: separate Versions linker script") -Signed-off-by: Jan Palus -Signed-off-by: Jaroslav Kysela -Upstream-Status: Backport [https://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=2a736a0d2543f206fd2653aaae8a08a4c42eb917] ---- - src/topology/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am -index 04299588..e0b78373 100644 ---- a/src/topology/Makefile.am -+++ b/src/topology/Makefile.am -@@ -2,7 +2,7 @@ EXTRA_DIST = Versions - COMPATNUM=@LIBTOOL_VERSION_INFO@ - - if VERSIONED_SYMBOLS --VSYMS = -Wl,--version-script=Versions -+VSYMS = -Wl,--version-script=$(srcdir)/Versions - else - VSYMS = - endif --- -2.34.1 - diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.11.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-lib_1.2.11.bb rename to meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb index c212b17aa3..d9136052b7 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.11.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb @@ -9,10 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \ " -SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \ - file://0001-topology-correct-version-script-path.patch \ - " -SRC_URI[sha256sum] = "9f3f2f69b995f9ad37359072fbc69a3a88bfba081fc83e9be30e14662795bb4d" +SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" +SRC_URI[sha256sum] = "4868cd908627279da5a634f468701625be8cc251d84262c7e5b6a218391ad0d2" inherit autotools pkgconfig