[Buildroot] [PATCH v5 04/19] reproducible: enable fakedate

Samuel Martin s.martin49 at gmail.com
Tue Feb 7 14:32:38 UTC 2017


Hi Jérôme, all,

On Tue, Dec 20, 2016 at 2:46 PM, Jérôme Pouiller <jezz at sysmic.org> wrote:
> Enable fakedate for whole build process.
>
> This work was sponsored by `BA Robotic Systems'.
>
> Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>

Reviewed-by: Samuel Martin <s.martin49 at gmail.com>

> ---
>
> Notes:
>     v3:
>       - Build host-fakedate before toolchain (Thomas)
>
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index b80b9e1..ad7fde5 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
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Regards,

-- 
Samuel


More information about the buildroot mailing list