diff options
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index 31f8eada11..5408e3f9fc 100644 --- a/meta/recipes-devtools/python/python3_3.5.6.bb +++ b/meta/recipes-devtools/python/python3_3.5.6.bb | |||
@@ -285,7 +285,7 @@ python(){ | |||
285 | for value in python_manifest[key]['files']: | 285 | for value in python_manifest[key]['files']: |
286 | d.appendVar('FILES_' + pypackage, ' ' + value) | 286 | d.appendVar('FILES_' + pypackage, ' ' + value) |
287 | 287 | ||
288 | # Add cached files | 288 | # Add cached files |
289 | if include_pycs == '1': | 289 | if include_pycs == '1': |
290 | for value in python_manifest[key]['cached']: | 290 | for value in python_manifest[key]['cached']: |
291 | d.appendVar('FILES_' + pypackage, ' ' + value) | 291 | d.appendVar('FILES_' + pypackage, ' ' + value) |