pcscd: fix depends and update to addon (1)

- ccid: update to 1.5.4
- pcsc-lite: update to 2.0.0
This commit is contained in:
Rudi Heitbaum 2023-11-05 01:56:30 +00:00
parent 2562b3c741
commit 9f07260c51

View File

@ -5,12 +5,12 @@
PKG_NAME="pcscd" PKG_NAME="pcscd"
PKG_VERSION="1.0" PKG_VERSION="1.0"
PKG_REV="0" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
PKG_URL="" PKG_URL=""
PKG_DEPENDS_TARGET="toolchain pcsc-lite libusb ccid" PKG_DEPENDS_TARGET="toolchain libusb pcsc-lite"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)" PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)"
PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)" PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)"