[oe] [PATCH 11/11] ccid: Bump version to 1.4.0 (Needs pcsc-lite > 1.6.2)

Khem Raj raj.khem at gmail.com
Tue Nov 16 23:47:28 UTC 2010


On Sat, Nov 6, 2010 at 10:33 AM, Camille Moncelier
<moncelier at devlife.org> wrote:
> Signed-off-by: Camille Moncelier <moncelier at devlife.org>
> ---
>  recipes/ccid/ccid_1.4.0.bb              |   28 ++++++++++++++++++++++++++++
>  recipes/ccid/files/no-cardman-5321.diff |   10 ++++++++++
>  2 files changed, 38 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/ccid/ccid_1.4.0.bb
>  create mode 100644 recipes/ccid/files/no-cardman-5321.diff
>
> diff --git a/recipes/ccid/ccid_1.4.0.bb b/recipes/ccid/ccid_1.4.0.bb
> new file mode 100644
> index 0000000..b104374
> --- /dev/null
> +++ b/recipes/ccid/ccid_1.4.0.bb
> @@ -0,0 +1,28 @@
> +DESCRIPTION = "Generic USB CCID smart card reader driver"
> +HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
> +LICENSE = "GPL"

be specific on GPL version

> +PR = "r1"

should be r0

> +
> +DEPENDS = "virtual/libusb0 pcsc-lite"
> +RDEPENDS_${PN} = "pcsc-lite"
> +
> +SRC_URI = "http://alioth.debian.org/download.php/3333/ccid-${PV}.tar.bz2 \
> +  file://no-cardman-5321.diff;apply=yes \
> +"
> +
> +inherit autotools
> +
> +EXTRA_OECONF = "--enable-udev"
> +
> +do_install_append () {
> +       install -d "${D}/etc/udev/rules.d"
> +       install -m 644 "${S}/src/pcscd_ccid.rules" "${D}/etc/udev/rules.d/85-pcscd_ccid.rules"
> +}
> +
> +FILES_${PN} += "${libdir}/pcsc/"
> +FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
> +
> +SRC_URI[md5sum] = "745d681bed2e17579fa6144e19bcb01d"
> +SRC_URI[sha256sum] = "a0b6e56c54f311c4cb39eef0f362e4e6d388bf815a15532e4524d2be1723b4ff"
> +
> +DEFAULT_PREFERENCE = "-1"

try to make it usable for all.

> diff --git a/recipes/ccid/files/no-cardman-5321.diff b/recipes/ccid/files/no-cardman-5321.diff
> new file mode 100644
> index 0000000..504c061
> --- /dev/null
> +++ b/recipes/ccid/files/no-cardman-5321.diff
> @@ -0,0 +1,10 @@
> +--- ccid-1.3.11/readers/supported_readers.txt.old      2009-09-28 18:12:42.000000000 +0200
> ++++ ccid-1.3.11/readers/supported_readers.txt  2009-09-28 18:12:53.000000000 +0200
> +@@ -43,7 +43,6 @@
> + 0x076B:0x4321:OmniKey CardMan 4321
> + 0x076B:0x5121:OmniKey CardMan 5121
> + 0x076B:0x5125:OmniKey CardMan 5125
> +-0x076B:0x5321:OmniKey CardMan 5321
> + 0x076B:0x6622:OmniKey CardMan 6121
> + 0x076B:0xA021:Smart Card Reader
> + 0x076B:0xA022:Teo by Xiring
> --
> 1.7.3.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list