Add auto-version for remaining stx/monitoring 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: 41463
Signed-off-by: Don Penney <don.penney@windriver.com>
Change-Id: If41d630c97354014b12424ed305d6c5cbb022a5a
This commit is contained in:
Don Penney 2020-12-17 13:25:29 -05:00
parent 1e951176df
commit 3809c69d81
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ COPY_LIST="$PKG_BASE/src/LICENSE \
$PKG_BASE/src/influxdb.conf.pmon \ $PKG_BASE/src/influxdb.conf.pmon \
$PKG_BASE/src/influxdb.service" $PKG_BASE/src/influxdb.service"
TIS_PATCH_VER=2 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR=scripts SRC_DIR=scripts
TIS_PATCH_VER=0 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,4 +1,4 @@
PACKAGE_NAME=vm-topology PACKAGE_NAME=vm-topology
VERSION=1.0 VERSION=1.0
SRC_DIR=$PKG_BASE/$PACKAGE_NAME SRC_DIR=$PKG_BASE/$PACKAGE_NAME
TIS_PATCH_VER=1 TIS_PATCH_VER=PKG_GITREVCOUNT