blob: d97bfc689857c2f2743dd0cdbf0173f64df121e7 [file] [log] [blame]
SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
DEPENDS = "libtool openssl"
SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http"
SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-static"
do_install_append () {
rm -rf ${D}${libdir}/*.la
rm -rf ${D}${docdir}/${BPN}
}