]> code.ossystems Code Review - openembedded-core.git/commit
gcc-source.inc: set PATH for gnu-configize, not for cd
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 26 May 2015 23:04:31 +0000 (16:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 May 2015 16:46:23 +0000 (17:46 +0100)
commit4321fce801daea50baaaae9ed6a141c6e7712834
treeb9db5a6082714a63bbb274a58c8d17e9684e2271
parent1d9e6ef173bea8181fabc6abf0dbb53990b15fd8
gcc-source.inc: set PATH for gnu-configize, not for cd

Setting OE's PATH for the 'cd' command has no real effect.

In the normal case it has no effect for the gnu-configize command
either (since OE's PATH is already set in the context which runs
do_preconfigure) but it may be useful when manually re-running a
failed gnu-configize commandline copied from an error log, etc.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-source.inc