[oe-commits] [openembedded-core] 01/38: go.bbclass: Remove unused override

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 20:44:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d55c8978e8364f142d6f196b608e7422ffd7e28f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Apr 11 21:39:50 2019 +0100

    go.bbclass: Remove unused override
    
    The x86 override means the i586 one isn't necessary.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/go.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index 78c2d68..7f5e8b9 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list