diff options
author | Tobias Henkel <tobias.henkel@bmw-carit.de> | 2013-11-12 09:34:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:29 +0000 |
commit | d283bfd96033cbf6e98f4c34d4c1ae4592686393 (patch) | |
tree | 884e861700ac085be0545af68ba55a7333f0e3d4 /meta/classes/icecc.bbclass | |
parent | be181972e4f65a0be2e97c27240824f45536fc91 (diff) | |
download | poky-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.bbclass | 6 |
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() { | 261 | do_install_prepend() { |
262 | # set_icecc_env | 262 | set_icecc_env |
263 | #} | 263 | } |