summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2017-09-22 17:58:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-26 11:05:00 +0100
commit58551a0b5398938c896c99adee2b33e0c4b72ff9 (patch)
treef0ca05aa9ab60138bb990ee2157f251b84cc03b2 /meta
parentaf1ee398b3dcedaa9b555391a0768d7b9ca419e3 (diff)
downloadpoky-58551a0b5398938c896c99adee2b33e0c4b72ff9.tar.gz
go_1.9: remove obsolete overrides
Now that mips and security flags fixes are in place in the bbclasses, remove the local settings in this recipe. (From OE-Core rev: 8a6b6c76dfc73aa6690f09dc2e0c16b81155f2d6) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/go/go_1.9.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go_1.9.bb b/meta/recipes-devtools/go/go_1.9.bb
index 08ab793f86..c67e2cb050 100644
--- a/meta/recipes-devtools/go/go_1.9.bb
+++ b/meta/recipes-devtools/go/go_1.9.bb
@@ -1,4 +1,2 @@
1require go-${PV}.inc 1require go-${PV}.inc
2require go-target.inc 2require go-target.inc
3TUNE_CCARGS_remove = "-march=mips32r2"
4SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"