]> code.ossystems Code Review - openembedded-core.git/commit
gcc: restore FILESPATH
authorGiuseppe CONDORELLI <giuseppe.condorelli@st.com>
Fri, 4 Jan 2013 14:03:45 +0000 (15:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 14:30:47 +0000 (14:30 +0000)
commitacdec40f31ecd2eecf8c173b632b8fb01ca59b3d
tree68f539b077fd24e4996fb89da76e37faf19536fa
parente8150e3941a471bf7e6d375595c15d54b809b15c
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.

Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.7.inc