diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-18 18:31:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-20 22:40:16 +0100 |
commit | faae1a1e8847ff17ca140705d8bad42b0dad3040 (patch) | |
tree | 711393eae9790a2806b97b6d2803a48aa293706f /meta/recipes-devtools/go/go-native_1.10.bb | |
parent | 4ad151a53ddb5fdce56d5c8185a49d3433788b2c (diff) | |
download | poky-faae1a1e8847ff17ca140705d8bad42b0dad3040.tar.gz |
go: Upgrade to 1.11.1
Drop 1.10 recipes in favor of 1.11
we have had reports of 1.10 not being quite
functional wth OE
(From OE-Core rev: 1cf3aee0ba0fb0c2e8b82f403384a1928a9b03f4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-native_1.10.bb')
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.10.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-native_1.10.bb b/meta/recipes-devtools/go/go-native_1.10.bb deleted file mode 100644 index bbf3c0dd73..0000000000 --- a/meta/recipes-devtools/go/go-native_1.10.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require ${PN}.inc | ||
2 | require go-${PV}.inc | ||