diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-12-07 01:31:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-06 19:28:55 +0000 |
commit | de3439207d5389f1db13e29aa41ff04a192fb13d (patch) | |
tree | 3c57d4c6d4eaa2abd107da0eb00ec98e6df66c38 /recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | |
parent | 0b5451a89ddc9737885714f7cf76f79da352e28a (diff) | |
download | meta-ti-de3439207d5389f1db13e29aa41ff04a192fb13d.tar.gz |
ti-softhsmv2: depend on openssl10, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb')
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb index d2430f02..d281a515 100644 --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | |||
@@ -7,10 +7,10 @@ mntdir = "/mnt" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | DEPENDS = "openssl libdaemon zlib" | 10 | DEPENDS = "openssl10 libdaemon zlib" |
11 | COMPATIBLE_MACHINE = "keystone" | 11 | COMPATIBLE_MACHINE = "keystone" |
12 | 12 | ||
13 | BRANCH="ti-softhsm-rebase" | 13 | BRANCH = "ti-softhsm-rebase" |
14 | SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" |
15 | #Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00 | 15 | #Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00 |
16 | SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13" | 16 | SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13" |
@@ -19,13 +19,13 @@ PR = "r0" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | CFLAGS += " -mno-unaligned-access" | 22 | CFLAGS += "-mno-unaligned-access" |
23 | CPPFLAGS += " -mno-unaligned-access" | 23 | CPPFLAGS += "-mno-unaligned-access" |
24 | 24 | ||
25 | EXTRA_OECONF += " \ | 25 | EXTRA_OECONF += " \ |
26 | --with-zlib=${STAGING_EXECPREFIXDIR} \ | 26 | --with-zlib=${STAGING_EXECPREFIXDIR} \ |
27 | --with-openssl=${STAGING_EXECPREFIXDIR} \ | 27 | --with-openssl=${STAGING_EXECPREFIXDIR} \ |
28 | " | 28 | " |
29 | 29 | ||
30 | INITSCRIPT_NAME = "softhsm-daemon.sh" | 30 | INITSCRIPT_NAME = "softhsm-daemon.sh" |
31 | INITSCRIPT_PARAMS = "defaults 10" | 31 | INITSCRIPT_PARAMS = "defaults 10" |
@@ -34,7 +34,7 @@ inherit update-rc.d | |||
34 | 34 | ||
35 | FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*" | 35 | FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*" |
36 | FILES_${PN}-dbg += "${libdir}/softhsm/.debug" | 36 | FILES_${PN}-dbg += "${libdir}/softhsm/.debug" |
37 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " | 37 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a" |
38 | FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so" | 38 | FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so" |
39 | 39 | ||
40 | INSANE_SKIP_${PN}-dev = "dev-elf" | 40 | INSANE_SKIP_${PN}-dev = "dev-elf" |