From: Dirk 'Virk' Van Haerenborgh <vhdirk@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] ccid: Update to version 1.3.10
Date: Wed, 8 Apr 2009 18:13:14 +0200 [thread overview]
Message-ID: <1239207194-12212-1-git-send-email-vhdirk@gmail.com> (raw)
---
conf/checksums.ini | 4 ++++
recipes/ccid/ccid_1.3.10.bb | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 recipes/ccid/ccid_1.3.10.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 2e8e264..08f9892 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3326,6 +3326,10 @@ sha256=015c4237a532b873990aeeecdf351138ce5a811d062d6db73c611a4985de5435
md5=b8c51a2e3cccb381428426c0fc543244
sha256=f1e44d628cc4cbac192bf33f492ad8d1e1988cae576924128df36f3638e9a485
+[http://alioth.debian.org/download.php/2924/ccid-1.3.10.tar.bz2]
+md5=92220d7b7b0aae7bc141b09ba529458c
+sha256=54610f1a6cd65e8d2b5cb9f7917e509ebcdf130a565e71e06ad4e65ed0dad5ec
+
[http://alioth.debian.org/download.php/2482/ccid-1.3.8.tar.bz2]
md5=ebb5fc927d73cd63737a9114481e8957
sha256=8cb892ef36321069eff7826aa732f1481715fe54bf96346fae1d25565b44c536
diff --git a/recipes/ccid/ccid_1.3.10.bb b/recipes/ccid/ccid_1.3.10.bb
new file mode 100644
index 0000000..37f74eb
--- /dev/null
+++ b/recipes/ccid/ccid_1.3.10.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Generic USB CCID smart card reader driver"
+HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
+LICENSE = "GPL"
+PR = "r0"
+
+DEPENDS = "libusb pcsc-lite"
+RDEPENDS = "pcsc-lite"
+
+SRC_URI = "http://alioth.debian.org/download.php/2924/ccid-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-udev"
+
+do_install_append () {
+ install -d "${D}/etc/udev/rules.d"
+ install -m 644 "${S}/src/pcscd_ccid.rules" "${D}/etc/udev/rules.d/85-pcscd_ccid.rules"
+}
+
+FILES_${PN} += "${libdir}/pcsc/"
+FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
--
1.6.0.4
next reply other threads:[~2009-04-08 16:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-08 16:13 Dirk 'Virk' Van Haerenborgh [this message]
2009-04-08 16:32 ` [PATCH] ccid: Update to version 1.3.10 Koen Kooi
2009-04-08 17:03 ` Stanislav Brabec
2009-04-09 10:02 ` Stanislav Brabec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1239207194-12212-1-git-send-email-vhdirk@gmail.com \
--to=vhdirk@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.