summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-09 14:51:30 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-13 11:38:33 -0300
commit9f045fd9326de4ab91c30b7d3d1228832de96995 (patch)
tree26c3fb09ae95c07d7fa6f2933b93df9d2ea50670
parenta4830351c6ee4435ae9f46cb697feaa25cf8baaf (diff)
downloadmeta-freescale-9f045fd9326de4ab91c30b7d3d1228832de96995.tar.gz
imx-alsa-plugins: Change the SRCBRANCH from 02_2410_L6.6 to 03_2412_L6.12
eaf0900 LF-14230: Remove ASRC_CFLAGS b21af83 LF-14230: asrc_pair: switch to upstreamed compress API Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 7b17ccb0a..7ad815b16 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -1,5 +1,5 @@
1# Copyright 2013-2016 Freescale Semiconductor 1# Copyright 2013-2016 Freescale Semiconductor
2# Copyright 2017-2023 NXP 2# Copyright 2017-2024 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5DESCRIPTION = "Freescale alsa-lib plugins" 5DESCRIPTION = "Freescale alsa-lib plugins"
@@ -20,8 +20,8 @@ inherit autotools pkgconfig use-imx-headers
20PV = "1.0.26+${SRCPV}" 20PV = "1.0.26+${SRCPV}"
21 21
22SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" 22SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
23SRCBRANCH = "MM_04.09.02_2410_L6.6.y" 23SRCBRANCH = "MM_04.09.03_2412_L6.12.y"
24SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331" 24SRCREV = "eaf0900662d6381bcc433165219280cca1752890"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27