
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
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
SRC_DIR="$PKG_BASE"
|
|
|
|
COPY_LIST="$PKG_BASE/src/LICENSE \
|
|
$PKG_BASE/src/influxdb.conf.pmon \
|
|
$PKG_BASE/src/influxdb.service"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|