diff mbox series

[v3,2/4] alsa-tools: upgrade 1.2.5 -> 1.2.11

Message ID 20240208084406.3621627-3-michael.opdenacker@bootlin.com
State Accepted, archived
Headers show
Series alsa updates | expand

Commit Message

Michael Opdenacker Feb. 8, 2024, 8:44 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

- Upstream release update
  See https://www.alsa-project.org/wiki/Detailed_changes_v1.2.10_v1.2.11

---

Changes in V2:
- Fix commit title, correcting updated version for alsa-tools

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 .../alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb} (97%)

Comments

Khem Raj Feb. 12, 2024, 6:58 a.m. UTC | #1
FYI this fails to build with clang compiler
https://errors.yoctoproject.org/Errors/Details/752555/

On Thu, Feb 8, 2024 at 12:44 AM Michael Opdenacker via
lists.openembedded.org
<michael.opdenacker=bootlin.com@lists.openembedded.org> wrote:
>
> From: Michael Opdenacker <michael.opdenacker@bootlin.com>
>
> - Upstream release update
>   See https://www.alsa-project.org/wiki/Detailed_changes_v1.2.10_v1.2.11
>
> ---
>
> Changes in V2:
> - Fix commit title, correcting updated version for alsa-tools
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> ---
>  .../alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb}          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-multimedia/alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb} (97%)
>
> diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
> similarity index 97%
> rename from meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
> rename to meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
> index 56acc84559..53868041c0 100644
> --- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
> +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=59530bdf33659b29e73d4adb9f9f65
>
>  SRC_URI = "https://www.alsa-project.org/files/pub/tools/${BP}.tar.bz2"
>
> -SRC_URI[sha256sum] = "35a71027a01f4d7de4722e223520e940de68b3c570b6c671691567ae28f9893e"
> +SRC_URI[sha256sum] = "0915c9634a502fd3655ca9c574d259bc9e79983d91d45aeacff6f3c00f8ae3e9"
>
>  inherit autotools-brokensep pkgconfig
>  # brokensep as as10k1 (and probably more) fail out of tree
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#195116): https://lists.openembedded.org/g/openembedded-core/message/195116
> Mute This Topic: https://lists.openembedded.org/mt/104235728/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Michael Opdenacker Feb. 12, 2024, 9:42 a.m. UTC | #2
Hi Khem,

On 2/12/24 at 07:58, Khem Raj wrote:
> FYI this fails to build with clang compiler
> https://errors.yoctoproject.org/Errors/Details/752555/

Interesting, thanks!
Sounds like an opportunity to improve the upstream code, and to use 
meta-clang as well :)
Cheers
Michael.
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
similarity index 97%
rename from meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
rename to meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
index 56acc84559..53868041c0 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb
@@ -14,7 +14,7 @@  LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=59530bdf33659b29e73d4adb9f9f65
 
 SRC_URI = "https://www.alsa-project.org/files/pub/tools/${BP}.tar.bz2"
 
-SRC_URI[sha256sum] = "35a71027a01f4d7de4722e223520e940de68b3c570b6c671691567ae28f9893e"
+SRC_URI[sha256sum] = "0915c9634a502fd3655ca9c574d259bc9e79983d91d45aeacff6f3c00f8ae3e9"
 
 inherit autotools-brokensep pkgconfig
 # brokensep as as10k1 (and probably more) fail out of tree