summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2015-10-22 17:04:05 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-30 08:40:12 -0400
commit4ebff3b02ec6e1d9f5bdcdc6b36f72b7dd213253 (patch)
treeda06c89d11a71c01acd3ecff68002b5cc98b9b71
parentadf21981ca6d29105b1d36a71d0aa8fa9780f215 (diff)
downloadmeta-virtualization-4ebff3b02ec6e1d9f5bdcdc6b36f72b7dd213253.tar.gz
go-sqlite: add SRC_URI checksums
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-devtools/go/go-sqlite_hg.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-sqlite_hg.bb b/recipes-devtools/go/go-sqlite_hg.bb
index c5bc6ce1..ebda84d4 100644
--- a/recipes-devtools/go/go-sqlite_hg.bb
+++ b/recipes-devtools/go/go-sqlite_hg.bb
@@ -11,6 +11,9 @@ SRC_URI = "hg://code.google.com/p;module=gosqlite"
11 11
12SRCREV = "74691fb6f83716190870cde1b658538dd4b18eb0" 12SRCREV = "74691fb6f83716190870cde1b658538dd4b18eb0"
13 13
14SRC_URI[md5sum] = "04bb4682d0113d5dbcd4a1dbf6b24dfc"
15SRC_URI[sha256sum] = "478967fee730b85a6a4f96ace1e08fe91b6dfa6d641856bcd4574baec2f0361c"
16
14S = "${WORKDIR}/${SRCNAME}" 17S = "${WORKDIR}/${SRCNAME}"
15 18
16do_install() { 19do_install() {