Add auto-version for remaining stx/compile 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: 41446
Signed-off-by: Don Penney <don.penney@windriver.com>
Change-Id: Ia9d1f01614b99a07e23d3cc4afbc2fa3f33acc93
This commit is contained in:
Don Penney 2020-12-17 13:27:54 -05:00
parent 243243af9b
commit b01b9e7368
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
COPY_LIST="files/*"
TIS_PATCH_VER=4
TIS_PATCH_VER=PKG_GITREVCOUNT
BUILD_IS_SLOW=3

View File

@ -5,4 +5,4 @@ CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
TIS_PATCH_VER=1
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1 +1 @@
TIS_PATCH_VER=4
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
COPY_LIST="$CGCS_BASE/downloads/dep-v0.5.0.tar.gz"
TIS_PATCH_VER=0
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,5 +1,5 @@
TAR_NAME=rpm
VERSION=4.14.0
TIS_PATCH_VER=2
TIS_PATCH_VER=PKG_GITREVCOUNT
COPY_LIST="$CGCS_BASE/downloads/$TAR_NAME-$VERSION.tar.bz2 patches/*"