summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-11-25 16:56:04 -0300
committerGitHub <noreply@github.com>2022-11-25 16:56:04 -0300
commit04f1419518d41db95f3f33d1d82c1d00853715ff (patch)
tree15af260703fe7b884ee3ea7fe4b83e950a80805f /recipes-multimedia/alsa/imx-alsa-plugins_git.bb
parent916f0760aa0f6ec29b7c74bbac1806cd1d9afb75 (diff)
parentd0bd76df6c13f735433f202ec107ca42529f13b0 (diff)
downloadmeta-freescale-04f1419518d41db95f3f33d1d82c1d00853715ff.tar.gz
Merge pull request #1312 from Freescale/backport-1310-to-kirkstone
[Backport kirkstone] Upgrade Multimedia Packages to lf5.15.52_2.1.0
Diffstat (limited to 'recipes-multimedia/alsa/imx-alsa-plugins_git.bb')
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 1a53131d..38d00b8e 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 (C) 2013-2016 Freescale Semiconductor 1# Copyright 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2019 NXP 2# Copyright 2017-2022 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"
@@ -19,9 +19,9 @@ inherit autotools pkgconfig use-imx-headers
19 19
20PV = "1.0.26+${SRCPV}" 20PV = "1.0.26+${SRCPV}"
21 21
22SRC_URI = "git://source.codeaurora.org/external/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.07.00_2205_L5.15.y" 23SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
24SRCREV = "0f32bca96f7027c0c1145b27d1790541d34fb84c" 24SRCREV = "a9643b8820dd89b7a8c99941a90e9498f1b68c14"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27