summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-10-14 18:45:44 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-10-14 18:45:44 +0200
commit129006ae18e3bdae8ccd151fca7d29cf1822f8ac (patch)
tree6d3bc28e8337984ebe9dd21fd9bb804fc59728d6 /debian
parent941e98ecf24630ae2d7eccb2994aa5dc21cab77e (diff)
Set GIT_REV to new version
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/01_gitrevision.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index b350830e..44742415 100644
--- a/debian/patches/01_gitrevision.patch
+++ b/debian/patches/01_gitrevision.patch
@@ -16,7 +16,7 @@ Index: yosys/Makefile
-YOSYS_VER := 0.5+$(shell cd $(YOSYS_SRC) && test -d .git && { git log --author=clifford@clifford.at --oneline c3c9fbfb8c678.. | wc -l; })
-GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
+YOSYS_VER := 0.5+
-+GIT_REV := ba4cce9
++GIT_REV := f13e387
OBJS = kernel/version_$(GIT_REV).o
# set 'ABCREV = default' to use abc/ as it is