diff options
| author | Ricardo Salveti <ricardo@foundries.io> | 2019-07-02 14:00:23 -0300 |
|---|---|---|
| committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-07-17 15:52:43 +0300 |
| commit | 7acf8861bc30af04d0443ec407a68aee3f6b5187 (patch) | |
| tree | b474ea7a8b6192fdc0020979d53996da96948f9c | |
| parent | e245dcb1844de0d8c6e262584cf8f2b4b8a6b07d (diff) | |
| download | meta-updater-7acf8861bc30af04d0443ec407a68aee3f6b5187.tar.gz | |
libp11: remove recipe, prefer recipe from meta-oe
meta-oe now ships with libp11 0.4.10, which is newer than the revision
used by this recipe.
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
| -rw-r--r-- | recipes-support/libp11/libp11_git.bb | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes-support/libp11/libp11_git.bb b/recipes-support/libp11/libp11_git.bb deleted file mode 100644 index e51bcce..0000000 --- a/recipes-support/libp11/libp11_git.bb +++ /dev/null | |||
| @@ -1,41 +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 = "57ca68ff67efa08e3be1f26dec6d23bf5bb977f2" | ||
| 15 | |||
| 16 | PV = "0.4.9+git${SRCPV}" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig | ||
| 21 | |||
| 22 | # Currently, Makefile dependencies are incorrectly defined which causes build errors | ||
| 23 | # if the number of jobs is high | ||
| 24 | # See https://github.com/OpenSC/libp11/issues/94 | ||
| 25 | PARALLEL_MAKE = "" | ||
| 26 | EXTRA_OECONF = "--disable-static" | ||
| 27 | |||
| 28 | do_install_append () { | ||
| 29 | rm -rf ${D}${libdir}/*.la | ||
| 30 | rm -rf ${D}${docdir}/${BPN} | ||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} = "${libdir}/engines*/pkcs11.so \ | ||
| 34 | ${libdir}/engines*/libpkcs11${SOLIBS} \ | ||
| 35 | ${libdir}/libp11${SOLIBS}" | ||
| 36 | |||
| 37 | FILES_${PN}-dev = " \ | ||
| 38 | ${libdir}/engines*/libpkcs11${SOLIBSDEV} \ | ||
| 39 | ${libdir}/libp11${SOLIBSDEV} \ | ||
| 40 | ${libdir}/pkgconfig/libp11.pc \ | ||
| 41 | /usr/include" | ||
