Add auto-version for remaining stx/utilities packages
Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to use PKG_GITREVCOUNT where possible, with offsets as needed to ensure the version is incremented above the hardcoded version. Change-Id: Ia1ade77e12b948040f06806a5417d005488e3bb9 Story: 2008455 Task: 41460 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
83a9830529
commit
467851e8d5
@ -1,3 +1,3 @@
|
||||
SRC_DIR="ceph-manager"
|
||||
COPY_LIST_TO_TAR="files scripts"
|
||||
TIS_PATCH_VER=6
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="python-cephclient"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
COPY_LIST="$PKG_BASE/files/* $PKG_BASE/LICENSE $PKG_BASE/server-csr.conf"
|
||||
TIS_PATCH_VER=13
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT+8
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="tpm2-openssl-engine"
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="scripts"
|
||||
TIS_PATCH_VER=4
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,4 +1,4 @@
|
||||
SRC_DIR="logmgmt"
|
||||
COPY_LIST_TO_TAR="scripts"
|
||||
COPY_LIST="$SRC_DIR/LICENSE"
|
||||
TIS_PATCH_VER=5
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="namespace-utils"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
COPY_LIST="LICENSE files/*"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="pci_irq_affinity"
|
||||
COPY_LIST_TO_TAR="files/*"
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
COPY_LIST="files/*"
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="worker-utils"
|
||||
COPY_LIST="$SRC_DIR/LICENSE"
|
||||
TIS_PATCH_VER=5
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
Loading…
Reference in New Issue
Block a user