mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user