[oe-commits] Kalev Lember : ccid 1.3.8: new recipe

GIT User account git at amethyst.openembedded.net
Sun Oct 19 18:49:22 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 761740688bcceed5305b2c40d563895e45c9ec42
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=761740688bcceed5305b2c40d563895e45c9ec42

Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sun Oct 19 17:03:12 2008 +0300

ccid 1.3.8: new recipe

---

 conf/checksums.ini          |    4 ++++
 packages/ccid/ccid_1.3.8.bb |   21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 5cc4a8d..6d464bd 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -2082,6 +2082,10 @@ sha256=015c4237a532b873990aeeecdf351138ce5a811d062d6db73c611a4985de5435
 md5=b8c51a2e3cccb381428426c0fc543244
 sha256=f1e44d628cc4cbac192bf33f492ad8d1e1988cae576924128df36f3638e9a485
 
+[http://alioth.debian.org/download.php/2482/ccid-1.3.8.tar.bz2]
+md5=ebb5fc927d73cd63737a9114481e8957
+sha256=8cb892ef36321069eff7826aa732f1481715fe54bf96346fae1d25565b44c536
+
 [http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/ccxstream-1.0.15.tar.gz]
 md5=c589fff48ce541f26b394c9d82ccbead
 sha256=2dec31ba4a176c921a653c0949a53c2d3497e047737724350897fd2534db18fe
diff --git a/packages/ccid/ccid_1.3.8.bb b/packages/ccid/ccid_1.3.8.bb
new file mode 100644
index 0000000..033af6c
--- /dev/null
+++ b/packages/ccid/ccid_1.3.8.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Generic USB CCID smart card reader driver"
+HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
+LICENSE = "GPL"
+FILE_PR = "r0"
+
+DEPENDS = "libusb pcsc-lite"
+RDEPENDS = "pcsc-lite"
+
+SRC_URI = "http://alioth.debian.org/download.php/2482/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"





More information about the Openembedded-commits mailing list