From 1cf3aee0ba0fb0c2e8b82f403384a1928a9b03f4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Oct 2018 18:31:47 -0700 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-runtime_1.11.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-devtools/go/go-runtime_1.11.bb (limited to 'meta/recipes-devtools/go/go-runtime_1.11.bb') diff --git a/meta/recipes-devtools/go/go-runtime_1.11.bb b/meta/recipes-devtools/go/go-runtime_1.11.bb new file mode 100644 index 0000000000..43b68b4e46 --- /dev/null +++ b/meta/recipes-devtools/go/go-runtime_1.11.bb @@ -0,0 +1,2 @@ +require go-${PV}.inc +require go-runtime.inc -- cgit 1.2.3-korg