diff options
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r-- | meta/classes/license.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 03e413b3b8..a2721ab0af 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -143,8 +143,6 @@ python do_populate_lic() { | |||
143 | """ | 143 | """ |
144 | Populate LICENSE_DIRECTORY with licenses. | 144 | Populate LICENSE_DIRECTORY with licenses. |
145 | """ | 145 | """ |
146 | import os | ||
147 | import bb | ||
148 | import shutil | 146 | import shutil |
149 | import oe.license | 147 | import oe.license |
150 | 148 | ||