summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-06-01 08:41:17 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-06-02 05:16:00 -0700
commit8766f086d5d5c25163ecb3bd18e8881da7a538b0 (patch)
treec8b319017b46f7861118365dd5d6aa43916eae54 /recipes-multimedia
parentd9ed1023ec8adf8303169bb5bc58ba3ca1edbc3c (diff)
downloadmeta-freescale-8766f086d5d5c25163ecb3bd18e8881da7a538b0.tar.gz
imx-alsa-plugins: Update MM_04.07.01_2208_L5.15.y -> MM_04.07.03_2301_L6.1.y
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 38d00b8e..41915bb5 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -13,15 +13,15 @@ RREPLACES:${PN} = "fsl-alsa-plugins"
13RPROVIDES:${PN} = "fsl-alsa-plugins" 13RPROVIDES:${PN} = "fsl-alsa-plugins"
14RCONFLICTS:${PN} = "fsl-alsa-plugins" 14RCONFLICTS:${PN} = "fsl-alsa-plugins"
15 15
16LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
17 17
18inherit autotools pkgconfig use-imx-headers 18inherit autotools pkgconfig use-imx-headers
19 19
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.07.01_2208_L5.15.y" 23SRCBRANCH = "MM_04.07.03_2301_L6.1.y"
24SRCREV = "a9643b8820dd89b7a8c99941a90e9498f1b68c14" 24SRCREV = "8ed567b446d49abe0498278b4da90ecc4db3e37d"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
@@ -32,6 +32,7 @@ EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}""
32PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" 32PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}"
33PACKAGECONFIG_SWPDM = "" 33PACKAGECONFIG_SWPDM = ""
34PACKAGECONFIG_SWPDM:mx8-nxp-bsp = "swpdm" 34PACKAGECONFIG_SWPDM:mx8-nxp-bsp = "swpdm"
35
35PACKAGECONFIG[swpdm] = "--enable-swpdm,--disable-swpdm,imx-sw-pdm" 36PACKAGECONFIG[swpdm] = "--enable-swpdm,--disable-swpdm,imx-sw-pdm"
36 37
37INSANE_SKIP:${PN} = "dev-so" 38INSANE_SKIP:${PN} = "dev-so"