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:55:29 +0100 |
| commit | 242318fa2879c11d7b727eeada2e84087a0cecbc (patch) | |
| tree | 9fe158e9575e75c923cf4aaac6b50d28b18a3730 /meta/recipes-devtools | |
| parent | 4c6ce2b64763e0f586f198c03644befa55017396 (diff) | |
| download | poky-242318fa2879c11d7b727eeada2e84087a0cecbc.tar.gz | |
go: rename go.inc -> go-target.inc
to make it clearer that it is only used for building
the toolchain for the target.
(From OE-Core rev: 780aa334f8614c80ce5b9cb77b0cea2fcd482614)
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>
Diffstat (limited to 'meta/recipes-devtools')
| -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 @@ | |||
| 1 | require go-${PV}.inc | 1 | require go-${PV}.inc |
| 2 | require go.inc | 2 | require go-target.inc |
| 3 | TUNE_CCARGS_remove = "-march=mips32r2" | 3 | TUNE_CCARGS_remove = "-march=mips32r2" |
| 4 | SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" | 4 | SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" |
