diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:26 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:50:58 +0100 |
| commit | df98e62c734530a89f5affb3ec66c27514cb5454 (patch) | |
| tree | a147eb71734e57bed327605fa41a50f8c1505656 /meta/recipes-multimedia/alsa | |
| parent | a5e2fd4fe3cad9b8e84993630ee5aab49614d9b9 (diff) | |
| download | poky-df98e62c734530a89f5affb3ec66c27514cb5454.tar.gz | |
alsa-plugins: upgrade 1.2.7.1 -> 1.2.12
Changelog:
disable -ldl check for *BSDs, find <soundcard.h> path
0001-arcam_av.c-Include-missing-string.h.patch
removed since it's included in 1.2.12
License-Update: samplerate: Make LGPL-only
(From OE-Core rev: 004419f3d3ee0aa9ca5c44ae760464729f4a5cd2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch | 25 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb (renamed from meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb) | 8 |
2 files changed, 3 insertions, 30 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch b/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch deleted file mode 100644 index ff7745d637..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From b01b176a665ba65979d74922955f51dc4888a713 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 23 Aug 2022 15:21:16 -0700 | ||
| 4 | Subject: [PATCH] arcam_av.c: Include missing string.h | ||
| 5 | |||
| 6 | bzero() function needs this header to be included | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://github.com/alsa-project/alsa-plugins/pull/47] | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | arcam-av/arcam_av.c | 1 + | ||
| 12 | 1 file changed, 1 insertion(+) | ||
| 13 | |||
| 14 | diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c | ||
| 15 | index 63f9b4e..29fc537 100644 | ||
| 16 | --- a/arcam-av/arcam_av.c | ||
| 17 | +++ b/arcam-av/arcam_av.c | ||
| 18 | @@ -27,6 +27,7 @@ | ||
| 19 | #include <signal.h> | ||
| 20 | #include <stddef.h> | ||
| 21 | #include <stdio.h> | ||
| 22 | +#include <string.h> | ||
| 23 | #include <termios.h> | ||
| 24 | #include <unistd.h> | ||
| 25 | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb index 9500462d5c..819cdf8e7b 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb | |||
| @@ -19,13 +19,11 @@ LICENSE = "LGPL-2.1-only & GPL-2.0-or-later" | |||
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ |
| 20 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 20 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
| 21 | file://m4/attributes.m4;endline=33;md5=bb8c6b2a67ac15156961e242fec33e50 \ | 21 | file://m4/attributes.m4;endline=33;md5=bb8c6b2a67ac15156961e242fec33e50 \ |
| 22 | file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \ | 22 | file://rate/rate_samplerate.c;endline=35;md5=07fcfc9e83a7159ad14a7196ecdc7d48 \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2 \ | 25 | SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2" |
| 26 | file://0001-arcam_av.c-Include-missing-string.h.patch \ | 26 | SRC_URI[sha256sum] = "7bd8a83d304e8e2d86a25895d8dcb0ef0245a8df32e271959cdbdc6af39b66f2" |
| 27 | " | ||
| 28 | SRC_URI[sha256sum] = "8c337814954bb7c167456733a6046142a2931f12eccba3ec2a4ae618a3432511" | ||
| 29 | 27 | ||
| 30 | DEPENDS += "alsa-lib" | 28 | DEPENDS += "alsa-lib" |
| 31 | 29 | ||
