diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index ef8761a93b..d7407d2ed5 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -20,7 +20,7 @@ | |||
20 | #(NOTE that this is a modified version of the script need it and *not the one that comes with icecc* | 20 | #(NOTE that this is a modified version of the script need it and *not the one that comes with icecc* |
21 | # | 21 | # |
22 | #User can specify if specific packages or packages belonging to class should not use icecc to distribute | 22 | #User can specify if specific packages or packages belonging to class should not use icecc to distribute |
23 | #compile jobs to remote machines, but handled localy, by defining ICECC_USER_CLASS_BL and ICECC_PACKAGE_BL | 23 | #compile jobs to remote machines, but handled locally, by defining ICECC_USER_CLASS_BL and ICECC_USER_PACKAGE_BL |
24 | #with the appropriate values in local.conf. In addition the user can force to enable icecc for packages | 24 | #with the appropriate values in local.conf. In addition the user can force to enable icecc for packages |
25 | #which set an empty PARALLEL_MAKE variable by defining ICECC_USER_PACKAGE_WL. | 25 | #which set an empty PARALLEL_MAKE variable by defining ICECC_USER_PACKAGE_WL. |
26 | ######################################################################################### | 26 | ######################################################################################### |