Inspect DEPENDS

From Openembedded.org
Revision as of 23:14, 4 June 2008 by Laibsch (talk | contribs) (New page: == 9. How do do I inspect compile-time dependencies for packages? == You want a "visual" output of the dependency tree for a particular package? bitbake --dry-run --verbose $packagenam...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

9. How do do I inspect compile-time dependencies for packages?

You want a "visual" output of the dependency tree for a particular package?

 bitbake --dry-run --verbose $packagename | grep "current path" | less

should give you that information.