summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb')
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index 518508c3..329fbaa6 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"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10DEPENDS = "openssl libdaemon" 10DEPENDS = "openssl libdaemon zlib"
11COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 11COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
12 12
13BRANCH="master" 13BRANCH="master"
@@ -15,12 +15,15 @@ SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=
15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01 15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
16SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c" 16SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
17PV = "1.3.0.1" 17PV = "1.3.0.1"
18PR = "r1"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21
21CFLAGS += " -mno-unaligned-access" 22CFLAGS += " -mno-unaligned-access"
22CPPFLAGS += " -mno-unaligned-access" 23CPPFLAGS += " -mno-unaligned-access"
23 24
25EXTRA_OECONF += "--with-zlib=${STAGING_DIR_HOST}/usr"
26
24INITSCRIPT_NAME = "softhsm-daemon.sh" 27INITSCRIPT_NAME = "softhsm-daemon.sh"
25INITSCRIPT_PARAMS = "defaults 10" 28INITSCRIPT_PARAMS = "defaults 10"
26 29