Is this a good idea? We need to replace the WHOWHERE value with something fixed, so I've opted for the SOURCE_DATE_EPOCH. If you're not trying to do a reproducible build, it won't be set, so the existing WHOWHERE string will apply.

I'll wait for other opinions before submitting this upstream.


On 09/10/18 17:55, Douglas Royds wrote:

Upstream-Status: Pending
...
+-WHOWHERE="$USER@`uname -n`:`pwd`"
++WHOWHERE="${SOURCE_DATE_EPOCH:-$USER@`uname -n`:`pwd`}"


--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to