gnupg: disable CCID driver

The CCID driver driver is apparently unnecessary, so disable it.

According to Scott Garman <scott.a.garman@intel.com>:

I'd just note that the CCID smartcard reader is a specific piece of
hardware that is unlikely to be used in a majority of our use cases.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2012-06-05 12:03:45 -05:00
parent b2c78bb88c
commit 8288fedc56

View File

@ -0,0 +1,3 @@
PR .= ".1"
EXTRA_OECONF += "--disable-ccid-driver"