diff options
| -rw-r--r-- | meta/classes/cml1.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass index d319d66ab2..fd087c2a14 100644 --- a/meta/classes/cml1.bbclass +++ b/meta/classes/cml1.bbclass | |||
| @@ -48,7 +48,7 @@ python do_menuconfig() { | |||
| 48 | # ensure that environment variables are overwritten with this tasks 'd' values | 48 | # ensure that environment variables are overwritten with this tasks 'd' values |
| 49 | d.appendVar("OE_TERMINAL_EXPORTS", " PKG_CONFIG_DIR PKG_CONFIG_PATH PKG_CONFIG_LIBDIR PKG_CONFIG_SYSROOT_DIR") | 49 | d.appendVar("OE_TERMINAL_EXPORTS", " PKG_CONFIG_DIR PKG_CONFIG_PATH PKG_CONFIG_LIBDIR PKG_CONFIG_SYSROOT_DIR") |
| 50 | 50 | ||
| 51 | oe_terminal("sh -c \"make %s; if [ \\$? -ne 0 ]; then echo 'Command failed.'; printf 'Press any key to continue... '; read r; fi\"" % d.getVar('KCONFIG_CONFIG_COMMAND'), | 51 | oe_terminal("sh -c 'make %s; if [ \\$? -ne 0 ]; then echo \"Command failed.\"; printf \"Press any key to continue... \"; read r; fi'" % d.getVar('KCONFIG_CONFIG_COMMAND'), |
| 52 | d.getVar('PN') + ' Configuration', d) | 52 | d.getVar('PN') + ' Configuration', d) |
| 53 | 53 | ||
| 54 | # FIXME this check can be removed when the minimum bitbake version has been bumped | 54 | # FIXME this check can be removed when the minimum bitbake version has been bumped |
