meta-tpm: tss 1.x always depends on openssl 1.0.x

Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
This commit is contained in:
Jia Zhang
2017-08-20 20:31:58 +08:00
parent b1e14f4e88
commit ddb0b8d6d2
3 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ SECTION = "security/tpm"
LICENSE = "openssl"
LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52"
DEPENDS += "openssl trousers"
DEPENDS += "openssl10 trousers"
PV = "0.4.2+git${SRCPV}"
@@ -10,7 +10,7 @@ SECTION = "security/tpm"
LICENSE = "CPL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
DEPENDS = "libtspi openssl"
DEPENDS = "libtspi openssl10"
DEPENDS_class-native = "trousers-native"
PV = "1.3.9.1+git${SRCPV}"
@@ -11,7 +11,7 @@ SECTION = "security/tpm"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8031b2ae48ededc9b982c08620573426"
DEPENDS = "openssl"
DEPENDS = "openssl10"
PROVIDES = "${PACKAGES}"
PV = "0.3.14+git${SRCPV}"