diff --git a/build-tools/stx/circular_dep.conf b/build-tools/stx/circular_dep.conf index 601dd2fa..18572906 100644 --- a/build-tools/stx/circular_dep.conf +++ b/build-tools/stx/circular_dep.conf @@ -22,7 +22,7 @@ SRC SET: linux-rt BUILD ORDER: linux-rt SRC SET: openldap systemd linux setuptools -BUILD ORDER: linux setuptools openldap systemd +BUILD ORDER: systemd linux setuptools openldap # A superset of the chain: {openldap systemd linux}, just add package "setuptools" # The relationships between "setuptools" and other packages # setuptools(s) -b> debhelper -r> dh-autoreconf -r> libtool -r> libc6-dev -r> linux-libc-dev(linux) @@ -38,7 +38,7 @@ BUILD ORDER: linux setuptools openldap systemd # | -b> -----------------------------/ SRC SET: openldap systemd linux -BUILD ORDER: linux openldap systemd +BUILD ORDER: systemd linux openldap # --> linux <-----> systemd <----> openldap ---| # |---------------------------------------------| # openldap(s) -b> debhelper -r> man-db -r> bsdmainutils -r> bsdutils -r> libsystemd(systemd) @@ -83,7 +83,7 @@ BUILD ORDER: linux openldap systemd # | -b> quilt -r> bsdmainutils -r> bsdutils -r> --------------------------/ SRC SET: openldap systemd -BUILD ORDER: openldap systemd +BUILD ORDER: systemd openldap # openldap <------> systemd # openldap(s) -b> debhelper -r> man-db -r> bsdmainutils -r> bsdutils -r> libsystemd0(systemd) # systemd(s) -b> libcurl4-gnutls-dev -r> libcurl3-gnutls -r> libldap-2.4-2(openldap)