diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/devtool/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index fa6e1a34fd..c9d7ade9ff 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtool/__init__.py | |||
@@ -147,6 +147,8 @@ def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): | |||
147 | Check that a recipe is in the workspace and (optionally) that source | 147 | Check that a recipe is in the workspace and (optionally) that source |
148 | is present. | 148 | is present. |
149 | """ | 149 | """ |
150 | import bb.runqueue | ||
151 | _, pn = bb.runqueue.split_mc(pn) | ||
150 | 152 | ||
151 | workspacepn = pn | 153 | workspacepn = pn |
152 | 154 | ||