From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] finding package dependencies
Date: Wed, 05 May 2010 21:12:44 +0200 [thread overview]
Message-ID: <874oimb1sj.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4BE1AE7A.8000107@carallon.com> (Will Wagner's message of "Wed, 05 May 2010 18:44:26 +0100")
>>>>> "Will" == Will Wagner <will_wagner@carallon.com> writes:
Will> Hello,
Will> Is there some way of finding out a packages dependencies by running a
Will> make target? Would like to know what a packages dependencies were
Will> without having to just try building it.
Not a make target, but something like:
awk '/select|depends on/ { print $NF } package/<PACKAGE>/Config.in
gives you a pretty good approximation of it.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2010-05-05 19:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-05 17:44 [Buildroot] finding package dependencies Will Wagner
2010-05-05 17:52 ` Paulius Zaleckas
2010-05-05 19:12 ` Peter Korsgaard [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=874oimb1sj.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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 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.