Inspect DEPENDS: Difference between revisions
Jump to navigation
Jump to search
(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...) |
(No difference)
|
Revision as of 23:14, 4 June 2008
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.