From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] pcsc-lite: new package
Date: Tue, 18 Sep 2012 16:20:53 +0200 [thread overview]
Message-ID: <20120918162053.1155b90f@skate> (raw)
In-Reply-To: <1347970538-25087-1-git-send-email-waldemar.rymarkiewicz@tieto.com>
Dear Waldemar Rymarkiewicz,
On Tue, 18 Sep 2012 14:15:37 +0200, Waldemar Rymarkiewicz wrote:
> Middleware to access a smart card using SCard API (PC/SC).
>
> http://pcsclite.alioth.debian.org/
>
> Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
> ---
> package/Config.in | 1 +
> package/pcsc-lite/Config.in | 6 ++++++
> package/pcsc-lite/pcsc-lite.mk | 13 +++++++++++++
> 3 files changed, 20 insertions(+)
> create mode 100644 package/pcsc-lite/Config.in
> create mode 100644 package/pcsc-lite/pcsc-lite.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index a4e0b2c..dcc84b6 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -395,6 +395,7 @@ source "package/libusb/Config.in"
> source "package/libusb-compat/Config.in"
> source "package/libv4l/Config.in"
> source "package/mtdev/Config.in"
> +source "package/pcsc-lite/Config.in"
> endmenu
>
> menu "Javascript"
> diff --git a/package/pcsc-lite/Config.in b/package/pcsc-lite/Config.in
> new file mode 100644
> index 0000000..7c26427
> --- /dev/null
> +++ b/package/pcsc-lite/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PCSC_LITE
> + bool "pcsc-lite"
Since you depend on libusb, you must add:
select BR2_PACKAGE_LIBUSB
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
> + help
> + Middleware to accesss smart card using SCard API (PC/SC).
> +
> + http://pcsclite.alioth.debian.org/
And here:
comment "pcsc-lite needs a toolchain with thread support"
depends on !BR2_TOOLCHAIN_HAS_THREADS
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-09-18 14:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-18 12:15 [Buildroot] [PATCH 1/2] pcsc-lite: new package Waldemar Rymarkiewicz
2012-09-18 12:19 ` [Buildroot] [PATCH 2/2] ccid: " Waldemar Rymarkiewicz
2012-09-18 14:22 ` Thomas Petazzoni
2012-09-19 7:49 ` Waldemar.Rymarkiewicz at tieto.com
2012-09-18 14:20 ` Thomas Petazzoni [this message]
2012-09-18 21:18 ` [Buildroot] [PATCH 1/2] pcsc-lite: " Arnout Vandecappelle
2012-09-19 12:54 ` Waldemar.Rymarkiewicz at tieto.com
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120918162053.1155b90f@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox