From 7c372dd27c95ac26111bb2f03092fbd4c0e533f8 Mon Sep 17 00:00:00 2001 From: Zhixiong Chi Date: Tue, 19 Mar 2024 09:04:12 +0000 Subject: [PATCH] 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 Change-Id: I18f47bab62ac81fbfe5a3e740e76a7ccdf11173b --- build-tools/stx/circular_dep.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-tools/stx/circular_dep.conf b/build-tools/stx/circular_dep.conf index 7297e3b9..15fe7273 100644 --- a/build-tools/stx/circular_dep.conf +++ b/build-tools/stx/circular_dep.conf @@ -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