[oe] [meta-oe][PATCH] gcc: append PR to S to match oe-core and fix do_headerfix

Denys Dmytriyenko denis at denix.org
Fri Aug 12 06:31:25 UTC 2011


On Fri, Aug 12, 2011 at 01:17:52AM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys at ti.com>
> 
> 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 <denys at ti.com>
> ---
>  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
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list