[oe] [meta-oe][PATCH v1 1/2] libpcsclite: add version 1.7.2

Phil Blundell philb at gnu.org
Mon May 16 13:22:08 UTC 2011


On Mon, 2011-05-16 at 12:19 +0000, Otavio Salvador wrote:
> +#!/bin/sh
> +DAEMON=/usr/sbin/pcscd
> +NAME=pcscd
> +DESC="PCSC Daemon"
> +PIDFILE=/var/run/pcscd/pcscd.pid

Please make these paths be parameterised (e.g. ${sbindir}
not /usr/sbin), otherwise the script will not work if those vars are
changed from the defaults.

> +	install -d "${D}/etc/init.d"
> +	install -m 755 "${WORKDIR}/pcscd.init" "${D}/etc/init.d/pcscd"

Same here.

p.






More information about the Openembedded-devel mailing list