diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-08-30 03:04:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-01 22:33:08 +0100 |
commit | 8c16b4a8f1aa455f692eb4aea1b8c106c3c950d6 (patch) | |
tree | 51775b888b7efcd3a75eae51327d0d58048f6f9f /meta/recipes-devtools/go/go-dep_0.5.0.bb | |
parent | 118fb26ac94f0ab616e9a224fd62a771cec34834 (diff) | |
download | poky-8c16b4a8f1aa455f692eb4aea1b8c106c3c950d6.tar.gz |
go-dep: update to 0.5.4
(From OE-Core rev: 7a3b36401f86afa13426b302ce31bbd20dd871be)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-dep_0.5.0.bb')
-rw-r--r-- | meta/recipes-devtools/go/go-dep_0.5.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-devtools/go/go-dep_0.5.0.bb b/meta/recipes-devtools/go/go-dep_0.5.0.bb deleted file mode 100644 index a4d631f8ea..0000000000 --- a/meta/recipes-devtools/go/go-dep_0.5.0.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "Dependency management tool for Golang" | ||
2 | HOMEPAGE = "https://github.com/golang/dep" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=1bad315647751fab0007812f70d42c0d" | ||
5 | |||
6 | GO_IMPORT = "github.com/golang/dep" | ||
7 | SRC_URI = "git://${GO_IMPORT} \ | ||
8 | file://0001-Add-support-for-mips-mips64.patch;patchdir=src/github.com/golang/dep \ | ||
9 | " | ||
10 | |||
11 | # Points to 0.5.0 tag | ||
12 | SRCREV = "224a564abe296670b692fe08bb63a3e4c4ad7978" | ||
13 | |||
14 | inherit go | ||
15 | |||
16 | GO_INSTALL = "${GO_IMPORT}/cmd/dep" | ||
17 | |||
18 | RDEPENDS_${PN}-dev += "bash" | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||
21 | |||
22 | # For compiling ptest on mips and mips64, the current go-dep version fails with the go 1.11 toolchain. | ||
23 | # error message: vet config not found | ||
24 | PTEST_ENABLED_mips = "0" | ||
25 | PTEST_ENABLED_mips64 = "0" | ||