diff options
Diffstat (limited to 'meta/lib/oe')
-rw-r--r-- | meta/lib/oe/distro_check.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py index 746e242f5d..f1f1fbbb28 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): | |||
357 | 357 | ||
358 | 358 | ||
359 | if tmp != None: | 359 | if tmp != None: |
360 | list = tmp.split(' ') | 360 | list = tmp.split(' ') |
361 | for item in list: | 361 | for item in list: |
362 | matching_distros.append(item) | 362 | matching_distros.append(item) |
363 | bb.note("Matching: %s" % matching_distros) | 363 | bb.note("Matching: %s" % matching_distros) |
364 | return matching_distros | 364 | return matching_distros |