diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2024-11-26 16:14:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 00:07:30 +0000 |
| commit | eae43f42b78b50eeab59310e1f6388dcf04645d9 (patch) | |
| tree | b81a2700a6076fbdf5f90dbcb0a991408b0fd06c /meta/lib | |
| parent | a0ce6ada45e842d3872625112ff9fa57aa093e55 (diff) | |
| download | poky-eae43f42b78b50eeab59310e1f6388dcf04645d9.tar.gz | |
lib: oe: license: Add missing import
The code in this file uses oe.qa, but it was not imported resulting an
an exception when a license error was detected
(From OE-Core rev: e44cb7c5b7281d614ed51fdec06dad0a7211528a)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oe/license.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py index 32c77fa204..6f882c3812 100644 --- a/meta/lib/oe/license.py +++ b/meta/lib/oe/license.py | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | import ast | 8 | import ast |
| 9 | import re | 9 | import re |
| 10 | import oe.qa | ||
| 10 | from fnmatch import fnmatchcase as fnmatch | 11 | from fnmatch import fnmatchcase as fnmatch |
| 11 | 12 | ||
| 12 | def license_ok(license, dont_want_licenses): | 13 | def license_ok(license, dont_want_licenses): |
