[oe-commits] Denys Dmytriyenko : gcc: append PR to S to match oe-core and fix do_headerfix

git version control git at git.openembedded.org
Fri Aug 12 06:12:52 UTC 2011


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Aug 12 01:09:58 2011 -0400

gcc: append PR to S to match oe-core and fix do_headerfix

This fixes the gcc-cross-inital failure, as reported here:
http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/gcc/gcc-4.5.inc |    2 +-
 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 662402c..aabc1cf 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -232,7 +232,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
 FORTRAN = ""
 JAVA = ""
 
-S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}"
+S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"
 B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
 
 #EXTRA_OECONF_BASE = "  --enable-cheaders=c_std \





More information about the Openembedded-commits mailing list