diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-07 12:06:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-07 12:06:42 +0100 |
| commit | 4493afeec215e67209cdc05c39d6e3a30c3df3f4 (patch) | |
| tree | 2ae7182a8b27bd7a6760c249294c15db2022a41c | |
| parent | 7c4d7ce5b9408a68ddf7c6122339ee472341cad7 (diff) | |
Update lwext4 for build fix so that its arm64 library is relinkedv2.15.118
correctly.
Otherwise gatekeeper refuses to run DCP-o-matic.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -385,7 +385,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', 'f2a1573')) + deps.append(('lwext4', 'd67dd1b')) deps.append(('ffcmp', 'a915540')) return deps |
