summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-09-13 09:10:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-13 03:00:47 +0000
commite1757509f9e73dcacf5e033aa0910e61bd215289 (patch)
treead37c9e3ef9ef07ab548b552be6d379e5f20d4da /recipes-ti
parentbdf083451e8e69bd35192025f9a2fa597b056aa0 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/engine-pkcs11/engine-pkcs11_git.bb2
-rw-r--r--recipes-ti/libp11/libp11_git.bb2
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb2
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
6inherit autotools pkgconfig 6inherit autotools pkgconfig
7 7
8DEPENDS = "openssl10 libtool libp11" 8DEPENDS = "openssl libtool libp11"
9 9
10COMPATIBLE_MACHINE = "keystone" 10COMPATIBLE_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
6inherit autotools pkgconfig 6inherit autotools pkgconfig
7 7
8DEPENDS = "openssl10 libtool" 8DEPENDS = "openssl libtool"
9RDEPENDS_${PN} = "ti-softhsmv2" 9RDEPENDS_${PN} = "ti-softhsmv2"
10 10
11COMPATIBLE_MACHINE = "keystone" 11COMPATIBLE_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
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10DEPENDS = "openssl10 libdaemon zlib" 10DEPENDS = "openssl libdaemon zlib"
11COMPATIBLE_MACHINE = "keystone" 11COMPATIBLE_MACHINE = "keystone"
12 12
13BRANCH = "ti-softhsm-rebase" 13BRANCH = "ti-softhsm-rebase"