summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-03-08 11:02:30 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-03-15 14:12:24 -0500
commit8e4ed3a82a25e76e75ec9549e55ea88b9038817e (patch)
tree98d6dbd700d063ed02b74b73a5f967b65cf82d4b
parent2937fddb56d51cf0c4187396eb7e778b9237045a (diff)
downloadmeta-freescale-8e4ed3a82a25e76e75ec9549e55ea88b9038817e.tar.gz
imx-alsa-plugins: Set recipe name and PV properly
The recipe allows SRCREV to change while the version stays at 1.0.26, so change the recipe version to git and set PV based on the SRCREV. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb (renamed from recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb)1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index e05ba5b2..eb375905 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
18inherit autotools pkgconfig use-imx-headers 18inherit autotools pkgconfig use-imx-headers
19 19
20SRCBRANCH = "MM_04.05.01_1909_L4.19.35" 20SRCBRANCH = "MM_04.05.01_1909_L4.19.35"
21PV = "1.0.26+${SRCPV}"
21SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" 22SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
22SRCREV = "cde60d68ab2acee913dbfacb8aabb53d87dd3e38" 23SRCREV = "cde60d68ab2acee913dbfacb8aabb53d87dd3e38"
23 24