From 3bc2dc2317074bb85acc6d0f9d7b3f8dcecf8595 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Fri, 18 Aug 2017 14:04:27 -0700 Subject: 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 --- common/recipes-support/sbsigntool/sbsigntool-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/recipes-support/sbsigntool/sbsigntool-native_git.bb b/common/recipes-support/sbsigntool/sbsigntool-native_git.bb index 8228a925..430a6a78 100644 --- a/common/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/common/recipes-support/sbsigntool/sbsigntool-native_git.bb @@ -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}" -- cgit v1.2.3-54-g00ecf