summaryrefslogtreecommitdiffstats
path: root/meta/classes/icecc.bbclass
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw-carit.de>2013-11-12 09:34:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-12 16:00:29 +0000
commitd283bfd96033cbf6e98f4c34d4c1ae4592686393 (patch)
tree884e861700ac085be0545af68ba55a7333f0e3d4 /meta/classes/icecc.bbclass
parentbe181972e4f65a0be2e97c27240824f45536fc91 (diff)
downloadpoky-d283bfd96033cbf6e98f4c34d4c1ae4592686393.tar.gz
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. (From OE-Core rev: bb1366cebb60593fc21fd7a9a678a159da8ec81c) Signed-off-by: Tobias Henkel <tobias.henkel@bmw-carit.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/icecc.bbclass')
-rw-r--r--meta/classes/icecc.bbclass6
1 files changed, 3 insertions, 3 deletions
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() {
258 set_icecc_env 258 set_icecc_env
259} 259}
260 260
261#do_install_prepend() { 261do_install_prepend() {
262# set_icecc_env 262 set_icecc_env
263#} 263}