mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libp11: update to version 0.4.0
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
committed by
Martin Jansa
parent
1aaa57e8cf
commit
30ef6ad7d9
+8
-1
@@ -9,15 +9,22 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
|
|||||||
DEPENDS = "libtool openssl"
|
DEPENDS = "libtool openssl"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/OpenSC/libp11.git"
|
SRC_URI = "git://github.com/OpenSC/libp11.git"
|
||||||
SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
|
SRCREV = "22de793340ab73cafc92f8238afb51a06d8411c3"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
# Currently, Makefile dependencies are incorrectly defined which causes build errors
|
||||||
|
# The number of jobs is high
|
||||||
|
# See https://github.com/OpenSC/libp11/issues/94
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
EXTRA_OECONF = "--disable-static"
|
EXTRA_OECONF = "--disable-static"
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
rm -rf ${D}${libdir}/*.la
|
rm -rf ${D}${libdir}/*.la
|
||||||
rm -rf ${D}${docdir}/${BPN}
|
rm -rf ${D}${docdir}/${BPN}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += "${libdir}/pkcs11${SOLIBS}"
|
||||||
|
FILES_${PN}-dev += "${libdir}/pkcs11${SOLIBSDEV}"
|
||||||
Reference in New Issue
Block a user