Add auto-version for remaining stx/nfv 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: I9adc5f2648fda75b14215a27075c93a851bc6faa Story: 2008455 Task: 41453 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
ab4b667f9a
commit
d62cffb7a8
@ -1,3 +1,3 @@
|
||||
SRC_DIR="src"
|
||||
TIS_PATCH_VER=142
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT+129
|
||||
BUILD_IS_SLOW=5
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="$PKG_BASE/nova-api-proxy"
|
||||
TIS_PATCH_VER=10
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
Loading…
Reference in New Issue
Block a user