blob: 7fe0640d9453f1a946af5c5f9ffa6b7c646421a1 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Library for using PKCS"
2DESCRIPTION = "\
3Libp11 is a library implementing a small layer on top of PKCS \
4make using PKCS"
Brad Bishop15ae2502019-06-18 21:44:24 -04005HOMEPAGE = "https://github.com/OpenSC/libp11"
6BUGTRACKER = "https://github.com/OpenSC/libp11/issues"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007SECTION = "Development/Libraries"
8LICENSE = "LGPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
10DEPENDS = "libtool openssl"
11
12SRC_URI = "git://github.com/OpenSC/libp11.git"
Brad Bishop15ae2502019-06-18 21:44:24 -040013SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geissler82c905d2020-04-13 13:39:40 -050015UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"
16
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017S = "${WORKDIR}/git"
18
19inherit autotools pkgconfig
20
21EXTRA_OECONF = "--disable-static"
22
23do_install_append () {
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024 rm -rf ${D}${docdir}/${BPN}
25}
26
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027FILES_${PN} += "${libdir}/engines*/pkcs11.so"
28FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}"
Brad Bishop8410d612019-11-25 09:40:59 -050029
30BBCLASSEXTEND = "native"