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"