mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
pcsc-lite: rdepends on ccid and drop init script
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>
This commit is contained in:
committed by
Koen Kooi
parent
e9a57bbadf
commit
06c72fc45b
@@ -3,10 +3,10 @@ HOMEPAGE = "http://pcsclite.alioth.debian.org/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149"
|
||||
DEPENDS = "udev"
|
||||
PR = "r0"
|
||||
RDEPENDS += "ccid"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2 \
|
||||
file://pcscd.init "
|
||||
SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "47e7055cfc14399fdaa1b7a4aa06e5aa"
|
||||
SRC_URI[sha256sum] = "41f13d552eaa2c3978fbb6f2125e81903a0767011d999052fd1a6ee03880b398"
|
||||
@@ -21,15 +21,6 @@ EXTRA_OECONF = " \
|
||||
|
||||
S = "${WORKDIR}/pcsc-lite-${PV}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR="${D}" install
|
||||
install -d "${D}/${sysconfdir}/init.d"
|
||||
install -m 755 "${WORKDIR}/pcscd.init" "${D}/${sysconfdir}/init.d/pcscd"
|
||||
|
||||
# handle vars values
|
||||
sed -i 's,/usr/sbin,${sbindir},g;s,/var,${localstatedir},g' "${D}/${sysconfdir}/init.d/pcscd"
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-lib"
|
||||
|
||||
INITSCRIPT_NAME = "pcscd"
|
||||
|
||||
Reference in New Issue
Block a user