[oe] [PATCH 2/2] recode: Fix configure step.

Tom Rini tom_rini at mentor.com
Thu Aug 12 17:05:01 UTC 2010


kernel-hacker at bennee.com wrote:
> From: Alex Bennee <ajb at cbnl.com>
> 
> Add space to appended CC/CXX otherwise configure fails
> 
> Signed-off-by: Alex Bennee <ajb at cbnl.com>
> ---
>  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

iirc this should become TARGET_CC_ARCH += "${LDFLAGS}" as then the space 
will be added and it looks cleaner.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list