summaryrefslogtreecommitdiff
path: root/recipes/qi/files/sanitize-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qi/files/sanitize-makefile.patch')
-rw-r--r--recipes/qi/files/sanitize-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qi/files/sanitize-makefile.patch b/recipes/qi/files/sanitize-makefile.patch
index cd1abf3f58..69f34f8cfb 100644
--- a/recipes/qi/files/sanitize-makefile.patch
+++ b/recipes/qi/files/sanitize-makefile.patch
@@ -6,7 +6,7 @@ Index: git/Makefile
include config.mk
--BUILD_DATE := $(shell date)
+-BUILD_DATE := $(shell date --iso-8601=seconds)
-BUILD_HOST := $(shell hostname)
-BUILD_BRANCH := $(shell git branch | grep ^\* | cut -d' ' -f2)
-BUILD_HEAD := $(shell git show --pretty=oneline | head -n1 | cut -d' ' -f1 | cut -b1-16)