From: Wang Mingyu Date: Wed, 13 Sep 2023 09:27:30 +0000 (+0800) Subject: alsa-ucm-conf: upgrade 1.2.9 -> 1.2.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608d5afcc7df5f2457fadc2496347ddeb9c0be11;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git alsa-ucm-conf: upgrade 1.2.9 -> 1.2.10 Changelog: =========== Fix symver build error on non-ELF platforms doxygen: include docs for shmarea functions doxygen: silence warning from asoundlib.h doxygen: global: silence 'not documented' warnings doxygen: Fix missing group end markers configure: add AC_SYS_LARGEFILE seq: Add UMP 1.1 features seq: Add UMP support ump: Add helpers to parse / set UMP packet data control: Add UMP Endpoint and Block info query support control: Add UMP device query support ump: Add initial support include: fix SND_DLSYM_BUILD_VERSION() for static build Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.9.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.9.bb rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb index 073e3b09006..f4fd284db8c 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.9.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb @@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" -SRC_URI[sha256sum] = "374f6833bfd77d0a4675e4aa2bfb79defe850e5a46a5d4542a45962f4b9e272a" +SRC_URI[sha256sum] = "9c21e3f01ff00baa758df17e867cd36e24ebb41a6bec49737e99105e16f2ae97" # Something went wrong at upstream tarballing inherit allarch