diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-04 14:23:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-04 14:23:59 +0100 |
| commit | 0e571479e7e19f41f2b17335d7dd4cb78141c5fb (patch) | |
| tree | 1bb940c8367f5ea786b051af00bb9ccc9dce2743 | |
| parent | 95fc31714c85cfed72f6e3908f54035449a39cde (diff) | |
Fix linux build broken by arm64 changes.v2.15.114
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ def dependencies(target, options): # also need a patched openssl binary to make certificates. # This dependency is to get that binary, which is added into # the appropriate place later - deps.append(('openssl', '0b7b7f1')) + deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', '01c7d4c')) deps.append(('ffcmp', 'a915540')) |
