diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-12-07 02:38:17 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-06 20:33:12 +0000 |
| commit | 81b944ca23321b7df2090a7b949e2a95159b5f62 (patch) | |
| tree | dae220f9b36bd0d0b3b7400dce34951173d2b9c9 /recipes-ti | |
| parent | 06590541e4fa4c902746fcc584cd82ef2a3e73a1 (diff) | |
| download | meta-ti-81b944ca23321b7df2090a7b949e2a95159b5f62.tar.gz | |
engine-pkcs11: depend on openssl10
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb index 3d6d221c..7dd6f096 100644 --- a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb +++ b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | |||
| @@ -5,11 +5,11 @@ SECTION = "libs" | |||
| 5 | 5 | ||
| 6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
| 7 | 7 | ||
| 8 | DEPENDS = "openssl libtool libp11" | 8 | DEPENDS = "openssl10 libtool libp11" |
| 9 | 9 | ||
| 10 | COMPATIBLE_MACHINE = "keystone" | 10 | COMPATIBLE_MACHINE = "keystone" |
| 11 | 11 | ||
| 12 | BRANCH="master" | 12 | BRANCH = "master" |
| 13 | 13 | ||
| 14 | PV = "1.3.0.1" | 14 | PV = "1.3.0.1" |
| 15 | # Commit corresponds to DEV.ENGINE_PKCS11-01.03.00.01 | 15 | # Commit corresponds to DEV.ENGINE_PKCS11-01.03.00.01 |
