diff options
author | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-20 20:31:58 +0800 |
---|---|---|
committer | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-20 20:31:58 +0800 |
commit | ddb0b8d6d20285c6c39c75eab091e0b72b02393d (patch) | |
tree | dde566962b44bb4c8d554279dd4ed5cb24efe605 | |
parent | b1e14f4e88be503f91db9c51c89a5a9f5e30de91 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb | 2 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm/trousers/trousers_git.bb | 2 |
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" | |||
5 | LICENSE = "openssl" | 5 | LICENSE = "openssl" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52" |
7 | 7 | ||
8 | DEPENDS += "openssl trousers" | 8 | DEPENDS += "openssl10 trousers" |
9 | 9 | ||
10 | PV = "0.4.2+git${SRCPV}" | 10 | PV = "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" | |||
10 | LICENSE = "CPL-1.0" | 10 | LICENSE = "CPL-1.0" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" |
12 | 12 | ||
13 | DEPENDS = "libtspi openssl" | 13 | DEPENDS = "libtspi openssl10" |
14 | DEPENDS_class-native = "trousers-native" | 14 | DEPENDS_class-native = "trousers-native" |
15 | 15 | ||
16 | PV = "1.3.9.1+git${SRCPV}" | 16 | PV = "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" | |||
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 = "openssl" | 14 | DEPENDS = "openssl10" |
15 | PROVIDES = "${PACKAGES}" | 15 | PROVIDES = "${PACKAGES}" |
16 | 16 | ||
17 | PV = "0.3.14+git${SRCPV}" | 17 | PV = "0.3.14+git${SRCPV}" |