Re: [OE-core] [PATCH v3 08/11] python2.7: improve reproducibility

2017-08-19 Thread Bystricky, Juro
No problem, I will rename the patch, so the name is similar(and more descriptive) as the one for python3. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v3 08/11] python2.7: improve reproducibility

2017-08-17 Thread Leonardo Sandoval
On Wed, 2017-08-09 at 10:48 -0700, Juro Bystricky wrote: > The compiled .pyc files contain time stamp corresponding to the compile time. > This prevents binary reproducibility. This patch allows to achieve binary > reproducibility by overriding the build time stamp by the value > exported via

[OE-core] [PATCH v3 08/11] python2.7: improve reproducibility

2017-08-09 Thread Juro Bystricky
The compiled .pyc files contain time stamp corresponding to the compile time. This prevents binary reproducibility. This patch allows to achieve binary reproducibility by overriding the build time stamp by the value exported via SOURCE_DATE_EPOCH. Patch by Bernhard M. Wiedemann, backported from