All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcsc-tools: add new package
@ 2020-10-21 10:33 Daniel Ammann
  2020-10-21 10:33 ` [PATCH] dhex: add homepage Daniel Ammann
  2020-10-21 16:31 ` [oe] [PATCH] pcsc-tools: add new package Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Ammann @ 2020-10-21 10:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 .../pcsc-tools/pcsc-tools_1.5.7.bb               | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb

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..875c97ef0
--- /dev/null
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Test a PC/SC driver, card or reader or send commands"
+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} += "/usr/share/pcsc/smartcard_list.txt"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] dhex: add homepage
  2020-10-21 10:33 [PATCH] pcsc-tools: add new package Daniel Ammann
@ 2020-10-21 10:33 ` Daniel Ammann
  2020-10-21 16:31 ` [oe] [PATCH] pcsc-tools: add new package Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Ammann @ 2020-10-21 10:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 meta-oe/recipes-support/dhex/dhex_0.69.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/dhex/dhex_0.69.bb b/meta-oe/recipes-support/dhex/dhex_0.69.bb
index cfbb2caaf..6f8c86a16 100644
--- a/meta-oe/recipes-support/dhex/dhex_0.69.bb
+++ b/meta-oe/recipes-support/dhex/dhex_0.69.bb
@@ -1,5 +1,6 @@
 SUMMARY = "dhex is a hex editor that includes a diff mode"
 SECTION = "console/utils"
+HOMEPAGE = "http://www.dettus.net/dhex/"
 
 DEPENDS = "ncurses"
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [PATCH] pcsc-tools: add new package
  2020-10-21 10:33 [PATCH] pcsc-tools: add new package Daniel Ammann
  2020-10-21 10:33 ` [PATCH] dhex: add homepage Daniel Ammann
@ 2020-10-21 16:31 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-10-21 16:31 UTC (permalink / raw)
  To: Daniel Ammann; +Cc: openembeded-devel

On Wed, Oct 21, 2020 at 3:33 AM Daniel Ammann
<daniel.ammann@bytesatwork.ch> wrote:
>
> Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
> ---
>  .../pcsc-tools/pcsc-tools_1.5.7.bb               | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
>
> 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..875c97ef0
> --- /dev/null
> +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Test a PC/SC driver, card or reader or send commands"

may be use whats in README

Some tools to use 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} += "/usr/share/pcsc/smartcard_list.txt"

Its better to use bitbake variable ${datadir} instead of /usr/share here

Since its a new package please add it to packagegroup-meta-oe recipe
as well so it gets into the meta-oe test image
> --
> 2.20.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-21 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 10:33 [PATCH] pcsc-tools: add new package Daniel Ammann
2020-10-21 10:33 ` [PATCH] dhex: add homepage Daniel Ammann
2020-10-21 16:31 ` [oe] [PATCH] pcsc-tools: add new package Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.