diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-23 17:48:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-23 17:48:53 +0100 |
| commit | f9687d5efd1dacfc17330785055cb3710aa57aa1 (patch) | |
| tree | df626dfc88a0cb8da2ed993d016942720264c1be | |
| parent | a496b7a7a1b52f4f16b8dd208f4d7ef6e744af16 (diff) | |
Bump openssl lib.
| -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', 'carl')) + deps.append(('openssl', 'arm64')) if can_build_disk(target): deps.append(('lwext4', '370b3de6')) deps.append(('ffcmp', None)) |
