Skip to content

Commit aac8ce2

Browse files
committed
[ot] subprojects: oorandom: remove unused dependency
Signed-off-by: James Wainwright <[email protected]>
1 parent 6f5b2da commit aac8ce2

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

hw/opentitan/otbn/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bitflags_dep = subproject('bitflags').get_variable('bitflags_dep')
22
paste_dep = subproject('paste').get_variable('paste_dep')
3-
oorandom_dep = subproject('oorandom').get_variable('oorandom_dep')
43
ethnum_dep = subproject('ethnum-rs').get_variable('ethnum_dep')
54

65
if build_machine.system() == 'linux'
@@ -20,7 +19,6 @@ otbn_lib = static_library('otbn',
2019
dependencies: [
2120
bitflags_dep,
2221
paste_dep,
23-
oorandom_dep,
2422
ethnum_dep,
2523
dl_dep],
2624
rust_crate_type: 'staticlib')

hw/opentitan/otbn/otbn/meson.build

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
project('otbn', 'rust', version: '0.1.0')
22

3-
oorandom_sp = subproject('oorandom')
4-
oorandom_dep = oorandom_sp.get_variable('oorandom_dep')
5-
63
otbn_lib = static_library('otbn',
74
'src/lib.rs',
8-
link_with: oorandom_lib,
95
install: true)
106

117
otbn_dep = declare_dependency(link_with: otbn_lib)

subprojects/oorandom.wrap

Lines changed: 0 additions & 8 deletions
This file was deleted.

subprojects/packagefiles/oorandom/0001.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)