summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-08-18 14:04:27 -0700
committerSaul Wold <sgw@linux.intel.com>2017-08-23 15:16:35 -0700
commit3bc2dc2317074bb85acc6d0f9d7b3f8dcecf8595 (patch)
tree6b37b8b4ccbda8d4dcda1476b484f1a25323cbc5 /common
parent7bf6abf8782e7857fd86187f549a485c7f835e40 (diff)
downloadmeta-intel-3bc2dc2317074bb85acc6d0f9d7b3f8dcecf8595.tar.gz
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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-support/sbsigntool/sbsigntool-native_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
27SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" 27SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
28SRCREV_FORMAT = "sbsigntools_ccan" 28SRCREV_FORMAT = "sbsigntools_ccan"
29 29
30DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" 30DEPENDS = "binutils-native gnu-efi-native help2man-native openssl10-native util-linux-native"
31 31
32PV = "0.8-git${SRCPV}" 32PV = "0.8-git${SRCPV}"
33 33