summaryrefslogtreecommitdiffstats
path: root/meta/classes/go.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-11 21:39:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 09:27:47 +0100
commit1658bf2dbdfe1a5b38efcc03359c9937506c120c (patch)
treee39f8ec06ba7187a63cee0f3602dfdf47372a7ab /meta/classes/go.bbclass
parent49720e6d680d0041850c00ce6dc859d557825595 (diff)
downloadopenembedded-core-1658bf2dbdfe1a5b38efcc03359c9937506c120c.tar.gz
go.bbclass: Remove unused override
The x86 override means the i586 one isn't necessary. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/go.bbclass')
-rw-r--r--meta/classes/go.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index 78c2d6880f..7f5e8b99bf 100644
--- a/meta/classes/go.bbclass
+++ b/meta/classes/go.bbclass
@@ -20,8 +20,6 @@ GOARM_arm_class-target[export] = "1"
GO386[export] = "0"
GO386_x86_class-target = "${TARGET_GO386}"
GO386_x86_class-target[export] = "1"
-GO386_i586_class-target = "${TARGET_GO386}"
-GO386_i586_class-target[export] = "1"
GOMIPS[export] = "0"
GOMIPS_mips_class-target = "${TARGET_GOMIPS}"