From: Tobias Henkel <[email protected]> Some packages are calling the compiler in the install step. In this case either the build breaks or icecc is not used for building. The proper environment has to be set to enable icecc based building.
Signed-off-by: Tobias Henkel <[email protected]> --- meta/classes/icecc.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 99749d3..debc05d 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -258,6 +258,6 @@ do_compile_kernelmodules_prepend() { set_icecc_env } -#do_install_prepend() { -# set_icecc_env -#} +do_install_prepend() { + set_icecc_env +} -- 1.8.3.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
