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

git at git.openembedded.org git at git.openembedded.org
Tue Nov 12 10:51:27 UTC 2013


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

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 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
+}



More information about the Openembedded-commits mailing list