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 95384c5333..ff9227035d 100644 --- a/scripts/lib/devtool/menuconfig.py +++ b/scripts/lib/devtool/menuconfig.py | |||
| @@ -43,7 +43,7 @@ def menuconfig(args, config, basepath, workspace): | |||
| 43 | return 1 | 43 | return 1 |
| 44 | 44 | ||
| 45 | check_workspace_recipe(workspace, args.component) | 45 | check_workspace_recipe(workspace, args.component) |
| 46 | pn = rd.getVar('PN', True) | 46 | pn = rd.getVar('PN') |
| 47 | 47 | ||
| 48 | if not rd.getVarFlag('do_menuconfig','task'): | 48 | if not rd.getVarFlag('do_menuconfig','task'): |
| 49 | raise DevtoolError("This recipe does not support menuconfig option") | 49 | raise DevtoolError("This recipe does not support menuconfig option") |
