On Fri, Aug 12, 2011 at 01:17:52AM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <[email protected]> > > This fixes the gcc-cross-inital failure, as reported here: > http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150
BTW, one of the Linaro patches fails because the file got previously updated by do_headerfix(), which runs before do_patch(). A little manual intervention is currently required through TERMCMDRUN... -- Denys > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > 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 \ > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
