diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/recipetool/create_npm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool/create_npm.py index 07fcf4d883..6252e915b5 100644 --- a/scripts/lib/recipetool/create_npm.py +++ b/scripts/lib/recipetool/create_npm.py | |||
@@ -166,7 +166,7 @@ class NpmRecipeHandler(RecipeHandler): | |||
166 | 166 | ||
167 | def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): | 167 | def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): |
168 | import bb.utils | 168 | import bb.utils |
169 | import oe | 169 | import oe.package |
170 | from collections import OrderedDict | 170 | from collections import OrderedDict |
171 | 171 | ||
172 | if 'buildsystem' in handled: | 172 | if 'buildsystem' in handled: |