fakedate: new package
authorJérôme Pouiller <jezz@sysmic.org>
Tue, 20 Dec 2016 13:46:19 +0000 (14:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 21:29:59 +0000 (22:29 +0100)
commita268768c71ce1189f7a124dbe6869900a3ee3554
treefa0bd030390a8cb90151690765c387c2f9083443
parent76838f63412a30a358210e457dda4b79f7730624
fakedate: new package

`date' is widely used by packages to include build information in their
binaries. Unfortunately, this is incompatible with BR2_REPRODUCIBLE.

Instead of having to identify all `date' invocations in the different
packages, this commit adds a small tool that allows to always return
the same date.

This work was sponsored by `BA Robotic Systems'.

[Peter: drop debugging print]
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fakedate/fakedate [new file with mode: 0755]
package/fakedate/fakedate.mk [new file with mode: 0644]