diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-11-23 19:04:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | fec5323dba7e23a42073995020c7336f3e6a7de1 (patch) | |
tree | ea3788c90c0d1dcd2993d1a855cc590455ab5f56 /meta/recipes-devtools/python | |
parent | 00379e95894de195788b80b7dec9ba5dfe3ad1bd (diff) | |
download | poky-fec5323dba7e23a42073995020c7336f3e6a7de1.tar.gz |
recipes: Remove tab indentations in python code
Use 4 spaces to replace a tab.
(From OE-Core rev: cbb6743d46752481782789fa1a0dfade11057114)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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) |