[oe-commits] Koen Kooi : gcc 4.5: update to work with shared-work

git version control git at git.openembedded.org
Fri Jul 1 09:34:26 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 8a917caaa5506fa0f875202243658a1c2fe60c40
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8a917caaa5506fa0f875202243658a1c2fe60c40

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jul  1 11:10:33 2011 +0200

gcc 4.5: update to work with shared-work

http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/gcc/gcc-4.5.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index 774ee51..30a9692 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 = "r37"
+INC_PR = "r38"
 
 # 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
@@ -222,7 +222,8 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
 FORTRAN = ""
 JAVA = ""
 
-S = "${WORKDIR}/${BRANCH}"
+S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}"
+B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
 
 #EXTRA_OECONF_BASE = "  --enable-cheaders=c_std \
 #			--enable-libssp \





More information about the Openembedded-commits mailing list