diff options
Diffstat (limited to 'scripts/lib/devtool/menuconfig.py')
| -rw-r--r-- | scripts/lib/devtool/menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/menuconfig.py b/scripts/lib/devtool/menuconfig.py index d87a01e7a9..18daef30c3 100644 --- a/scripts/lib/devtool/menuconfig.py +++ b/scripts/lib/devtool/menuconfig.py | |||
| @@ -45,7 +45,7 @@ def menuconfig(args, config, basepath, workspace): | |||
| 45 | return 1 | 45 | return 1 |
| 46 | 46 | ||
| 47 | check_workspace_recipe(workspace, args.component) | 47 | check_workspace_recipe(workspace, args.component) |
| 48 | pn = rd.getVar('PN', True) | 48 | pn = rd.getVar('PN') |
| 49 | 49 | ||
| 50 | if not rd.getVarFlag('do_menuconfig','task'): | 50 | if not rd.getVarFlag('do_menuconfig','task'): |
| 51 | raise DevtoolError("This recipe does not support menuconfig option") | 51 | raise DevtoolError("This recipe does not support menuconfig option") |
