diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-09 20:05:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-10 13:15:13 +0200 |
commit | ba454ab1804af1f6771f58f9d46a1837879b29fc (patch) | |
tree | 1052fab353ec890834644aa23ab0977837d6fa3f /meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb | |
parent | d89b0399bed53b1fe3189f2f19a2414121b95ec0 (diff) | |
download | meta-openembedded-ba454ab1804af1f6771f58f9d46a1837879b29fc.tar.gz |
gcc: Various fixups to ensure consistent gcc builds
(ported from oe-core for consistency)
We ensure that:
* the shared work directory contains PR and ensure PR values are consistent across gcc builds
* the regexp to handle library directories is in a specific task and run once
This avoids breakage that was seen in incremental builds after commit
be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could
become corrupted. This was due to the sed expression corrupting
the source directory.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb b/meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb index 3e67036bf..65ed3b4ba 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb +++ b/meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.5.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | require recipes-devtools/gcc/gcc-cross_${PV}.bb | 1 | require recipes-devtools/gcc/gcc-cross_${PV}.bb |
2 | require recipes-devtools/gcc/gcc-cross-initial.inc | 2 | require recipes-devtools/gcc/gcc-cross-initial.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.0" | ||
5 | 4 | ||