diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-05 12:03:45 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-05 20:32:13 -0500 |
| commit | 8288fedc56963836c628998e83e72807bd753560 (patch) | |
| tree | 670a5b57d87f6d530217c231c11ab4531814b9cb | |
| parent | b2c78bb88c146f76a628fd369b2918cdfc7b460b (diff) | |
| download | meta-intel-8288fedc56963836c628998e83e72807bd753560.tar.gz | |
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>
| -rw-r--r-- | common/recipes-support/gnupg/gnupg_2.0.18.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/recipes-support/gnupg/gnupg_2.0.18.bbappend b/common/recipes-support/gnupg/gnupg_2.0.18.bbappend new file mode 100644 index 00000000..166a38c9 --- /dev/null +++ b/common/recipes-support/gnupg/gnupg_2.0.18.bbappend | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | PR .= ".1" | ||
| 2 | |||
| 3 | EXTRA_OECONF += "--disable-ccid-driver" | ||
