Makefile: limit git describe to tags "caraboot-v*"

This commit is contained in:
Alexander Couzens 2015-03-16 17:31:39 +01:00
parent 941f9e3083
commit 38ad77b802
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export UBOOT_GCC_4_3_3_EXTRA_CFLAGS=-fPIC
export BUILD_TYPE=squashfs
export COMPRESSED_UBOOT=0
export CARABOOT_RELEASE=$(shell git describe --dirty --always)
export CARABOOT_RELEASE=$(shell git describe --dirty --always --match="caraboot-v*")
IMAGEPATH=$(BUILD_TOPDIR)/bin
UBOOT_BINARY=u-boot.bin