diff options
author | Giuseppe CONDORELLI <giuseppe.condorelli@st.com> | 2013-01-04 15:03:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 14:30:51 +0000 |
commit | b94fd21bbf03dd3b856fd2ddf0653e6c07f588fa (patch) | |
tree | 28d8ebff4bc4b9092ff4acb19b03ac1947036d5b /meta/recipes-devtools | |
parent | c7041c713f7efa367891e5707c358fa16b5ce119 (diff) | |
download | poky-b94fd21bbf03dd3b856fd2ddf0653e6c07f588fa.tar.gz |
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 <giuseppe.condorelli@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
18 | 18 | ||
19 | BINV = "4.7.2" | 19 | BINV = "4.7.2" |
20 | 20 | ||
21 | FILESPATH = "${FILE_DIRNAME}/gcc-4.7" | 21 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" |
22 | 22 | ||
23 | DEPENDS =+ "mpfr gmp libmpc" | 23 | DEPENDS =+ "mpfr gmp libmpc" |
24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |