diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-13 09:10:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-13 03:00:47 +0000 |
commit | e1757509f9e73dcacf5e033aa0910e61bd215289 (patch) | |
tree | ad37c9e3ef9ef07ab548b552be6d379e5f20d4da | |
parent | bdf083451e8e69bd35192025f9a2fa597b056aa0 (diff) | |
download | meta-ti-e1757509f9e73dcacf5e033aa0910e61bd215289.tar.gz |
ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer available
These packages still need to be migrated from 1.0 API to 1.1
Specific to Keystone2 platforms.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 2 | ||||
-rw-r--r-- | recipes-ti/libp11/libp11_git.bb | 2 | ||||
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb index 7dd6f096..01bd58f4 100644 --- a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb +++ b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | DEPENDS = "openssl10 libtool libp11" | 8 | DEPENDS = "openssl libtool libp11" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "keystone" | 10 | COMPATIBLE_MACHINE = "keystone" |
11 | 11 | ||
diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb index 9b1ea3e9..a768f155 100644 --- a/recipes-ti/libp11/libp11_git.bb +++ b/recipes-ti/libp11/libp11_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | DEPENDS = "openssl10 libtool" | 8 | DEPENDS = "openssl libtool" |
9 | RDEPENDS_${PN} = "ti-softhsmv2" | 9 | RDEPENDS_${PN} = "ti-softhsmv2" |
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "keystone" | 11 | COMPATIBLE_MACHINE = "keystone" |
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb index d281a515..6a196ae4 100644 --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | |||
@@ -7,7 +7,7 @@ mntdir = "/mnt" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | DEPENDS = "openssl10 libdaemon zlib" | 10 | DEPENDS = "openssl libdaemon zlib" |
11 | COMPATIBLE_MACHINE = "keystone" | 11 | COMPATIBLE_MACHINE = "keystone" |
12 | 12 | ||
13 | BRANCH = "ti-softhsm-rebase" | 13 | BRANCH = "ti-softhsm-rebase" |