All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/1] matrix-tui: Update to arago toolchain
Date: Wed, 22 Jun 2011 20:30:19 -0400	[thread overview]
Message-ID: <20110623003019.GI1324@denix.org> (raw)
In-Reply-To: <131E5DFBE7373E4C8D813795A6AA7F08034B41731B@dlee06.ent.ti.com>

On Wed, Jun 22, 2011 at 05:17:48PM -0500, Maupin, Chase wrote:
> > > @@ -28,7 +21,7 @@ S = "${WORKDIR}/trunk"
> > >  #INITSCRIPT_PARAMS = "defaults 99"
> > >
> > >  do_configure() {
> > > -	sed -i -e 's:PATH=${LINUX_DEVKIT_PATH}/arm-none-linux-
> > gnueabi:PATH ?= ${LINUX_DEVKIT_PATH}/arm-none-linux-gnueabi:'
> > makefile.init
> > > +	sed -i -e 's:PATH=${LINUX_DEVKIT_PATH}/arm-arago-linux-
> > gnueabi:PATH ?= ${LINUX_DEVKIT_PATH}/arm-arago-linux-gnueabi:'
> > makefile.init
> > 
> > I don't think this is needed. The whole point of that sed magic I put
> > in
> > there, is to make assignments of TUI_INCLUDE_PATH, XML_INCLUDE_PATH and
> > TUI_LIB_PATH conditionally, so they can be overwritten below in the
> > do_compile() task...
> 
> The makefile defaults have been changed to use arm-arago-linux-gnueabi 
> instead of the arm-none-linux-gnueabi.  If you want these values to still be 
> optionally assigned then you would still need these changes right?
> 
> Now perhaps a better way to do this is change the makefile.init to use the 
> ?= optional assignment so that you don't need to do this sed magic.  Would 
> that also work?

That would be great, thanks!


> > >  	sed -i -e 's|LIBS :=|LIBS := ${LDFLAGS} |' Release/objects.mk

Maybe you can add this one in the default Makefile too? :) Less hacking in the 
recipe.

-- 
Denys



      reply	other threads:[~2011-06-23  1:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 19:02 [PATCH 1/1] matrix-tui: Update to arago toolchain Jeff Lance
2011-06-22 20:48 ` Koen Kooi
2011-06-22 21:08   ` Denys Dmytriyenko
2011-06-22 21:58     ` Koen Kooi
2011-06-23 14:40   ` Jeff Lance
2011-06-22 21:11 ` Denys Dmytriyenko
2011-06-22 22:17   ` Maupin, Chase
2011-06-23  0:30     ` Denys Dmytriyenko [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=20110623003019.GI1324@denix.org \
    --to=denis@denix.org \
    --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.