diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-25 13:26:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-25 13:26:29 (EDT) |
commit | bb93d68b9b5995624f0207611db997f779c220cb (patch) | |
tree | 11d0f6d0000e072a692087e65ac7ff7ed2282ba0 | |
parent | 87e74a27108bd4ca6ebd159a17bb0009b63aa1b9 (diff) |
Add eglibc and package management deps to graph.
-rw-r--r-- | depgraphs/Build-Depends_system_simplified.dot | 16 | ||||
-rw-r--r-- | depgraphs/Build-Depends_system_simplified.png | bin | 149070 -> 218105 bytes |
2 files changed, 15 insertions, 1 deletions
diff --git a/depgraphs/Build-Depends_system_simplified.dot b/depgraphs/Build-Depends_system_simplified.dot index cbe41ac..b1ac718 100644 --- a/depgraphs/Build-Depends_system_simplified.dot +++ b/depgraphs/Build-Depends_system_simplified.dot @@ -14,30 +14,41 @@ digraph "Build-Depends_system_simplified" { "gcc" -> "binutils" "gcc" -> "gcc" "gcc" -> "make" + "gcc" -> "eglibc" "mpfr" -> "gmp" "mpfr" -> "make" "mpfr" -> "gcc" "mpfr" -> "binutils" + "mpfr" -> "eglibc" "mpc" -> "mpfr" "mpc" -> "gmp" "mpc" -> "make" "mpc" -> "gcc" "mpc" -> "binutils" + "mpc" -> "eglibc" "gmp" -> "make" "gmp" -> "gcc" "gmp" -> "binutils" + "gmp" -> "eglibc" "make" -> "make" "make" -> "gcc" "make" -> "binutils" + "make" -> "eglibc" "binutils" -> "make" "binutils" -> "gcc" "binutils" -> "binutils" + "binutils" -> "eglibc" + "eglibc" -> "make" + "eglibc" -> "gcc" + "eglibc" -> "binutils" + "eglibc" -> "eglibc" } subgraph "System" { "busybox" -> "config-<platform>" "busybox" -> "gcc" "busybox" -> "make" "busybox" -> "binutils" + "busybox" -> "eglibc" "linux" -> "config-<platform>" "linux" -> "make" "linux" -> "gcc" @@ -48,10 +59,13 @@ digraph "Build-Depends_system_simplified" { "opkg" -> "gcc" "opkg" -> "make" "opkg" -> "binutils" + "opkg" -> "config-<platform>" + "opkg" -> "eglibc" "fakeroot" -> "gcc" "fakeroot" -> "make" "fakeroot" -> "binutils" - "opkhelper" + "fakeroot" -> "eglibc" + "opkhelper" -> "make" "opkhelper-buildflags" } } diff --git a/depgraphs/Build-Depends_system_simplified.png b/depgraphs/Build-Depends_system_simplified.png Binary files differindex 8b3ddb8..68d9325 100644 --- a/depgraphs/Build-Depends_system_simplified.png +++ b/depgraphs/Build-Depends_system_simplified.png |