summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-09 20:05:48 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-10 13:15:13 +0200
commitba454ab1804af1f6771f58f9d46a1837879b29fc (patch)
tree1052fab353ec890834644aa23ab0977837d6fa3f /meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb
parentd89b0399bed53b1fe3189f2f19a2414121b95ec0 (diff)
downloadmeta-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_4.5.bb')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb b/meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb
index 0f810b71a..fde78981f 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb
+++ b/meta-oe/recipes-devtools/gcc/gcc-cross_4.5.bb
@@ -1,4 +1,3 @@
1PR = "${INC_PR}.2"
2 1
3require recipes-devtools/gcc/gcc-${PV}.inc 2require recipes-devtools/gcc/gcc-${PV}.inc
4require recipes-devtools/gcc/gcc-cross4.inc 3require recipes-devtools/gcc/gcc-cross4.inc