mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c7041c713f
commit
b94fd21bbf
@@ -18,7 +18,7 @@ PV = "4.7.2"
|
|||||||
|
|
||||||
BINV = "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"
|
DEPENDS =+ "mpfr gmp libmpc"
|
||||||
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
|
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
|
||||||
|
|||||||
Reference in New Issue
Block a user