From 8288fedc56963836c628998e83e72807bd753560 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 5 Jun 2012 12:03:45 -0500 Subject: gnupg: disable CCID driver The CCID driver driver is apparently unnecessary, so disable it. According to Scott Garman : 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 --- common/recipes-support/gnupg/gnupg_2.0.18.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/recipes-support/gnupg/gnupg_2.0.18.bbappend (limited to 'common') 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 @@ +PR .= ".1" + +EXTRA_OECONF += "--disable-ccid-driver" -- cgit v1.2.3-54-g00ecf