From: Jérôme Pouiller Date: Tue, 20 Dec 2016 13:46:21 +0000 (+0100) Subject: reproducible: enable fakedate X-Git-Tag: 2017.02-rc1~41 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/9eba09a48e4e69f084f29523b0f0f34f3305925d reproducible: enable fakedate Enable fakedate for whole build process. This work was sponsored by `BA Robotic Systems'. Signed-off-by: Jérôme Pouiller Reviewed-by: Samuel Martin Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 5e4bc92c88..df3b64eb03 100644 --- a/Makefile +++ b/Makefile @@ -254,6 +254,7 @@ export LC_ALL = C export GZIP = -n BR2_VERSION_GIT_EPOCH = $(shell GIT_DIR=$(TOPDIR)/.git $(GIT) log -1 --format=%at) export SOURCE_DATE_EPOCH = $(if $(wildcard $(TOPDIR)/.git),$(BR2_VERSION_GIT_EPOCH),$(BR2_VERSION_EPOCH)) +DEPENDENCIES_HOST_PREREQ += host-fakedate endif # To put more focus on warnings, be less verbose as default