aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.6.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-11-23 18:10:11 +0800
committerRobert Yang <liezhi.yang@windriver.com>2018-11-23 19:03:04 +0800
commit2eeddc7de335c80ca803d8acb55cd6916a4fe1ad (patch)
tree664e2188385c99aaeca548c8aec0883bc6e4497b /meta/recipes-devtools/python/python3_3.5.6.bb
parente1d7cec8b84c7e3399cc651bce2909d0fe455c59 (diff)
downloadopenembedded-core-contrib-rbt/py.tar.gz
recipes: Remove tab indentations in python coderbt/py
Use 4 spaces to replace a tab. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.6.bb2
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(){
for value in python_manifest[key]['files']:
d.appendVar('FILES_' + pypackage, ' ' + value)
- # Add cached files
+ # Add cached files
if include_pycs == '1':
for value in python_manifest[key]['cached']:
d.appendVar('FILES_' + pypackage, ' ' + value)