Revert "dsc_depend: Deal with circular dependency packages"

This reverts commit 2048d86c7466dd743dd07fc00235f635902c2ea1
Submitted via https://review.opendev.org/c/starlingx/root/+/814729

Reason for revert: breaks pre-existing package builds on the nightly
debian build job.

Error message during build-pkgs -a:

Cyclical dependency detected for the following pkgs
mtce-guest fm-common systemd mtce-common openldap fm-mgr

python-barbicanclient python-openstacksdk

python-openstackclient

Change-Id: If8046dc803424aedd22d2872da76943abd4e86d5
Signed-off-by: Luis Sampaio <luis.sampaio@windriver.com>
This commit is contained in:
Luis Sampaio 2021-12-21 11:51:49 -08:00
parent 943602a6d0
commit 390efe87cd
2 changed files with 233 additions and 920 deletions

View File

@ -1,17 +0,0 @@
# Circular dependency config file
# Used to break circular dependency
# Each circular dependency DSC set needs two lines, the first line starts with
# "SRC SET:" shows all related source packages; the second line starts with
# "BUILD ORDER:" shows the build order of these packages. The name of those
# soure packages are separated with a space. For example:
# SRC SET: a b c d
# BUILD ORDER: a d c b a d c b
# SRC SET: a b c
# BUILD ORDER: a c b a c b
# SRC SETa b
# BUILD ORDER: a b a b
# SRC SET: gettext bison
# BUILD ORDER: gettext bison gettext bison

File diff suppressed because it is too large Load Diff