package: Correct two typos in a comment

This quite coincidentally invalidates the sstate for do_package which
is needed due to the correction of oe.utils.multiprocess_exec().

(From OE-Core rev: 9972f0686794a01582fd1a15889dcbd89bc5cf72)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2014-08-28 17:11:04 +02:00 committed by Richard Purdie
parent 3b47aa11c2
commit 9f36a3c445
1 changed files with 3 additions and 3 deletions

View File

@ -1930,9 +1930,9 @@ python do_package () {
# Optimisations
###########################################################################
# Contunually rexpanding complex expressions is inefficient, particularly when
# we write to the datastore and invalidate the expansion cache. This code
# pre-expands some frequently used variables
# Continually expanding complex expressions is inefficient, particularly
# when we write to the datastore and invalidate the expansion cache. This
# code pre-expands some frequently used variables
def expandVar(x, d):
d.setVar(x, d.getVar(x, True))