From 21167cc8f9afebb2507ec549a8c756e8b32c67e0 Mon Sep 17 00:00:00 2001 From: oepen Date: Fri, 28 May 2010 15:34:57 +0000 Subject: [PATCH] Added a bitbake recipe for the latest version of ccid including pace-tool. WARNING: Depends on recipes that are not part of openembedded (yet), like opensc and OpenSSL with OpenPACE patch. git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@113 96b47cad-a561-4643-ad3b-153ac7d7599c --- bitbake/ccid-tool.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bitbake/ccid-tool.bb diff --git a/bitbake/ccid-tool.bb b/bitbake/ccid-tool.bb new file mode 100644 index 0000000..f41b351 --- /dev/null +++ b/bitbake/ccid-tool.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget" +LICENSE = "GPL" + +DEPENDS = "pcsc-lite linux-libc-headers openssl opensc" +RDEPENDS = "pcsc-lite kernel-module-gadgetfs libcrypto opensc" + +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=ccid;proto=https;rev=110" + +S = "${WORKDIR}/ccid" + +inherit autotools_stage pkgconfig + +EXTRA_OECONF = "--enable-pace"