diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-09-25 22:19:58 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-26 08:28:11 +0800 |
commit | 15ed238b0f13abaabf8af4ba153f3ca2ddf58692 (patch) | |
tree | 7c78d08be7fce94edd25afc15b712fbac95ed230 | |
parent | ef419deaced53c7fca33547450857658de520945 (diff) | |
download | meta-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.bb | 2 |
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" | |||
11 | LICENSE = "BSD" | 11 | LICENSE = "BSD" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426" |
13 | 13 | ||
14 | DEPENDS = "openssl10" | 14 | DEPENDS = "openssl" |
15 | PROVIDES = "${PACKAGES}" | 15 | PROVIDES = "${PACKAGES}" |
16 | 16 | ||
17 | PV = "0.3.14+git${SRCPV}" | 17 | PV = "0.3.14+git${SRCPV}" |