Set build order for ca-certificates

This change is necessary to allow for package ca-certificate to be
built without circular dependency errors.

This change is needed to support:

https://review.opendev.org/c/starlingx/integ/+/922159

Test plan:

PASS Full build, install, bootstrap and unlock
PASS Verify that the delete operation is no longer found in
     /usr/sbin/update-ca-certificates
PASS Start a process to read from the certificate bundle in
     very short intervals. Run 'update-ca-certificates
     --localcertsdir /etc/pki/ca-trust/source/anchors'
     many times and verify that no FileNotFound errors
     show up in the process reading the certificate bundle.

Closes-Bug: 2073123

Change-Id: I4be1118bd16456e4b639c2a8756940436963fb43
Signed-off-by: Rei Oliveira <Reinildes.JoseMateusOliveira@windriver.com>
This commit is contained in:
Rei Oliveira 2024-06-21 17:38:06 -03:00 committed by Reinildes Oliveira
parent 1da9fa200f
commit da52344b1a

View File

@ -36,6 +36,9 @@ BUILD ORDER: openldap lvm2 lsb python3.9 net-tools setuptools dh-python openssl
SRC SET: lvm2 systemd lsb net-tools dh-python linux tzdata setuptools openldap python3.9 openssl 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 BUILD ORDER: lvm2 systemd lsb net-tools dh-python linux tzdata setuptools openldap python3.9 openssl
SRC SET: openldap lvm2 lsb python3.9 net-tools setuptools dh-python linux systemd openssl ca-certificates
BUILD ORDER: openldap lvm2 lsb python3.9 net-tools setuptools dh-python linux systemd openssl ca-certificates
SRC SET: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools tzdata 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 BUILD ORDER: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools tzdata