]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/icecc: fix typos in header comments
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 2 Dec 2013 19:17:48 +0000 (19:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2013 12:38:57 +0000 (12:38 +0000)
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>
meta/classes/icecc.bbclass

index ef8761a93b9184b62ec74f3ea12c3787b935b634..d7407d2ed52b8d1909e5de39cf799e64718853a2 100644 (file)
@@ -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.
 #########################################################################################