[meta-intel] [PATCH 2/2] sbsigntool: depend on openssl10

California Sullivan california.l.sullivan at intel.com
Fri Aug 18 14:04:27 PDT 2017


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 at intel.com>
---
 common/recipes-support/sbsigntool/sbsigntool-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-support/sbsigntool/sbsigntool-native_git.bb b/common/recipes-support/sbsigntool/sbsigntool-native_git.bb
index 8228a92..430a6a7 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}"
 
-- 
2.9.5



More information about the meta-intel mailing list