Inspect DEPENDS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 8: | Line 8: | ||
[[Category:FAQ]] | [[Category:FAQ]] | ||
[[Category:build | [[Category:Debug build]] |
Revision as of 23:19, 4 June 2008
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.