diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-08 11:02:30 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-15 14:12:24 -0500 |
commit | 8e4ed3a82a25e76e75ec9549e55ea88b9038817e (patch) | |
tree | 98d6dbd700d063ed02b74b73a5f967b65cf82d4b /recipes-multimedia | |
parent | 2937fddb56d51cf0c4187396eb7e778b9237045a (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-multimedia')
-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" | |||
18 | inherit autotools pkgconfig use-imx-headers | 18 | inherit autotools pkgconfig use-imx-headers |
19 | 19 | ||
20 | SRCBRANCH = "MM_04.05.01_1909_L4.19.35" | 20 | SRCBRANCH = "MM_04.05.01_1909_L4.19.35" |
21 | PV = "1.0.26+${SRCPV}" | ||
21 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" | 22 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" |
22 | SRCREV = "cde60d68ab2acee913dbfacb8aabb53d87dd3e38" | 23 | SRCREV = "cde60d68ab2acee913dbfacb8aabb53d87dd3e38" |
23 | 24 | ||