kumquat-buildroot/scripts
Thomas Petazzoni 0e12aa3e0f New graph-depends script
Add a Python script that draws dependency graphs, either for the full
set of selected packages, or for a particular given package. Of
course, it is limited to packages that use either the generic or
autotools infrastructures. The script generates a file that Graphviz
can parse and generate a PDF (or other formats) from it.

Full dependency graph of all selected packages :

 ./scripts/graph-depends > test.dot
 dot -Tpdf test.dot -o test.pdf

Dependency graph of libgtk2 :

 ./scripts/graph-depends libgtk2 > test.dot
 dot -Tpdf test.dot -o test.pdf

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-21 15:16:48 +02:00
..
test fakeroot: remove all references to BR2_HOST_FAKEROOT 2010-04-09 11:04:33 +02:00
add_new_package.wizard
build-ext3-img
buildall.sh
copy.sh scripts: force copy of files to erase already present and readonly files 2010-05-02 09:33:25 +02:00
create_ipkgs
get_linux_config.sh
graph-depends New graph-depends script 2010-05-21 15:16:48 +02:00
mkpkg
pkg-stats
setlocalversion
testheader.inc