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
This commit is contained in:
13
bitbake/ccid-tool.bb
Normal file
13
bitbake/ccid-tool.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user