From: Tobias Henkel Date: Tue, 12 Nov 2013 08:34:00 +0000 (+0100) Subject: icecc: Enable icecc also for install step X-Git-Tag: 2015-4~4637 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb1366cebb60593fc21fd7a9a678a159da8ec81c;p=openembedded-core.git icecc: Enable icecc also for install step 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 2032282463..8655883d8a 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 +}