From 780aa334f8614c80ce5b9cb77b0cea2fcd482614 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Tue, 12 Sep 2017 09:50:26 -0300 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- 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.40.1