From 15ed238b0f13abaabf8af4ba153f3ca2ddf58692 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 25 Sep 2018 22:19:58 +0800 Subject: trousers: support openssl 1.1.x Signed-off-by: Hongxu Jia --- meta-tpm/recipes-tpm/trousers/trousers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426" -DEPENDS = "openssl10" +DEPENDS = "openssl" PROVIDES = "${PACKAGES}" PV = "0.3.14+git${SRCPV}" -- cgit v1.2.3-54-g00ecf