1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2019-09-13 09:10:58 +00:00
parent bdf083451e
commit e1757509f9
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ SECTION = "libs"
inherit autotools pkgconfig
DEPENDS = "openssl10 libtool libp11"
DEPENDS = "openssl libtool libp11"
COMPATIBLE_MACHINE = "keystone"

View File

@@ -5,7 +5,7 @@ SECTION = "libs"
inherit autotools pkgconfig
DEPENDS = "openssl10 libtool"
DEPENDS = "openssl libtool"
RDEPENDS_${PN} = "ti-softhsmv2"
COMPATIBLE_MACHINE = "keystone"

View File

@@ -7,7 +7,7 @@ mntdir = "/mnt"
inherit autotools pkgconfig
DEPENDS = "openssl10 libdaemon zlib"
DEPENDS = "openssl libdaemon zlib"
COMPATIBLE_MACHINE = "keystone"
BRANCH = "ti-softhsm-rebase"