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

Alex Bennee kernel-hacker at bennee.com
Wed Jul 28 16:40:38 UTC 2010


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

-- 
Alex, homepage: http://www.bennee.com/~alex/
http://www.half-llama.co.uk




More information about the Openembedded-devel mailing list