mirror of
https://git.yoctoproject.org/poky
synced 2026-06-15 22:53:47 +02:00
classes: Remove tab indentations in python code
Use 4 spaces to replace a tab. (From OE-Core rev: 55eaf8779170b9396e94dc4a44667824c4f36363) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3518cdde5b
commit
00379e9589
@@ -309,7 +309,7 @@ def incompatible_license(d, dont_want_licenses, package=None):
|
||||
except oe.license.LicenseError as exc:
|
||||
bb.fatal('%s: %s' % (d.getVar('P'), exc))
|
||||
return any(not oe.license.license_ok(canonical_license(d, l), \
|
||||
dont_want_licenses) for l in licenses)
|
||||
dont_want_licenses) for l in licenses)
|
||||
|
||||
def check_license_flags(d):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user