[meta-ti] [master][PATCH] ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer available

Denys Dmytriyenko denys at ti.com
Thu Sep 12 20:10:58 PDT 2019


These packages still need to be migrated from 1.0 API to 1.1
Specific to Keystone2 platforms.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 2 +-
 recipes-ti/libp11/libp11_git.bb               | 2 +-
 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 7dd6f09..01bd58f 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"
 
 inherit autotools pkgconfig
 
-DEPENDS = "openssl10 libtool libp11"
+DEPENDS = "openssl libtool libp11"
 
 COMPATIBLE_MACHINE = "keystone"
 
diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb
index 9b1ea3e..a768f15 100644
--- a/recipes-ti/libp11/libp11_git.bb
+++ b/recipes-ti/libp11/libp11_git.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 
 inherit autotools pkgconfig
 
-DEPENDS = "openssl10 libtool"
+DEPENDS = "openssl libtool"
 RDEPENDS_${PN} = "ti-softhsmv2"
 
 COMPATIBLE_MACHINE = "keystone"
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index d281a51..6a196ae 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"
 
 inherit autotools pkgconfig
 
-DEPENDS = "openssl10 libdaemon zlib"
+DEPENDS = "openssl libdaemon zlib"
 COMPATIBLE_MACHINE = "keystone"
 
 BRANCH = "ti-softhsm-rebase"
-- 
2.7.4



More information about the meta-ti mailing list