summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-08 18:04:43 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:30 +0100
commit6cf084963ab22952d16093e72e8936b60a828c25 (patch)
tree45a8ed28965474b7e8a975c0508885c60d2fbbaa /meta/recipes-devtools
parent245285e3be5996aa05542c52786cbb097e61f2d9 (diff)
downloadpoky-6cf084963ab22952d16093e72e8936b60a828c25.tar.gz
go-dep: Add 0.3.0 release
This is the Golang dependency management tool under development; it is ready for production use and intended to be merged onto Golang 1.10. Until that, projects are starting to use it and making it available on OE-Core reduces the Golang integration work for new recipes. (From OE-Core rev: 79e0401fa463736f28ad39f2f98cd23d8fd6fe88) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/go/go-dep_0.3.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-dep_0.3.0.bb b/meta/recipes-devtools/go/go-dep_0.3.0.bb
new file mode 100644
index 0000000000..c65b4f7cb5
--- /dev/null
+++ b/meta/recipes-devtools/go/go-dep_0.3.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Dependency management tool for Golang"
2HOMEPAGE = "https://github.com/golang/dep"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=1bad315647751fab0007812f70d42c0d"
5
6GO_IMPORT = "github.com/golang/dep"
7SRC_URI = "git://${GO_IMPORT}"
8
9# Points to 0.3.0 tag
10SRCREV = "7a91b794bbfbf1f3b8b79823799316451127801b"
11
12inherit go
13
14GO_INSTALL = "${GO_IMPORT}/cmd/dep"
15
16INSANE_SKIP_${PN} += "ldflags"
17
18RDEPENDS_${PN}-staticdev += "bash"