Difference between revisions of "Inspect DEPENDS"

From Openembedded.org
Jump to: navigation, 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...)
 
(9. How do do I inspect compile-time dependencies for packages?)
Line 1: Line 1:
== 9. How do do I inspect compile-time dependencies for packages? ==
+
'''How do do I inspect compile-time dependencies for packages?'''
  
 
You want a "visual" output of the dependency tree for a particular package?
 
You want a "visual" output of the dependency tree for a particular package?
Line 8: Line 8:
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]
[[Category:Compile failure]]
+
[[Category:build failure]]

Revision as of 23:15, 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.