aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-patricia_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/go-patricia_git.bb')
-rw-r--r--recipes-devtools/go/go-patricia_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-patricia_git.bb b/recipes-devtools/go/go-patricia_git.bb
index 4c29b57e..c05da591 100644
--- a/recipes-devtools/go/go-patricia_git.bb
+++ b/recipes-devtools/go/go-patricia_git.bb
@@ -10,10 +10,12 @@ PKG_NAME = "github.com/tchap/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
SRCREV = "666120de432aea38ab06bd5c818f04f4129882c9"
-PV = "2.2.6+git${SRCPV}"
+PV = "2.2.6+git"
S = "${WORKDIR}/git"
+inherit meta-virt-depreciated-warning
+
do_install() {
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/