From 3583052cee92e8b6b453d3aa0cd5ef0aab0a04ec Mon Sep 17 00:00:00 2001 From: ZhangXiao Date: Thu, 21 Apr 2022 16:54:23 +0800 Subject: [PATCH] circular_dep.conf: add chain for openldap, systemd and setuptools It is a new detected circular depend chain, insert into config file. Test Plan: Pass: Select a set of source packages including openldap, ssytemd and setuptools, without linux. The circular chain can be detected and broken as designed. Story: 2008862 Task: 45133 Signed-off-by: ZhangXiao Change-Id: I907915a796fcc48feb173c3736b091dda2fbaa45 --- build-tools/stx/circular_dep.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-tools/stx/circular_dep.conf b/build-tools/stx/circular_dep.conf index 7d9b1f69..601dd2fa 100644 --- a/build-tools/stx/circular_dep.conf +++ b/build-tools/stx/circular_dep.conf @@ -143,3 +143,6 @@ BUILD ORDER: openldap # openldap(s) -b> heimdal-multidev(s) -r> libkadm5srv8-heimdal -r> libhdb9-heimdal -r> libldap-2.4-2(openldap) # | -r> libkdc2-heimdal -r> -----/ / # | -r> libhdb9-heimdal -r> ------------------------/ + +SRC SET: systemd openldap setuptools +BUILD ORDER: systemd openldap setuptools