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

@@ -15,7 +15,7 @@ CUDA_NATIVEDEPS = "cuda-compiler-11-8-native cuda-cudart-11-8-native"
CUDA_NATIVEDEPS:class-native = ""
CUDA_DEPENDS = "cuda-libraries-11-8 ${CUDA_NATIVEDEPS}"
PV = "11.8+git${SRCPV}"
PV = "11.8+git"
CUDA_NVCC_ARCH_FLAGS ??= ""
def extract_sm(d):