diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-06-01 19:46:48 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-02 10:04:55 +0200 |
| commit | e9a57bbadf60671c277709dbdc1744075752bc7a (patch) | |
| tree | 339fdce4cf4316d46b3b869da5fe03baf6626666 | |
| parent | d014d6322b3bd04ab1ed715d9dbd4d4bc837eb6f (diff) | |
| download | meta-openembedded-e9a57bbadf60671c277709dbdc1744075752bc7a.tar.gz | |
ccid: add 1.4.4 version recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.4.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.4.bb b/meta-oe/recipes-support/ccid/ccid_1.4.4.bb new file mode 100644 index 0000000000..734e854968 --- /dev/null +++ b/meta-oe/recipes-support/ccid/ccid_1.4.4.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Generic USB CCID smart card reader driver" | ||
| 2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" | ||
| 3 | LICENSE = "LGPLv2.1+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | DEPENDS = "virtual/libusb0 pcsc-lite" | ||
| 8 | RDEPENDS_${PN} = "pcsc-lite" | ||
| 9 | |||
| 10 | SRC_URI = "https://alioth.debian.org/frs/download.php/3579/ccid-${PV}.tar.bz2" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "79ef91103bcdd99a3b31cb5c5721a829" | ||
| 13 | SRC_URI[sha256sum] = "953e430d2e37a67b99041f584249085656d73e72390dfe40589f4dd5c367edd0" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | FILES_${PN} += "${libdir}/pcsc/" | ||
| 18 | FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" | ||
