summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-06-05 12:03:45 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-06-05 20:32:13 -0500
commit8288fedc56963836c628998e83e72807bd753560 (patch)
tree670a5b57d87f6d530217c231c11ab4531814b9cb
parentb2c78bb88c146f76a628fd369b2918cdfc7b460b (diff)
downloadmeta-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.bbappend3
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 @@
1PR .= ".1"
2
3EXTRA_OECONF += "--disable-ccid-driver"