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:
California Sullivan 2017-08-18 14:04:27 -07:00 committed by Saul Wold
parent 7bf6abf878
commit 3bc2dc2317

View File

@ -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}"