mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-22 17:07:41 +02:00
* alioth.debian.org is down Connecting to alioth.debian.org (alioth.debian.org)|5.153.231.21|:443... failed: No route to host. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
50 lines
1.5 KiB
BlitzBasic
50 lines
1.5 KiB
BlitzBasic
SUMMARY = "PC/SC Lite smart card framework and applications"
|
|
HOMEPAGE = "http://pcsclite.alioth.debian.org/"
|
|
LICENSE = "BSD & GPLv3+"
|
|
LICENSE_${PN} = "BSD"
|
|
LICENSE_${PN}-lib = "BSD"
|
|
LICENSE_${PN}-doc = "BSD"
|
|
LICENSE_${PN}-dev = "BSD"
|
|
LICENSE_${PN}-dbg = "BSD & GPLv3+"
|
|
LICENSE_${PN}-spy = "GPLv3+"
|
|
LICENSE_${PN}-spy-dev = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f38b3d1c7ef7fc2c8b6d20cd38efdc29"
|
|
DEPENDS = "udev"
|
|
|
|
SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2"
|
|
SRC_URI[md5sum] = "0ec103b1ef298d0c58d6ef6b00b9cf17"
|
|
SRC_URI[sha256sum] = "6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405"
|
|
|
|
|
|
inherit autotools systemd pkgconfig
|
|
|
|
EXTRA_OECONF = " \
|
|
--disable-libusb \
|
|
--enable-libudev \
|
|
--enable-usbdropdir=${libdir}/pcsc/drivers \
|
|
"
|
|
|
|
S = "${WORKDIR}/pcsc-lite-${PV}"
|
|
|
|
PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy ${PN}-spy-dev"
|
|
|
|
RRECOMMENDS_${PN} = "ccid"
|
|
|
|
FILES_${PN} = "${sbindir}/pcscd"
|
|
FILES_${PN}-lib = "${libdir}/libpcsclite*${SOLIBS}"
|
|
FILES_${PN}-dev = "${includedir} \
|
|
${libdir}/pkgconfig \
|
|
${libdir}/libpcsclite.la \
|
|
${libdir}/libpcsclite.so"
|
|
|
|
FILES_${PN}-spy = "${bindir}/pcsc-spy \
|
|
${libdir}/libpcscspy*${SOLIBS}"
|
|
FILES_${PN}-spy-dev = "${libdir}/libpcscspy.la \
|
|
${libdir}/libpcscspy.so "
|
|
|
|
RPROVIDES_${PN} += "${PN}-systemd"
|
|
RREPLACES_${PN} += "${PN}-systemd"
|
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
|
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
|
|
RDEPENDS_${PN}-spy +="python"
|