mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
sbsigntool: depend on openssl10
sbsigntool does not currently work with openssl version 1.1 which was just added to OE-core, so depend on version 1.0.* instead. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
7bf6abf878
commit
3bc2dc2317
|
@ -27,7 +27,7 @@ SRCREV_sbsigntools ?= "efbb550858e7bd3f43e64228d22aea440ef6a14d"
|
|||
SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
|
||||
SRCREV_FORMAT = "sbsigntools_ccan"
|
||||
|
||||
DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native"
|
||||
DEPENDS = "binutils-native gnu-efi-native help2man-native openssl10-native util-linux-native"
|
||||
|
||||
PV = "0.8-git${SRCPV}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user