diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-14 14:28:57 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-14 14:57:00 +0200 |
commit | 50ea1925fbb89c11f9a3e668ec69a37b5ea9de40 (patch) | |
tree | a152c2f1b39317f07423bac81547dbc26a71f9bc /recipes-support/libp11/libp11_0.4.7.bb | |
parent | 3e86310a64a769622ea8066c967bf0bad6be70e7 (diff) | |
download | meta-updater-50ea1925fbb89c11f9a3e668ec69a37b5ea9de40.tar.gz |
libp11: Bump to release 0.4.9.fix/libp11-openssl1.1
Diffstat (limited to 'recipes-support/libp11/libp11_0.4.7.bb')
-rw-r--r-- | recipes-support/libp11/libp11_0.4.7.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-support/libp11/libp11_0.4.7.bb b/recipes-support/libp11/libp11_0.4.7.bb deleted file mode 100644 index 00074e5..0000000 --- a/recipes-support/libp11/libp11_0.4.7.bb +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | SUMMARY = "Library for using PKCS" | ||
2 | DESCRIPTION = "\ | ||
3 | Libp11 is a library implementing a small layer on top of PKCS \ | ||
4 | make using PKCS" | ||
5 | HOMEPAGE = "http://www.opensc-project.org/libp11" | ||
6 | SECTION = "Development/Libraries" | ||
7 | LICENSE = "LGPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | ||
9 | DEPENDS = "libtool openssl" | ||
10 | RDEPENDS_${PN} += " opensc" | ||
11 | |||
12 | SRC_URI = "git://github.com/OpenSC/libp11.git \ | ||
13 | file://0001-Workaround-for-a-buggy-version-of-openssl-1.0.2m.patch" | ||
14 | SRCREV = "da725ab727342083478150a203a3c80c4551feb4" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit autotools pkgconfig | ||
19 | |||
20 | # Currently, Makefile dependencies are incorrectly defined which causes build errors | ||
21 | # if the number of jobs is high | ||
22 | # See https://github.com/OpenSC/libp11/issues/94 | ||
23 | PARALLEL_MAKE = "" | ||
24 | EXTRA_OECONF = "--disable-static" | ||
25 | |||
26 | do_install_append () { | ||
27 | rm -rf ${D}${libdir}/*.la | ||
28 | rm -rf ${D}${docdir}/${BPN} | ||
29 | } | ||
30 | |||
31 | FILES_${PN} = "${libdir}/engines*/pkcs11.so \ | ||
32 | ${libdir}/engines*/libpkcs11${SOLIBS} \ | ||
33 | ${libdir}/libp11${SOLIBS}" | ||
34 | |||
35 | FILES_${PN}-dev = " \ | ||
36 | ${libdir}/engines*/libpkcs11${SOLIBSDEV} \ | ||
37 | ${libdir}/libp11${SOLIBSDEV} \ | ||
38 | ${libdir}/pkgconfig/libp11.pc \ | ||
39 | /usr/include" | ||