aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
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-4.5.inc
parentd89b0399bed53b1fe3189f2f19a2414121b95ec0 (diff)
downloadmeta-openembedded-contrib-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-4.5.inc')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index e214a4dc6a..662402c29e 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
PV = "4.5"
-INC_PR = "r39"
+PR = "r40"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made