From c9bd2d7fc31265f751730fefa0ea3b38aea11a78 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 12 Aug 2011 01:09:58 -0400 Subject: [PATCH] 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 (From meta-openembedded rev: 1eaf2af7ee24e009dc48721b77f022c7404644a7) Signed-off-by: Denys Dmytriyenko Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index 662402c..aabc1cf 100644 --- a/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-openembedded/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 \ -- 2.7.4