[oe-commits] Leon Woestenberg : contrib/dependsgraph: Use dot instead of neato.

GIT User account git at amethyst.openembedded.net
Sun Mar 29 15:19:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6980c14769d34bf2c5c539740a01dd5de90cad67
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6980c14769d34bf2c5c539740a01dd5de90cad67

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Mar 29 17:16:06 2009 +0200

contrib/dependsgraph: Use dot instead of neato.

---

 contrib/dependsgraph/dependsgraph.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/dependsgraph/dependsgraph.sh b/contrib/dependsgraph/dependsgraph.sh
index b5526f9..8ea482a 100755
--- a/contrib/dependsgraph/dependsgraph.sh
+++ b/contrib/dependsgraph/dependsgraph.sh
@@ -45,7 +45,7 @@ done
 sed -f /tmp/delete.sed depends.dot >reduced.dot
 
 # create a PNG
-neato -v -Tpng -o depends.png reduced.dot
+dot -v -Tpng -o depends.png reduced.dot
 
 # show it
 gthumb depends.png





More information about the Openembedded-commits mailing list