From patchwork Fri Aug 12 05:17:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] gcc: append PR to S to match oe-core and fix do_headerfix Date: Fri, 12 Aug 2011 05:17:52 -0000 From: Denys Dmytriyenko X-Patchwork-Id: 9695 Message-Id: <1313126272-32091-1-git-send-email-denis@denix.org> To: openembedded-devel@lists.openembedded.org Cc: Denys Dmytriyenko From: Denys Dmytriyenko 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 --- 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 \