From b94fd21bbf03dd3b856fd2ddf0653e6c07f588fa Mon Sep 17 00:00:00 2001 From: Giuseppe CONDORELLI Date: Fri, 4 Jan 2013 15:03:45 +0100 Subject: gcc: restore FILESPATH restore FILESPATH to previous setting because the new one doesn't allow the normal use of FILESEXTRAPATHS_prepend in the case of append recipe. In the current implementation, in fact, the FILESPATH is statically set into the gcc-4.7.inc and so the base_set_filespath is not invoked to manage extrapaths. (From OE-Core rev: acdec40f31ecd2eecf8c173b632b8fb01ca59b3d) Signed-off-by: Giuseppe Condorelli Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.7.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc') diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 2cfbf99d56..378caf0908 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -18,7 +18,7 @@ PV = "4.7.2" BINV = "4.7.2" -FILESPATH = "${FILE_DIRNAME}/gcc-4.7" +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" DEPENDS =+ "mpfr gmp libmpc" NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" -- cgit v1.2.3-54-g00ecf