summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <lans.zhang2008@gmail.com>2017-08-20 20:31:58 +0800
committerJia Zhang <lans.zhang2008@gmail.com>2017-08-20 20:31:58 +0800
commitddb0b8d6d20285c6c39c75eab091e0b72b02393d (patch)
treedde566962b44bb4c8d554279dd4ed5cb24efe605
parentb1e14f4e88be503f91db9c51c89a5a9f5e30de91 (diff)
downloadmeta-secure-core-ddb0b8d6d20285c6c39c75eab091e0b72b02393d.tar.gz
meta-tpm: tss 1.x always depends on openssl 1.0.x
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_git.bb b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_git.bb
index 48cbf75..853590d 100644
--- a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_git.bb
+++ b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_git.bb
@@ -5,7 +5,7 @@ SECTION = "security/tpm"
5LICENSE = "openssl" 5LICENSE = "openssl"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52"
7 7
8DEPENDS += "openssl trousers" 8DEPENDS += "openssl10 trousers"
9 9
10PV = "0.4.2+git${SRCPV}" 10PV = "0.4.2+git${SRCPV}"
11 11
diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
index cb59e8c..8833688 100644
--- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
+++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
@@ -10,7 +10,7 @@ SECTION = "security/tpm"
10LICENSE = "CPL-1.0" 10LICENSE = "CPL-1.0"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
12 12
13DEPENDS = "libtspi openssl" 13DEPENDS = "libtspi openssl10"
14DEPENDS_class-native = "trousers-native" 14DEPENDS_class-native = "trousers-native"
15 15
16PV = "1.3.9.1+git${SRCPV}" 16PV = "1.3.9.1+git${SRCPV}"
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index 967b25e..c20f8d5 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 = "openssl" 14DEPENDS = "openssl10"
15PROVIDES = "${PACKAGES}" 15PROVIDES = "${PACKAGES}"
16 16
17PV = "0.3.14+git${SRCPV}" 17PV = "0.3.14+git${SRCPV}"