[oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

Douglas Royds douglas.royds at taitradio.com
Tue Oct 9 05:06:17 UTC 2018


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`}"





More information about the Openembedded-devel mailing list