Add auto-version for remaining stx/ha 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.

Story: 2008455
Task: 41447
Signed-off-by: Don Penney <don.penney@windriver.com>
Change-Id: Idf5ef476192cdf4923d6c903f1a15e03cfe9d03f
This commit is contained in:
Don Penney 2020-12-17 13:27:02 -05:00
parent e8af161b16
commit df739b210e
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
SRC_DIR=sm-api
TAR_NAME=sm-api
VERSION=1.0
TIS_PATCH_VER=4
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,4 +1,4 @@
SRC_DIR=sm-client
TAR_NAME=sm-client
VERSION=1.0
TIS_PATCH_VER=2
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,4 +1,4 @@
SRC_DIR=sm-tools
TAR_NAME=sm-tools
VERSION=1.0
TIS_PATCH_VER=2
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR=$PKG_BASE
TIS_PATCH_VER=20
TIS_PATCH_VER=PKG_GITREVCOUNT+15

View File

@ -2,4 +2,4 @@ SRC_DIR=`pwd`
COPY_LIST="$PKG_BASE/LICENSE"
TAR_NAME=sm-db
VERSION=1.0.0
TIS_PATCH_VER=31
TIS_PATCH_VER=PKG_GITREVCOUNT+19

View File

@ -2,4 +2,4 @@ SRC_DIR=$PKG_BASE
COPY_LIST="$PKG_BASE/LICENSE"
TAR_NAME=sm
VERSION=1.0.0
TIS_PATCH_VER=33
TIS_PATCH_VER=PKG_GITREVCOUNT+24

View File

@ -1,2 +1,2 @@
SRC_DIR="$PKG_BASE/src"
TIS_PATCH_VER=3
TIS_PATCH_VER=PKG_GITREVCOUNT