diff --git a/recipes-devtools/cuda/cuda-samples-11-8_git.bb b/recipes-devtools/cuda/cuda-samples-11-8_git.bb index 9844078d..91f790a3 100644 --- a/recipes-devtools/cuda/cuda-samples-11-8_git.bb +++ b/recipes-devtools/cuda/cuda-samples-11-8_git.bb @@ -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): diff --git a/recipes-kernel/linux/linux-tegra_5.10.bb b/recipes-kernel/linux/linux-tegra_5.10.bb index 1c9c054a..aba06254 100644 --- a/recipes-kernel/linux/linux-tegra_5.10.bb +++ b/recipes-kernel/linux/linux-tegra_5.10.bb @@ -15,7 +15,7 @@ DEPENDS:remove = "kern-tools-native" DEPENDS:append = " kern-tools-tegra-native" LINUX_VERSION ?= "5.10.192" -PV = "${LINUX_VERSION}+git${SRCPV}" +PV = "${LINUX_VERSION}+git" FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1]}:" LINUX_VERSION_EXTENSION ?= "-l4t-${@'.'.join(d.getVar('L4T_VERSION').split('.'))}" diff --git a/recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb b/recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb index 6ff0e2ab..20deb0e1 100644 --- a/recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb +++ b/recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb @@ -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" diff --git a/recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb b/recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb index 88e217ae..1abf6645 100644 --- a/recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb +++ b/recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb @@ -7,7 +7,7 @@ inherit autotools pkgconfig COMPATIBLE_MACHINE = "(tegra)" -PV = "0.2.0+git${SRCPV}" +PV = "0.2.0+git" SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898" SRCBRANCH = "master" SRC_REPO = "github.com/libusbgx/libusbgx.git;protocol=https" diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb index a45a3dea..a353e6ca 100644 --- a/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb @@ -31,7 +31,7 @@ SRCREV_FORMAT = "sbsigntools_ccan" DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" -PV = "0.9.4-git${SRCPV}" +PV = "0.9.4-git" S = "${WORKDIR}/git"