diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-12-07 02:01:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-06 20:14:18 +0000 |
commit | 06590541e4fa4c902746fcc584cd82ef2a3e73a1 (patch) | |
tree | 224a869900dad8e291ab657abcbd4d39ec56974c /recipes-ti/libp11/libp11_git.bb | |
parent | de3439207d5389f1db13e29aa41ff04a192fb13d (diff) | |
download | meta-ti-06590541e4fa4c902746fcc584cd82ef2a3e73a1.tar.gz |
libp11: depend on openssl10
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/libp11/libp11_git.bb')
-rw-r--r-- | recipes-ti/libp11/libp11_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb index cacdf587..9b1ea3e9 100644 --- a/recipes-ti/libp11/libp11_git.bb +++ b/recipes-ti/libp11/libp11_git.bb | |||
@@ -5,13 +5,13 @@ SECTION = "libs" | |||
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | DEPENDS = "openssl libtool" | 8 | DEPENDS = "openssl10 libtool" |
9 | RDEPENDS_${PN} = "ti-softhsmv2" | 9 | RDEPENDS_${PN} = "ti-softhsmv2" |
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "keystone" | 11 | COMPATIBLE_MACHINE = "keystone" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" |
14 | BRANCH="master" | 14 | BRANCH = "master" |
15 | # Following commit corresponds to DEV.LIBP11-01.03.00.00 | 15 | # Following commit corresponds to DEV.LIBP11-01.03.00.00 |
16 | SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33" | 16 | SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33" |
17 | PV = "1.3.0.0" | 17 | PV = "1.3.0.0" |