mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
libp11: Add new recipe
libp11 is a library implementing a small layer on top of PKCS make using PKCS Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
SRCREV = "7d56d89fcad6440d108bbbccfb1ebd958e7eb740"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-static"
|
||||
|
||||
do_install_append () {
|
||||
rm -rf ${D}${libdir}/*.la
|
||||
rm -rf ${D}${docdir}/${BPN}
|
||||
}
|
||||
Reference in New Issue
Block a user