]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Fix intermittent failures during configure
authorMark Hatle <mark.hatle@windriver.com>
Fri, 7 Nov 2014 19:21:57 +0000 (13:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:15 +0000 (10:17 +0000)
commitcb7548feaeb07eca4855223ff2fa6676882b6424
tree64ad7c20f99bb543b5e3329f799dd2b1f4d46d8b
parent326590db7067660af6c896a130c793cd1b55f650
gcc: Fix intermittent failures during configure

If configure or any of the components it uses from the shared work directory
change, do_configure may fail.

An existing do_preconfigure was created to handle these conditions, but
a 'sed' operation was missed, and a call to gnu-configize was also missed.

(From OE-Core rev: 21c2cfff14442cf224e3568bdbb9bcd4070be247)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-cross.inc