diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 06cfe260ac..b8f61f3955 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -390,6 +390,7 @@ python () { | |||
390 | bb.fatal('This recipe does not have the LICENSE field set (%s)' % pn) | 390 | bb.fatal('This recipe does not have the LICENSE field set (%s)' % pn) |
391 | 391 | ||
392 | if bb.data.inherits_class('license', d): | 392 | if bb.data.inherits_class('license', d): |
393 | check_license_format(d) | ||
393 | unmatched_license_flag = check_license_flags(d) | 394 | unmatched_license_flag = check_license_flags(d) |
394 | if unmatched_license_flag: | 395 | if unmatched_license_flag: |
395 | bb.debug(1, "Skipping %s because it has a restricted license not" | 396 | bb.debug(1, "Skipping %s because it has a restricted license not" |