Add package dependancy for build-avoidance
stx-portieris-helm contains both portieris-helm and python-k8sapp-portieris. Declare the relationship so that the build-avoidance will pick the right package versions When any of these is updated. Partial-Bug: 1940309 Change-Id: I07b10b4eb67bf043ece8acaf16afee2243407508 Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
This commit is contained in:
parent
edc1c00f54
commit
c790b755e9
@ -4,5 +4,7 @@ TAR="$TAR_NAME-$VERSION.tgz"
|
||||
|
||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
||||
|
||||
OPT_DEP_LIST="$STX_BASE/portieris-armada-app/stx-portieris-helm"
|
||||
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
SRC_DIR="k8sapp_portieris"
|
||||
|
||||
OPT_DEP_LIST="$STX_BASE/portieris-armada-app/stx-portieris-helm"
|
||||
|
||||
# Keep the SRCREV in sync with stx-portieris-helm so the app version is the
|
||||
# same as the plugin version
|
||||
TIS_BASE_SRCREV=b6f2024cc2c31f7562a31aebc46f0bc490bde6f6
|
||||
|
@ -8,3 +8,8 @@ TIS_PATCH_VER=GITREVCOUNT
|
||||
COPY_LIST_TO_TAR="\
|
||||
$STX_BASE/helm-charts/psp-rolebinding/psp-rolebinding/helm-charts \
|
||||
"
|
||||
|
||||
OPT_DEP_LIST="\
|
||||
$STX_BASE/portieris-armada-app/python-k8sapp-portieris \
|
||||
$STX_BASE/portieris-armada-app/portieris-helm \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user