diff options
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c5b6458d06..559fd45676 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -986,7 +986,7 @@ def modify(args, config, basepath, workspace): | |||
986 | '}\n') | 986 | '}\n') |
987 | if rd.getVarFlag('do_menuconfig','task'): | 987 | if rd.getVarFlag('do_menuconfig','task'): |
988 | f.write('\ndo_configure:append() {\n' | 988 | f.write('\ndo_configure:append() {\n' |
989 | ' if [ ${@ oe.types.boolean(\'${KCONFIG_CONFIG_ENABLE_MENUCONFIG}\') } = True ]; then\n' | 989 | ' if [ ${@oe.types.boolean(d.getVar("KCONFIG_CONFIG_ENABLE_MENUCONFIG"))} = True ]; then\n' |
990 | ' cp ${KCONFIG_CONFIG_ROOTDIR}/.config ${S}/.config.baseline\n' | 990 | ' cp ${KCONFIG_CONFIG_ROOTDIR}/.config ${S}/.config.baseline\n' |
991 | ' ln -sfT ${KCONFIG_CONFIG_ROOTDIR}/.config ${S}/.config.new\n' | 991 | ' ln -sfT ${KCONFIG_CONFIG_ROOTDIR}/.config ${S}/.config.new\n' |
992 | ' fi\n' | 992 | ' fi\n' |