Update circular_dep.conf to add the new circular dependency chain

Two items are added to avoid the circular dependency error as follows:
SRC SET: tzdata systemd linux setuptools lvm2
SRC SET:python-openstackclient systemd linux setuptools tzdata

TestPlan:
PASS: ./stx-init-env --rebuild --cache
PASS: downloader
PASS(Partial): build-pkgs -a --parallel N
(Even though there are the package build failures, the circular
dependency error issue is gone.)

Story: 2011048
Task: 49741

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Change-Id: I18f47bab62ac81fbfe5a3e740e76a7ccdf11173b
This commit is contained in:
Zhixiong Chi 2024-03-19 09:04:12 +00:00
parent 519333bf73
commit 7c372dd27c
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ BUILD ORDER: systemd lvm2 lsb dh-python openldap linux setuptools tzdata
SRC SET: systemd lvm2
BUILD ORDER: systemd lvm2
SRC SET: tzdata systemd linux setuptools lvm2
BUILD ORDER: systemd linux setuptools tzdata lvm2
SRC SET: python-openstackclient systemd linux setuptools tzdata
BUILD ORDER: systemd linux setuptools tzdata python-openstackclient
SRC SET: openldap systemd linux setuptools lvm2
BUILD ORDER: systemd linux setuptools openldap lvm2