mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a0ce6ada45
commit
eae43f42b7
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
import ast
|
import ast
|
||||||
import re
|
import re
|
||||||
|
import oe.qa
|
||||||
from fnmatch import fnmatchcase as fnmatch
|
from fnmatch import fnmatchcase as fnmatch
|
||||||
|
|
||||||
def license_ok(license, dont_want_licenses):
|
def license_ok(license, dont_want_licenses):
|
||||||
|
|||||||
Reference in New Issue
Block a user