Replace "." in pkg name with "-"
Package name should have a hyphen (not a period) between NumCommitsSinceLastTag and ROCMIntegrationJobIdentifier. Fixes SWDEV-245838 Change-Id: I28c4337af6f92ac51a4aed03a09af23b92bd89b5
This commit is contained in:
@@ -135,7 +135,7 @@ function(get_package_version_number DEFAULT_VERSION_STRING VERSION_PREFIX GIT)
|
||||
set(VERSION_ID "local-build-0")
|
||||
endif()
|
||||
|
||||
set(PKG_VERSION_STR "${PKG_VERSION_STR}.${VERSION_ID}")
|
||||
set(PKG_VERSION_STR "${PKG_VERSION_STR}-${VERSION_ID}")
|
||||
|
||||
if (GIT)
|
||||
execute_process(COMMAND git rev-parse --short HEAD
|
||||
|
||||
Reference in New Issue
Block a user