diff options
Diffstat (limited to 'meta/classes-global/license.bbclass')
-rw-r--r-- | meta/classes-global/license.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-global/license.bbclass b/meta/classes-global/license.bbclass index 94dcc7f331..af5f1ed41d 100644 --- a/meta/classes-global/license.bbclass +++ b/meta/classes-global/license.bbclass | |||
@@ -44,7 +44,6 @@ python do_populate_lic() { | |||
44 | oe.qa.exit_if_errors(d) | 44 | oe.qa.exit_if_errors(d) |
45 | } | 45 | } |
46 | 46 | ||
47 | PSEUDO_IGNORE_PATHS .= ",${@','.join(((d.getVar('COMMON_LICENSE_DIR') or '') + ' ' + (d.getVar('LICENSE_PATH') or '') + ' ' + d.getVar('COREBASE') + '/meta/COPYING').split())}" | ||
48 | # it would be better to copy them in do_install:append, but find_license_files is python | 47 | # it would be better to copy them in do_install:append, but find_license_files is python |
49 | python perform_packagecopy:prepend () { | 48 | python perform_packagecopy:prepend () { |
50 | enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d) | 49 | enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d) |