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:
Chris Freehill
2020-07-27 09:32:15 -05:00
parent c2439d28e8
commit 92c258c364
+1 -1
View File
@@ -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