[oe] [PATCH] Fix the compile failure of recode

Paul Menzel paulepanter at users.sourceforge.net
Thu Jul 29 07:23:33 UTC 2010


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 <ajb at cbnl.com> 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.2

It 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100729/8bcb0d5e/attachment-0002.sig>


More information about the Openembedded-devel mailing list