From bb93d68b9b5995624f0207611db997f779c220cb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 25 Mar 2012 13:26:29 -0400 Subject: Add eglibc and package management deps to graph. --- 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-" "busybox" -> "gcc" "busybox" -> "make" "busybox" -> "binutils" + "busybox" -> "eglibc" "linux" -> "config-" "linux" -> "make" "linux" -> "gcc" @@ -48,10 +59,13 @@ digraph "Build-Depends_system_simplified" { "opkg" -> "gcc" "opkg" -> "make" "opkg" -> "binutils" + "opkg" -> "config-" + "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 index 8b3ddb8..68d9325 100644 --- a/depgraphs/Build-Depends_system_simplified.png +++ b/depgraphs/Build-Depends_system_simplified.png Binary files differ -- cgit v0.9.1