mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
191499a2b5
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
609 B
BlitzBasic
17 lines
609 B
BlitzBasic
DESCRIPTION = "Generic USB CCID smart card reader driver"
|
|
HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
DEPENDS = "virtual/libusb0 pcsc-lite"
|
|
RDEPENDS_${PN} = "pcsc-lite"
|
|
|
|
SRC_URI = "https://alioth.debian.org/frs/download.php/3768/ccid-${PV}.tar.bz2"
|
|
SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a"
|
|
SRC_URI[sha256sum] = "7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef"
|
|
|
|
inherit autotools
|
|
|
|
FILES_${PN} += "${libdir}/pcsc/"
|
|
FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
|