mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
14d2b74fa4
commit
9c517424df
@ -3,8 +3,7 @@ HOMEPAGE = "http://pcsclite.alioth.debian.org/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149"
|
||||
DEPENDS = "udev"
|
||||
RDEPENDS += "ccid"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2"
|
||||
|
||||
@ -23,4 +22,6 @@ S = "${WORKDIR}/pcsc-lite-${PV}"
|
||||
|
||||
PACKAGES =+ "${PN}-lib"
|
||||
|
||||
RRECOMMENDS_${PN} = "ccid"
|
||||
|
||||
FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user