mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
ti-softhsmv2: depend on openssl10, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -7,10 +7,10 @@ mntdir = "/mnt"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "openssl libdaemon zlib"
|
||||
DEPENDS = "openssl10 libdaemon zlib"
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
|
||||
BRANCH="ti-softhsm-rebase"
|
||||
BRANCH = "ti-softhsm-rebase"
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
|
||||
#Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00
|
||||
SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13"
|
||||
@@ -19,13 +19,13 @@ PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CFLAGS += " -mno-unaligned-access"
|
||||
CPPFLAGS += " -mno-unaligned-access"
|
||||
CFLAGS += "-mno-unaligned-access"
|
||||
CPPFLAGS += "-mno-unaligned-access"
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--with-zlib=${STAGING_EXECPREFIXDIR} \
|
||||
--with-openssl=${STAGING_EXECPREFIXDIR} \
|
||||
"
|
||||
"
|
||||
|
||||
INITSCRIPT_NAME = "softhsm-daemon.sh"
|
||||
INITSCRIPT_PARAMS = "defaults 10"
|
||||
@@ -34,7 +34,7 @@ inherit update-rc.d
|
||||
|
||||
FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*"
|
||||
FILES_${PN}-dbg += "${libdir}/softhsm/.debug"
|
||||
FILES_${PN}-staticdev += "${libdir}/softhsm/*.a "
|
||||
FILES_${PN}-staticdev += "${libdir}/softhsm/*.a"
|
||||
FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so"
|
||||
|
||||
INSANE_SKIP_${PN}-dev = "dev-elf"
|
||||
|
||||
Reference in New Issue
Block a user