All of lore.kernel.org
 help / color / mirror / Atom feed
* New recipe for pcsc-lite 1.6.1 and ccid 1.3.13
@ 2010-06-20 19:29 Dominik Oepen
  0 siblings, 0 replies; only message in thread
From: Dominik Oepen @ 2010-06-20 19:29 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi,

thanks for developing OpenEmbedded.

I have updated the recipes for pcsc-lite and ccid to the latest
versions. I only had to edit the SRC_URI and checksums of the existing
recipes. The recipes were tested with SHR on the Openmoko Neo FreeRunner.

Best regards,
Dominik

[-- Attachment #2: ccid_1.3.13.bb --]
[-- Type: text/plain, Size: 736 bytes --]

DESCRIPTION = "Generic USB CCID smart card reader driver"
HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
LICENSE = "GPL"
PR = "r0"

DEPENDS = "virtual/libusb0 pcsc-lite"
RDEPENDS = "pcsc-lite"

SRC_URI = "http://alioth.debian.org/download.php/3300/ccid-${PV}.tar.bz2"

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] = "275360cb253299b763e1122adf847265"
SRC_URI[sha256sum] = "f797b08874c1f9b2b4afe4ada8ef3400ce4da6bf965a24a6cf7f29d82cbf8c53"

[-- Attachment #3: pcsc-lite_1.6.1.bb --]
[-- Type: text/plain, Size: 888 bytes --]

DESCRIPTION = "PC/SC Lite smart card framework and applications"
HOMEPAGE = "http://pcsclite.alioth.debian.org/"
LICENSE = "BSD"

DEPENDS = "hal"
RDEPENDS_${PN} = "hal"

SRC_URI = "https://alioth.debian.org/frs/download.php/3298/pcsc-lite-${PV}.tar.bz2 \
           file://pcscd.init "

inherit autotools_stage update-rc.d

INITSCRIPT_NAME = "pcscd"
INITSCRIPT_PARAMS = "defaults"

EXTRA_OECONF = " \
	--enable-libhal \
	--disable-libusb \
	--enable-usbdropdir=${libdir}/pcsc/drivers \
	"

do_install() {
	oe_runmake DESTDIR="${D}" install
	install -d "${D}/etc/init.d"
	install -m 755 "${WORKDIR}/pcscd.init" "${D}/etc/init.d/pcscd"
}

PACKAGES =+ "libpcsclite"

FILES_libpcsclite = "${libdir}/libpcsclite.so.*"

SRC_URI[md5sum] = "ed023be61feebfafce12e86075912695"
SRC_URI[sha256sum] = "7094e8aefbf62f46fbcc2da11865a9730675cdceb0b3663f03a65ce65eedc91c"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-20 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-20 19:29 New recipe for pcsc-lite 1.6.1 and ccid 1.3.13 Dominik Oepen

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.