mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
9b2cb2ffe4
Upgrade libp11 from 0.2.8 to 0.3.0. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
626 B
BlitzBasic
24 lines
626 B
BlitzBasic
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}
|
|
}
|