]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-scripts.bbclass: unset command_not_found_handle
authorFang Jia <fang.jia@windriver.com>
Mon, 30 Nov 2015 08:50:34 +0000 (16:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Dec 2015 10:20:06 +0000 (10:20 +0000)
commit473ccbebb426df757adb8955eaa5e191d88180d1
tree3f9e806380c0792f30581bbb52d225fb0ebaebab
parentf7062f54c2ad601d9838d13bfe7933be92a63214
toolchain-scripts.bbclass: unset command_not_found_handle

On Ubuntu-system, When sourcing the env.sh from an exported sdk, and
running a bogus linux command (for example "asd"), a core dump of
python is usually generated.

Unset the command_not_found_handle to fix it.

Signed-off-by: Fang Jia <fang.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/toolchain-scripts.bbclass