diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-02 19:17:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:38:57 +0000 |
commit | b325e46059efe6974abf01131dca3f2094a6bf90 (patch) | |
tree | 115e55209ba7d99e7669f97a9e8f094023c503c7 | |
parent | 26d07f2a5bef42a113c9c81f2b5701b4f3d10d47 (diff) | |
download | openembedded-core-contrib-b325e46059efe6974abf01131dca3f2094a6bf90.tar.gz |
classes/icecc: fix typos in header comments
Looking at the code, it should be ICECC_USER_PACKAGE_BL and not
ICECC_PACKAGE_BL here, and also fix "localy" -> "locally".
Thanks to Scott Rifenbark for pointing this out.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 ef8761a93b9..d7407d2ed52 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -20,7 +20,7 @@ #(NOTE that this is a modified version of the script need it and *not the one that comes with icecc* # #User can specify if specific packages or packages belonging to class should not use icecc to distribute -#compile jobs to remote machines, but handled localy, by defining ICECC_USER_CLASS_BL and ICECC_PACKAGE_BL +#compile jobs to remote machines, but handled locally, by defining ICECC_USER_CLASS_BL and ICECC_USER_PACKAGE_BL #with the appropriate values in local.conf. In addition the user can force to enable icecc for packages #which set an empty PARALLEL_MAKE variable by defining ICECC_USER_PACKAGE_WL. ######################################################################################### |