summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-09-25 22:19:58 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-09-26 08:28:11 +0800
commit15ed238b0f13abaabf8af4ba153f3ca2ddf58692 (patch)
tree7c78d08be7fce94edd25afc15b712fbac95ed230
parentef419deaced53c7fca33547450857658de520945 (diff)
downloadmeta-secure-core-15ed238b0f13abaabf8af4ba153f3ca2ddf58692.tar.gz
trousers: support openssl 1.1.x
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index c20f8d5..967b25e 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -11,7 +11,7 @@ SECTION = "security/tpm"
11LICENSE = "BSD" 11LICENSE = "BSD"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426"
13 13
14DEPENDS = "openssl10" 14DEPENDS = "openssl"
15PROVIDES = "${PACKAGES}" 15PROVIDES = "${PACKAGES}"
16 16
17PV = "0.3.14+git${SRCPV}" 17PV = "0.3.14+git${SRCPV}"