]> code.ossystems Code Review - openembedded-core.git/commit
icecc: Use bb.utils.which instead of calling which
authorTobias Henkel <tobias.henkel@bmw-carit.de>
Fri, 15 Nov 2013 07:36:41 +0000 (08:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Nov 2013 14:02:55 +0000 (14:02 +0000)
commit7ed7aa38182ce8c7300a08e3aefcc65da2b524a8
treebef89b7e0fca50f08ca21db434d2ab30c42401be
parent2686b92bbab88cc777fdc0e4dded5aeabca7ac77
icecc: Use bb.utils.which instead of calling which

The icecc class often calls 'which' for determining paths. This leads
to many messages on stderr in case 'which' doesn't find the
executable. Using bb.utils.which is more appropriate here and doesn't
pollute stderr.

Signed-off-by: Tobias Henkel <tobias.henkel@bmw-carit.de>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/icecc.bbclass