From: Matt Madison <[email protected]> to make it clearer that it is only used for building the toolchain for the target.
Signed-off-by: Matt Madison <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
