]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: rename go.inc -> go-target.inc
authorMatt Madison <matt@madison.systems>
Tue, 12 Sep 2017 12:50:26 +0000 (09:50 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2017 22:51:37 +0000 (23:51 +0100)
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>
meta/recipes-devtools/go/go-target.inc [moved from meta/recipes-devtools/go/go.inc with 100% similarity]
meta/recipes-devtools/go/go_1.8.bb

index ef8bc143833afae9c37fb8554f0909944812465b..08ab793f8640b797a24e05592736cda6aa26477d 100644 (file)
@@ -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"