All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Cc: Alex Bennee <ajb@cbnl.com>
Subject: Re: [PATCH 2/2] recode: Fix configure step.
Date: Thu, 12 Aug 2010 10:05:01 -0700	[thread overview]
Message-ID: <4C6429BD.1070606@mentor.com> (raw)
In-Reply-To: <1281627336-686-3-git-send-email-kernel-hacker@bennee.com>

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



      reply	other threads:[~2010-08-12 17:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-12 15:35 A few fixes (resend, hopefully not munged this time) kernel-hacker
2010-08-12 15:35 ` [PATCH 1/2] freetype: include perl-native dependancy kernel-hacker
2010-08-12 17:04   ` Tom Rini
2010-08-12 17:23     ` Alex Bennee
2010-08-12 18:57       ` Tom Rini
2010-08-12 15:35 ` [PATCH 2/2] recode: Fix configure step kernel-hacker
2010-08-12 17:05   ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C6429BD.1070606@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=ajb@cbnl.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.