diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
| commit | 1d9c874a91c105e636b785d37094bf6bc38d76ab (patch) | |
| tree | 91b824af7ccb9dbb583333aca299069f605389bf /meta/recipes-multimedia | |
| parent | 68faa826df86082918bbad2c4fbca562e8afbbcd (diff) | |
| download | poky-1d9c874a91c105e636b785d37094bf6bc38d76ab.tar.gz | |
alsa: upgrade 1.2.3 -> 1.2.4
Backport a patch to fix musl builds.
(From OE-Core rev: 5cafc3721cbe0193fb444adba4cc82a820f3f33f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch | 31 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb (renamed from meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb) | 5 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb (renamed from meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb (renamed from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.4.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.3.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.2.4.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils_1.2.3.bb) | 0 |
7 files changed, 37 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch b/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch new file mode 100644 index 0000000000..98e2988dda --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | From ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jaroslav Kysela <perex@perex.cz> | ||
| 3 | Date: Thu, 22 Oct 2020 20:57:32 +0200 | ||
| 4 | Subject: [PATCH] dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be | ||
| 5 | declared even for \!DL_ORIGIN_AVAILABLE | ||
| 6 | |||
| 7 | Fixes: 8580c081c2 ("dlsym: add support for ALSA_PLUGIN_DIR environment variable") | ||
| 8 | BugLink: https://github.com/alsa-project/alsa-lib/issues/91 | ||
| 9 | Signed-off-by: Jaroslav Kysela <perex@perex.cz> | ||
| 10 | Upstream-Status: Backport | ||
| 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 12 | --- | ||
| 13 | src/dlmisc.c | 2 -- | ||
| 14 | 1 file changed, 2 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/src/dlmisc.c b/src/dlmisc.c | ||
| 17 | index c9517c55..f20eb593 100644 | ||
| 18 | --- a/src/dlmisc.c | ||
| 19 | +++ b/src/dlmisc.c | ||
| 20 | @@ -42,11 +42,9 @@ | ||
| 21 | #ifndef PIC | ||
| 22 | struct snd_dlsym_link *snd_dlsym_start = NULL; | ||
| 23 | #endif | ||
| 24 | -#ifdef DL_ORIGIN_AVAILABLE | ||
| 25 | static int snd_plugin_dir_set = 0; | ||
| 26 | static char *snd_plugin_dir = NULL; | ||
| 27 | #endif | ||
| 28 | -#endif | ||
| 29 | |||
| 30 | #if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD) | ||
| 31 | static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER; | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb index 1ed1a7b9a3..f38e8b94ff 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb | |||
| @@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ | |||
| 7 | file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \ | 7 | file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" | 10 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \ |
| 11 | SRC_URI[sha256sum] = "e81fc5b7afcaee8c9fd7f64a1e3043e88d62e9ad2c4cff55f578df6b0a9abe15" | 11 | file://ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch" |
| 12 | SRC_URI[sha256sum] = "f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7" | ||
| 12 | 13 | ||
| 13 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 14 | 15 | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb index 3575c460e4..aac4b48948 100644 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" | 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" |
| 8 | SRC_URI[sha256sum] = "833f99b2cbda34e0cfef867ef1d2e6a74fe276bb7fc525a573be32077f629dff" | 8 | SRC_URI[sha256sum] = "55e0e6e42eca4cc7656c257af2440cdc65b83689dca49fc60ca0194db079ed07" |
| 9 | 9 | ||
| 10 | inherit allarch | 10 | inherit allarch |
| 11 | 11 | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb index 7be0df8856..da41c3db75 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" | 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" |
| 8 | SRC_URI[sha256sum] = "1bc24da04bb27a75e323c9f0fb03e44705b6bb8a8baf255b94b41d457d590d00" | 8 | SRC_URI[sha256sum] = "2c3b535c77dcb9aaf62a61f4f8324f1ab184162f105f7ec9ed1e37c742fcd340" |
| 9 | 9 | ||
| 10 | inherit allarch | 10 | inherit allarch |
| 11 | 11 | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.4.bb index 048fef68a5..048fef68a5 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.4.bb | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index b523a5a832..87eb55afbe 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc | |||
| @@ -21,7 +21,7 @@ PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook | |||
| 21 | 21 | ||
| 22 | # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe | 22 | # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe |
| 23 | SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2" | 23 | SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2" |
| 24 | SRC_URI[sha256sum] = "ff19ae48c22938de7a491bdb39db74a2eee2546013f39bf1a86185e426f921aa" | 24 | SRC_URI[sha256sum] = "98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426" |
| 25 | 25 | ||
| 26 | # On build machines with python-docutils (not python3-docutils !!) installed | 26 | # On build machines with python-docutils (not python3-docutils !!) installed |
| 27 | # rst2man (not rst2man.py) is detected and compile fails with | 27 | # rst2man (not rst2man.py) is detected and compile fails with |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.4.bb index 3430288da4..3430288da4 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.2.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.4.bb | |||
