[OE-core] [PATCH] distro_check.py: Don't mix tabs and spaces

Jussi Kukkonen jussi.kukkonen at intel.com
Tue May 31 07:17:20 UTC 2016


Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---

This is needed by python3, applies to both master and python3 branches.


 meta/lib/oe/distro_check.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py
index 8655a6f..3d4a59b 100644
--- a/meta/lib/oe/distro_check.py
+++ b/meta/lib/oe/distro_check.py
@@ -357,8 +357,8 @@ def compare_in_distro_packages_list(distro_check_dir, d):
 
     
     if tmp != None:
-	list = tmp.split(' ')
-	for item in list:
+        list = tmp.split(' ')
+        for item in list:
             matching_distros.append(item)
     bb.note("Matching: %s" % matching_distros)
     return matching_distros
-- 
2.1.4




More information about the Openembedded-core mailing list