summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pcsc-lite
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-17 11:12:50 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-23 08:53:02 +0100
commit9c517424dfab1f65cf5e750836ee742ecf9b3ecc (patch)
tree929139eec4669ca4c8beccdfb57f1db6ff0d788b /meta-oe/recipes-support/pcsc-lite
parent14d2b74fa451f81488bfdf2697f8170807c1007f (diff)
downloadmeta-openembedded-9c517424dfab1f65cf5e750836ee742ecf9b3ecc.tar.gz
pcsc-lite: ccid downgraded to a runtime recommendation
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>
Diffstat (limited to 'meta-oe/recipes-support/pcsc-lite')
-rw-r--r--meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
index de980ff80..a4f3fcc0c 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://pcsclite.alioth.debian.org/"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149"
5DEPENDS = "udev" 5DEPENDS = "udev"
6RDEPENDS += "ccid" 6PR = "r3"
7PR = "r2"
8 7
9SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2" 8SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2"
10 9
@@ -23,4 +22,6 @@ S = "${WORKDIR}/pcsc-lite-${PV}"
23 22
24PACKAGES =+ "${PN}-lib" 23PACKAGES =+ "${PN}-lib"
25 24
25RRECOMMENDS_${PN} = "ccid"
26
26FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}" 27FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}"