summaryrefslogtreecommitdiffstats
path: root/recipes-ti/libp11
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-12-07 02:01:56 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-06 20:14:18 +0000
commit06590541e4fa4c902746fcc584cd82ef2a3e73a1 (patch)
tree224a869900dad8e291ab657abcbd4d39ec56974c /recipes-ti/libp11
parentde3439207d5389f1db13e29aa41ff04a192fb13d (diff)
downloadmeta-ti-06590541e4fa4c902746fcc584cd82ef2a3e73a1.tar.gz
libp11: depend on openssl10
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/libp11')
-rw-r--r--recipes-ti/libp11/libp11_git.bb4
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
6inherit autotools pkgconfig 6inherit autotools pkgconfig
7 7
8DEPENDS = "openssl libtool" 8DEPENDS = "openssl10 libtool"
9RDEPENDS_${PN} = "ti-softhsmv2" 9RDEPENDS_${PN} = "ti-softhsmv2"
10 10
11COMPATIBLE_MACHINE = "keystone" 11COMPATIBLE_MACHINE = "keystone"
12 12
13SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}"
14BRANCH="master" 14BRANCH = "master"
15# Following commit corresponds to DEV.LIBP11-01.03.00.00 15# Following commit corresponds to DEV.LIBP11-01.03.00.00
16SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33" 16SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33"
17PV = "1.3.0.0" 17PV = "1.3.0.0"