summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pcsc-lite
Commit message (Collapse)AuthorAgeFilesLines
* pcsc-lite: ccid downgraded to a runtime recommendationOtavio Salvador2011-12-231-2/+3
| | | | | | | | ccid adds more smart-card readers support but it is not a requirement for pcsc-lite to work thus we change it to a recommendation instead of a hard dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pcsc-lite: clean recipeEric BENARD2011-12-062-37/+2
| | | | | | | | | | | | | | we get the following log at boot : Configuring pcsc-lite. update-rc.d: /etc/init.d/pcscd: file does not exist as the init script is no more nedded (autoload feature of the daemon by the clients), we can remove the previously unused init script and clean the recipe in order not to have any update-rc interaction. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pcsc-lite: rdepends on ccid and drop init scriptOtavio Salvador2011-06-021-12/+3
| | | | | | | We use auto-start feature by default as it is provided by ccid and works out of box for most use cases. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pcsc-lite: add version 1.7.2Otavio Salvador2011-05-162-0/+70
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>