[OE-core] [PATCH 1/2] ptest.bbclass: fix error on ubuntu host

2013-09-05 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The do_install_ptest_base function uses 'type -t' command to check whether do_install_ptest is a function and acts correspondingly. However, the 'type' command is a shell builtin and its behavior is not all the same across Linux distros. On ubuntu, if we use

Re: [OE-core] [PATCH 1/2] ptest.bbclass: fix error on ubuntu host

2013-09-05 Thread ChenQi
Just noticed the do_configure_ptest_base and do_compile_ptest_base also have this problem. I'll send out a new patchset. //Chen Qi On 09/05/2013 08:49 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com The do_install_ptest_base function uses 'type -t' command to check