diff options
author | Matt Madison <matt@madison.systems> | 2017-09-12 09:50:26 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-12 23:51:37 +0100 |
commit | 780aa334f8614c80ce5b9cb77b0cea2fcd482614 (patch) | |
tree | d973a47ff62118bf9cce974149874ffe9f5b6fdd | |
parent | 088528021d6979a8e2d6bc33d63a166e300cfde4 (diff) | |
download | openembedded-core-780aa334f8614c80ce5b9cb77b0cea2fcd482614.tar.gz openembedded-core-780aa334f8614c80ce5b9cb77b0cea2fcd482614.tar.bz2 openembedded-core-780aa334f8614c80ce5b9cb77b0cea2fcd482614.zip |
go: rename go.inc -> go-target.inc
to make it clearer that it is only used for building
the toolchain for the target.
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/go/go-target.inc (renamed from meta/recipes-devtools/go/go.inc) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.8.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go-target.inc index 5984a60c28..5984a60c28 100644 --- a/meta/recipes-devtools/go/go.inc +++ b/meta/recipes-devtools/go/go-target.inc diff --git a/meta/recipes-devtools/go/go_1.8.bb b/meta/recipes-devtools/go/go_1.8.bb index ef8bc14383..08ab793f86 100644 --- a/meta/recipes-devtools/go/go_1.8.bb +++ b/meta/recipes-devtools/go/go_1.8.bb @@ -1,4 +1,4 @@ require go-${PV}.inc -require go.inc +require go-target.inc TUNE_CCARGS_remove = "-march=mips32r2" SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" |