summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb')
-rw-r--r--recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
index 7afa44cb1..f29011601 100644
--- a/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
+++ b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
@@ -9,12 +9,13 @@ inherit pkgconfig
9 9
10DEPENDS += "alsa-lib nxp-afe" 10DEPENDS += "alsa-lib nxp-afe"
11 11
12PV = "2.0+git" 12SRCBRANCH = "MM_04.10.03_2512_L6.18.2"
13PV = "2.0+${SRCPV}"
13 14
14SRCBRANCH = "MM_04.10.0_2505_L6.12.20" 15NXPAFE_VOICESEEKER_SRC ?= "git://github.com/nxp-imx/imx-voiceui.git;protocol=https"
15SRC_URI = "git://github.com/nxp-imx/imx-voiceui.git;protocol=https;branch=${SRCBRANCH}" 16SRC_URI = "${NXPAFE_VOICESEEKER_SRC};branch=${SRCBRANCH}"
16 17
17SRCREV = "737c156469eeede28fe1a0777c968becf6fea886" 18SRCREV = "94639a8ea4a65a218f60b900269a7dc4bf97fefb"
18 19
19EXTRA_CONF = "--enable-armv8 --bindir=/unit_tests/ --libdir=${libdir}" 20EXTRA_CONF = "--enable-armv8 --bindir=/unit_tests/ --libdir=${libdir}"
20 21