From: Matt Madison Date: Tue, 12 Sep 2017 12:50:26 +0000 (-0300) Subject: go: rename go.inc -> go-target.inc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=780aa334f8614c80ce5b9cb77b0cea2fcd482614;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 ef8bc143833..08ab793f864 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"