aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-capability_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/go-capability_git.bb')
-rw-r--r--recipes-devtools/go/go-capability_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-capability_git.bb b/recipes-devtools/go/go-capability_git.bb
index 7e5ab115..c2562474 100644
--- a/recipes-devtools/go/go-capability_git.bb
+++ b/recipes-devtools/go/go-capability_git.bb
@@ -10,7 +10,9 @@ PKG_NAME = "github.com/syndtr/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852"
-PV = "0.0+git${SRCPV}"
+PV = "0.0+git"
+
+inherit meta-virt-depreciated-warning
S = "${WORKDIR}/git"