diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-01-21 18:19:14 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 09:52:51 +0100 |
commit | ce7f238f684ffe0929d8d1629208c2afd818dd65 (patch) | |
tree | c83576734148cef54f9d3775101bd99bce178a8f /meta-oe/recipes-support/openct/openct/openct.sysconfig | |
parent | c8f98b15d0a06938e36de91ebf8b2471e50d21d8 (diff) | |
download | meta-openembedded-contrib-ce7f238f684ffe0929d8d1629208c2afd818dd65.tar.gz |
openct: add new recipe
OpenCT implements drivers for several smart card readers.
It comes as driver in ifdhandler format for PC/SC-Lite,
as CT-API driver, or as a small and lean middleware,
so applications can use it with minimal overhead.
OpenCT also has a primitive mechanism to export smart card
readers to remote machines via TCP/IP.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openct/openct/openct.sysconfig')
-rw-r--r-- | meta-oe/recipes-support/openct/openct/openct.sysconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/openct/openct/openct.sysconfig b/meta-oe/recipes-support/openct/openct/openct.sysconfig new file mode 100644 index 0000000000..ffc270790f --- /dev/null +++ b/meta-oe/recipes-support/openct/openct/openct.sysconfig @@ -0,0 +1,5 @@ +# -*- sh -*- +# Extra options to pass to openct-control. +# Consult "/usr/sbin/openct-control -h" for available options. +# +OPENCT_OPTIONS="" |