From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-support/libp11/libp11_0.4.10.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 external/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.10.bb (limited to 'external/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.10.bb') diff --git a/external/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/external/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.10.bb new file mode 100644 index 00000000..7fe0640d --- /dev/null +++ b/external/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.10.bb @@ -0,0 +1,30 @@ +SUMMARY = "Library for using PKCS" +DESCRIPTION = "\ +Libp11 is a library implementing a small layer on top of PKCS \ +make using PKCS" +HOMEPAGE = "https://github.com/OpenSC/libp11" +BUGTRACKER = "https://github.com/OpenSC/libp11/issues" +SECTION = "Development/Libraries" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" +DEPENDS = "libtool openssl" + +SRC_URI = "git://github.com/OpenSC/libp11.git" +SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68" + +UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P\d+(\.\d+)+)" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-static" + +do_install_append () { + rm -rf ${D}${docdir}/${BPN} +} + +FILES_${PN} += "${libdir}/engines*/pkcs11.so" +FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg