mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
distro_check.py: Don't mix tabs and spaces
(From OE-Core rev: 6c8d1876f5a2d53fa89531e4a5f414d5d5da77be) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a76339827
commit
5a9745dd63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user