From 178c803aa8b3ba1b7bb8959588f0c82e4ba5fb0a Mon Sep 17 00:00:00 2001 From: Sabyasachi Nayak Date: Mon, 2 Oct 2023 22:21:26 -0400 Subject: [PATCH] Circular dependency removal while building openssl package with sctp. Other code changes for Openssl with sctp building are in: https://review.opendev.org/c/starlingx/integ/+/896604 https://review.opendev.org/c/starlingx/tools/+/899631 TestPlan: Same as https://review.opendev.org/c/starlingx/integ/+/896604. Note: This code change cannot be tested independently, so tested along with code changes mentioned in: https://review.opendev.org/c/starlingx/integ/+/896604 https://review.opendev.org/c/starlingx/tools/+/899631 story: 2010925 Task: 48945 Change-Id: I45164fb574a607cba2fcbc6730ec4e13cc4a3045 Signed-off-by: Sabyasachi Nayak --- build-tools/stx/circular_dep.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-tools/stx/circular_dep.conf b/build-tools/stx/circular_dep.conf index 7297e3b9..6cfb03fc 100644 --- a/build-tools/stx/circular_dep.conf +++ b/build-tools/stx/circular_dep.conf @@ -21,12 +21,21 @@ BUILD ORDER: linux SRC SET: linux-rt BUILD ORDER: linux-rt +SRC SET: openssl +BUILD ORDER: openssl + SRC SET: lvm2 BUILD ORDER: lvm2 SRC SET: tzdata BUILD ORDER: tzdata +SRC SET: openldap lvm2 lsb python3.9 net-tools setuptools dh-python openssl linux systemd +BUILD ORDER: openldap lvm2 lsb python3.9 net-tools setuptools dh-python openssl linux systemd + +SRC SET: lvm2 systemd lsb net-tools dh-python linux tzdata setuptools openldap python3.9 openssl +BUILD ORDER: lvm2 systemd lsb net-tools dh-python linux tzdata setuptools openldap python3.9 openssl + SRC SET: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools tzdata BUILD ORDER: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools tzdata