diff options
Diffstat (limited to 'meta/lib/oe/sstatesig.py')
| -rw-r--r-- | meta/lib/oe/sstatesig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index d5a6200562..beaccdc909 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
| @@ -477,6 +477,8 @@ def OEOuthashBasic(path, sigfile, task, d): | |||
| 477 | h = hashlib.sha256() | 477 | h = hashlib.sha256() |
| 478 | prev_dir = os.getcwd() | 478 | prev_dir = os.getcwd() |
| 479 | include_owners = os.environ.get('PSEUDO_DISABLED') == '0' | 479 | include_owners = os.environ.get('PSEUDO_DISABLED') == '0' |
| 480 | if "package_write_" in task or task == "package_qa": | ||
| 481 | include_owners = False | ||
| 480 | include_timestamps = False | 482 | include_timestamps = False |
| 481 | if task == "package": | 483 | if task == "package": |
| 482 | include_timestamps = d.getVar('BUILD_REPRODUCIBLE_BINARIES') == '1' | 484 | include_timestamps = d.getVar('BUILD_REPRODUCIBLE_BINARIES') == '1' |
