meta: drop SRCPV from all PV settings

The use of ${SRCPV} in recipe version (PV) strings has
been discontinued in OE-Core; source revisions are now
inserted directly into task hashes and into PKGV, and
SRCPV is a null string.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-04-14 08:03:13 -07:00
parent d4dfb31b34
commit 4f825ddeb2
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ SRC_URI ="git://git.linuxtv.org/v4l-utils.git;protocol=https;branch=stable-1.26
"
SRCREV = "4aee01a027923cab1e40969f56f8ba58d3e6c0d1"
PV .= "+git${SRCPV}"
PV .= "+git"
S = "${WORKDIR}/git"