]> code.ossystems Code Review - openembedded-core.git/commit
kernel: remove explicit bash call in do_menuconfig
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 1 Mar 2011 21:11:12 +0000 (16:11 -0500)
committerSaul Wold <sgw@linux.intel.com>
Wed, 2 Mar 2011 17:48:53 +0000 (09:48 -0800)
commitb909f12a92c86fd2fe9348eeec455e2c9ef71f1a
tree701a68bd50a05b5dac60d02d8ed39f553c1599cc
parentb830c5b4c5488eee4b31094db32f5cf0cd95ad30
kernel: remove explicit bash call in do_menuconfig

Fixes [BUGID #598]

The explicit addition of "bash" before "make menuconfig"
is clearing variables that are required for pseudo. The
end result is that menuconfig often fails silently with:

ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.

Removing bash from the menuconfig SHELLCMDS variable fixes
the psudo problem.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel.bbclass