diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2018-11-23 19:04:52 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:42 +0000 |
| commit | 38887e6c1a649d16f5666a4ffe4ab2b90ee94741 (patch) | |
| tree | e1695f539875731e2a2660f34575dc29140ceed6 /meta/recipes-devtools | |
| parent | bc246384a10c6a0a2ec7a2dc3503361c1975394f (diff) | |
| download | poky-38887e6c1a649d16f5666a4ffe4ab2b90ee94741.tar.gz | |
recipes: Remove tab indentations in python code
Use 4 spaces to replace a tab.
(From OE-Core rev: cbb6743d46752481782789fa1a0dfade11057114)
(From OE-Core rev: 42ebdc7253c3a319d671a7f924603d85a22bbb4e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -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) |
