diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 0ff5370587..a877d28293 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -1930,9 +1930,9 @@ python do_package () { | |||
1930 | # Optimisations | 1930 | # Optimisations |
1931 | ########################################################################### | 1931 | ########################################################################### |
1932 | 1932 | ||
1933 | # Contunually rexpanding complex expressions is inefficient, particularly when | 1933 | # Continually expanding complex expressions is inefficient, particularly |
1934 | # we write to the datastore and invalidate the expansion cache. This code | 1934 | # when we write to the datastore and invalidate the expansion cache. This |
1935 | # pre-expands some frequently used variables | 1935 | # code pre-expands some frequently used variables |
1936 | 1936 | ||
1937 | def expandVar(x, d): | 1937 | def expandVar(x, d): |
1938 | d.setVar(x, d.getVar(x, True)) | 1938 | d.setVar(x, d.getVar(x, True)) |