Am Mittwoch, den 28.07.2010, 17:40 +0100 schrieb Alex Bennee:
> The recode build fails because of CC/CXX environment variables being banged
> by:
>
> TARGET_CC_ARCH_append = "${LDFLAGS}"
>
> Adding a space fixes it:
>
> >From d792e217288ac56b1cc1f798c0ea67f749037f2a Mon Sep 17 00:00:00 2001
> From: Alex Bennee <[email protected]> Date: Wed, 28 Jul 2010 17:38:39 +0100
> Subject: [PATCH] Add space to appended CC/CXX otherwise configure
> fails --- recipes/recode/recode_3.6.bb | 2 +- 1 files changed, 1
> insertions(+), 1 deletions(-) diff --git
> a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb index
> 3e7c6cd..0cdd43d 100644 --- a/recipes/recode/recode_3.6.bb +++
> b/recipes/recode/recode_3.6.bb @@ -8,7 +8,7 @@ SRC_URI =
> "${GNU_MIRROR}/recode/recode-${PV}.tar.gz \ inherit autotools
> -TARGET_CC_ARCH_append = "${LDFLAGS}" +TARGET_CC_ARCH_append = "
> ${LDFLAGS}" do_configure() { gnu-configize -- 1.7.2It looks like your MUA mangled the patch. Could you please resend as v2. GMail should also be compatible with `git send-email` [1]. Thanks, Paul [1] http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
