summaryrefslogtreecommitdiffstats
path: root/package/pcsc-lite
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-30 00:25:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-31 13:49:26 +0100
commit94a05f966874defe4d678f110c11cb87bce1af4f (patch)
tree117ed6db6672d8346710e9b1a0938148005e0581 /package/pcsc-lite
parent22f4d99273d6f173b996eaeb80426442efe31b1c (diff)
downloadbuildroot-novena-94a05f966874defe4d678f110c11cb87bce1af4f.tar.gz
buildroot-novena-94a05f966874defe4d678f110c11cb87bce1af4f.zip
pcsc-lite: requires mmu
Fixes: http://autobuild.buildroot.net/results/14400ae2c9e312729efa9a9026b5fdd487868c8a/ Also add license information while at it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pcsc-lite')
-rw-r--r--package/pcsc-lite/Config.in1
-rw-r--r--package/pcsc-lite/pcsc-lite.mk5
2 files changed, 5 insertions, 1 deletions
diff --git a/package/pcsc-lite/Config.in b/package/pcsc-lite/Config.in
index 621cc668f..d6629d0f3 100644
--- a/package/pcsc-lite/Config.in
+++ b/package/pcsc-lite/Config.in
@@ -1,6 +1,7 @@
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).
diff --git a/package/pcsc-lite/pcsc-lite.mk b/package/pcsc-lite/pcsc-lite.mk
index d1d7691da..e1def7c03 100644
--- a/package/pcsc-lite/pcsc-lite.mk
+++ b/package/pcsc-lite/pcsc-lite.mk
@@ -2,12 +2,15 @@
#
# 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