Skip to content

Commit

Permalink
src/poky:python2.7: improve reproducibility
Browse files Browse the repository at this point in the history
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 python/cpython#296

[YOCTO#11241]

(From OE-Core rev: 2a044f1e4f5c63e11e631b31f741c7aabfa6f601)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
jurobystricky authored and rpurdie committed Aug 23, 2017
1 parent 5b68feb commit 99fe49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poky
Submodule poky updated from 924b53 to 07348b

0 comments on commit 99fe49e

Please sign in to comment.