Commit 94a05f96 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

pcsc-lite: requires mmu

parent 22f4d992
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ config BR2_PACKAGE_CCID
	select BR2_PACKAGE_PCSC_LITE
	select BR2_PACKAGE_LIBUSB
	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
	depends on BR2_USE_MMU # pcsc-lite
	help
	  PC/SC driver for USB CCID smart card readers

+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PCSC_LITE
	bool "pcsc-lite"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU # fork()
	help
	  Middleware to access smart card using SCard API (PC/SC).

+4 −1
Original line number Diff line number Diff line
@@ -3,11 +3,14 @@
# PCSC-Lite
#
#########################################################

PCSC_LITE_VERSION = 1.8.6
PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2
PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/3757
PCSC_LITE_INSTALL_STAGING = YES
PCSC_LITE_DEPENDENCIES = host-pkgconf
PCSC_LITE_LICENSE = BSD-3c
PCSC_LITE_LICENSE_FILES = COPYING

# - libudev and libusb are optional
# - libudev and libusb can't be used together