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): Check that a recipe is in the workspace and (optionally) that source is present. """ + import bb.runqueue + _, pn = bb.runqueue.split_mc(pn) workspacepn = pn