[OE-core] [PATCH v8 08/13] go: rename go.inc -> go-target.inc
Otavio Salvador
otavio at ossystems.com.br
Tue Sep 12 12:50:26 UTC 2017
From: Matt Madison <matt at madison.systems>
to make it clearer that it is only used for building
the toolchain for the target.
Signed-off-by: Matt Madison <matt at madison.systems>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v8: None
Changes in v7: None
Changes in v6:
- new patch
meta/recipes-devtools/go/{go.inc => go-target.inc} | 0
meta/recipes-devtools/go/go_1.8.bb | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/go/{go.inc => go-target.inc} (100%)
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go-target.inc
similarity index 100%
rename from meta/recipes-devtools/go/go.inc
rename to 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"
--
2.14.1
More information about the Openembedded-core
mailing list