[oe-commits] Tobias Henkel : icecc: Enable icecc also for install step

git at git.openembedded.org git at git.openembedded.org
Tue Nov 12 16:09:27 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bb1366cebb60593fc21fd7a9a678a159da8ec81c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb1366cebb60593fc21fd7a9a678a159da8ec81c

Author: Tobias Henkel <tobias.henkel at bmw-carit.de>
Date:   Tue Nov 12 09:34:00 2013 +0100

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 <tobias.henkel at bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 2032282..8655883 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
+}



More information about the Openembedded-commits mailing list