Add auto-versioning to starlingx/metal mtce packages
This update makes use of the PKG_GITREVCOUNT variable to auto-version the mtce packages in this repo. Change-Id: Ifb4da4570e0261bbdcf0d7af79b8add7cfc133ac Story: 2006166 Task: 39822 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
efbaf2cd0d
commit
7d8be4bc1f
@ -1,3 +1,3 @@
|
||||
SRC_DIR="src"
|
||||
TIS_PATCH_VER=144
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
BUILD_IS_SLOW=5
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="$PKG_BASE/src"
|
||||
COPY_LIST="$SRC_DIR/*"
|
||||
TIS_PATCH_VER=7
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="$PKG_BASE/src"
|
||||
COPY_LIST="$SRC_DIR/*"
|
||||
TIS_PATCH_VER=7
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="$PKG_BASE/src"
|
||||
COPY_LIST="$SRC_DIR/*"
|
||||
TIS_PATCH_VER=5
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="src"
|
||||
TIS_PATCH_VER=159
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
BUILD_IS_SLOW=5
|
||||
|
Loading…
Reference in New Issue
Block a user