[OE-core] [PATCH 6/9] icecc: Enable icecc also for install step

Tobias Henkel tobias.henkel at oss.bmw-carit.de
Tue Nov 12 08:34:00 UTC 2013


From: Tobias Henkel <tobias.henkel at bmw-carit.de>

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 <tobias.henkel at bmw-carit.de>
---
 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




More information about the Openembedded-core mailing list