summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2015-10-22 17:09:28 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-30 08:40:12 -0400
commit33ff94aadce2975972630fd151f79492e4ff1ee2 (patch)
tree9662c522c8336ca42484418abd510d6c3065994d /recipes-devtools
parent4ebff3b02ec6e1d9f5bdcdc6b36f72b7dd213253 (diff)
downloadmeta-virtualization-33ff94aadce2975972630fd151f79492e4ff1ee2.tar.gz
go-net: add SRC_URI checksums
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/go/go-net_hg.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-net_hg.bb b/recipes-devtools/go/go-net_hg.bb
index cfea0b86..2ded6c75 100644
--- a/recipes-devtools/go/go-net_hg.bb
+++ b/recipes-devtools/go/go-net_hg.bb
@@ -11,6 +11,9 @@ SRC_URI = "hg://code.google.com/p;module=go.net"
11 11
12SRCREV = "84a4013f96e01fdd14b65d260a78b543e3702ee1" 12SRCREV = "84a4013f96e01fdd14b65d260a78b543e3702ee1"
13 13
14SRC_URI[md5sum] = "d899f1e61fcd0d9a8b541314b4737f2c"
15SRC_URI[sha256sum] = "99360e80a4cb0f969cbd6287ed37d97bb16cbde30268461cb98ef3e3c2aae259"
16
14S = "${WORKDIR}/${SRCNAME}" 17S = "${WORKDIR}/${SRCNAME}"
15 18
16do_install() { 19do_install() {