aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-03-05 11:32:45 +0100
committerOliver Smith <osmith@sysmocom.de>2021-03-05 12:41:22 +0100
commit09c3d45d6ebc8a04f935978c2b46d4292f3e0bf4 (patch)
treef436cd8e6b93aee45466220526dfc45a925b8ac0
parent810ecc53743884bad23a9399dfde64ee1b768e8c (diff)
firmware/Makefile: fix UNKNOWN in OBS packages
Fix having the version set to UNKNOWN in all packages built by OBS. The osmo-ci.git scripts generating the source packages to be built by OBS generate a ".tarball-version" file with a version string like "0.7.0.70-657c", but it did not get used because the path was wrong. Related: OS#4413 Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Git-version-gen Change-Id: Ic0b06011a604beec7c1c907c2c6e4ae927456e2e
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 7be5c30..d7c64b9 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -28,7 +28,7 @@
# Makefile for compiling the Getting Started with SAM3S Microcontrollers project
-GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarvers)
+GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarball-version)
#-------------------------------------------------------------------------------
# User-modifiable options
#-------------------------------------------------------------------------------