diff options
Diffstat (limited to 'meta')
| -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): |
