From: Will Wagner <will_wagner@carallon.com>
To: buildroot@busybox.net
Subject: [Buildroot] Design issue with the out-of-tree support
Date: Thu, 23 May 2013 13:43:24 +0100 [thread overview]
Message-ID: <519E0EEC.6070402@carallon.com> (raw)
In-Reply-To: <20130523131251.2ffc509f@skate>
On 23/05/2013 12:12, Thomas Petazzoni wrote:
>
> So, what I've done in my prototype of out-of-tree support is something
> like this:
>
> $(1)-patch: $(filter host-autoconf host-automake host-libtool,$$($(2)_DEPENDENCIES)
> ...
>
> $(1)-configure: $$($(2)_DEPENDENCIES)
>
> The idea is that if the package needs host-autoconf, or host-automake
> or host-libtool in its dependencies, then we pull these dependencies
> before the "patch" step, and all other dependencies are pulled before
> the "configure" step.
>
> This works for most packages, but not all! Some packages, for their
> autoreconf step, need more than host-autoconf, host-automake or
> host-libtool. They might require host-pkgconf or host-gettext, to
> install some .m4 macro files that are needed to make the autoreconf
> work. So in fact, discriminating between dependencies that should be
> pulled in before the "patch" step and the dependencies that can wait
> until the "configure" step is not simple.
>
> Do you see solutions to this?
Thomas, I might be missing something but it seems like all the needed
dependencies are host dependencies. Can we not make all host
dependencies be on the patch step and all others on the configure step.
I think that would work for rtai wouldn't it?
Regards
Will
--
------------------------------------------------------------------------
Will Wagner will_wagner at carallon.com
Development Manager Office Tel: +44 (0)20 7471 9224
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------
next prev parent reply other threads:[~2013-05-23 12:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 11:12 [Buildroot] Design issue with the out-of-tree support Thomas Petazzoni
2013-05-23 12:43 ` Will Wagner [this message]
2013-05-23 12:53 ` Thomas Petazzoni
2013-05-23 14:49 ` Markos Chandras
2013-05-23 18:12 ` Yann E. MORIN
2013-05-27 16:50 ` Arnout Vandecappelle
2013-05-27 19:12 ` Thomas Petazzoni
2013-05-27 19:44 ` Arnout Vandecappelle
2013-05-27 19:53 ` Thomas Petazzoni
2013-05-28 19:26 ` Arnout Vandecappelle
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=519E0EEC.6070402@carallon.com \
--to=will_wagner@carallon.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox