Description: Compilation from the upstream code depends on being in the git repository to get the correct git-revision to be shown when running the program. This patch puts in the git revision from the correct upstream. It must be updated every time upstream changes! Forwarded: doesn't make sense upstream Author: Ruben Undheim Index: yosys/Makefile =================================================================== --- yosys.orig/Makefile 2016-02-27 16:25:32.341035024 -0700 +++ yosys/Makefile 2016-02-27 16:26:34.988423683 -0700 @@ -69,7 +69,7 @@ endif YOSYS_VER := 0.6 -GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) +GIT_REV := 5869d26 OBJS = kernel/version_$(GIT_REV).o # set 'ABCREV = default' to use abc/ as it is