From: "Daniel Ammann" <daniel.ammann@bytesatwork.ch>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH v2] pcsc-tools: add new package
Date: Thu, 22 Oct 2020 07:49:44 +0200 [thread overview]
Message-ID: <20201022054944.6373-1-daniel.ammann@bytesatwork.ch> (raw)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
v2:
- tweak summary
- use ${datadir}
.../packagegroups/packagegroup-meta-oe.bb | 1 +
.../pcsc-tools/pcsc-tools_1.5.7.bb | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 92190c838..45cfe4607 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -840,6 +840,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
tbb \
satyr \
pcsc-lite \
+ pcsc-tools \
sharutils \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "toscoterm", "", d)} \
sg3-utils \
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
new file mode 100644
index 000000000..bc82e49ea
--- /dev/null
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Some tools to be used with smart cards and PC/SC"
+HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https"
+
+SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "pcsc-lite"
+
+FILES_${PN} += "${datadir}/pcsc/smartcard_list.txt"
--
2.20.1
reply other threads:[~2020-10-22 5:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20201022054944.6373-1-daniel.ammann@bytesatwork.ch \
--to=daniel.ammann@bytesatwork.ch \
--cc=openembedded-devel@lists.openembedded.org \
/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