summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools/oci-image-tools_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-12 03:24:38 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit08435d20b1259d2ef0c98638116fb881045ff512 (patch)
tree42bdbe67e5edb8fe060d1e1c6d3c47d92d09e5fa /recipes-containers/oci-image-tools/oci-image-tools_git.bb
parenta03c4f584567d9733e601d16af80299ec48b492d (diff)
downloadmeta-virtualization-08435d20b1259d2ef0c98638116fb881045ff512.tar.gz
recipes/classes/scripts: Drop SRCPV usage
bitbake has been enhanced such that SRCPV is no longer needed in PV to handle updating git hashes and task signatures. We can simplify our PV by dropping SRCPV Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-image-tools/oci-image-tools_git.bb')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 4beb3a63..878d4cc7 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master;protoco
17 file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" 17 file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch"
18 18
19SRCREV = "11f9988298305d36f64248a6ee55318e60bf170b" 19SRCREV = "11f9988298305d36f64248a6ee55318e60bf170b"
20PV = "1.0.0-rc3+git${SRCPV}" 20PV = "1.0.0-rc3+git"
21GO_IMPORT = "import" 21GO_IMPORT = "import"
22 22
23inherit goarch 23inherit goarch