summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-11-23 19:04:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-08 20:14:42 +0000
commitbc246384a10c6a0a2ec7a2dc3503361c1975394f (patch)
treefa98278b579147f8d7d7a7a758fe2833c4ead4c7 /meta/classes/license.bbclass
parent1dc65214c82e8ad2bfb4f22906f943fd474c71a1 (diff)
downloadpoky-bc246384a10c6a0a2ec7a2dc3503361c1975394f.tar.gz
classes: Remove tab indentations in python code
Use 4 spaces to replace a tab. (From OE-Core rev: 55eaf8779170b9396e94dc4a44667824c4f36363) (From OE-Core rev: dadd66706515ada3fab50779bfb75be8e776c975) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r--meta/classes/license.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 4cf7f074fc..aec6999d9d 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -309,7 +309,7 @@ def incompatible_license(d, dont_want_licenses, package=None):
309 except oe.license.LicenseError as exc: 309 except oe.license.LicenseError as exc:
310 bb.fatal('%s: %s' % (d.getVar('P'), exc)) 310 bb.fatal('%s: %s' % (d.getVar('P'), exc))
311 return any(not oe.license.license_ok(canonical_license(d, l), \ 311 return any(not oe.license.license_ok(canonical_license(d, l), \
312 dont_want_licenses) for l in licenses) 312 dont_want_licenses) for l in licenses)
313 313
314def check_license_flags(d): 314def check_license_flags(d):
315 """ 315 """