* [Buildroot] finding package dependencies
@ 2010-05-05 17:44 Will Wagner
2010-05-05 17:52 ` Paulius Zaleckas
2010-05-05 19:12 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Will Wagner @ 2010-05-05 17:44 UTC (permalink / raw)
To: buildroot
Hello,
Is there some way of finding out a packages dependencies by running a
make target? Would like to know what a packages dependencies were
without having to just try building it.
Thanks
Will
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] finding package dependencies
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
1 sibling, 0 replies; 3+ messages in thread
From: Paulius Zaleckas @ 2010-05-05 17:52 UTC (permalink / raw)
To: buildroot
On 05/05/2010 08:44 PM, Will Wagner wrote:
> Hello,
>
> Is there some way of finding out a packages dependencies by running a
> make target? Would like to know what a packages dependencies were
> without having to just try building it.
One way I think is to grep make output for -l GCC flag...
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] finding package dependencies
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
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-05-05 19:12 UTC (permalink / raw)
To: buildroot
>>>>> "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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-05 19:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox