All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe 1/3] pcsc-lite: handle initscript
@ 2011-12-02 11:20 Eric Bénard
  2011-12-02 11:20 ` [meta-oe 2/3] atftp: correctly handle init script Eric Bénard
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eric Bénard @ 2011-12-02 11:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Bénard

else we get the following log at boot :
Configuring pcsc-lite.
update-rc.d: /etc/init.d/pcscd: file does not exist

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 .../recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb   |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
index 14a0ba0..efa5796 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.7.2.bb
@@ -4,9 +4,10 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149"
 DEPENDS = "udev"
 RDEPENDS += "ccid"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2"
+SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2 \
+           file://pcscd.init "
 
 SRC_URI[md5sum] = "47e7055cfc14399fdaa1b7a4aa06e5aa"
 SRC_URI[sha256sum] = "41f13d552eaa2c3978fbb6f2125e81903a0767011d999052fd1a6ee03880b398"
@@ -21,6 +22,11 @@ EXTRA_OECONF = " \
 
 S = "${WORKDIR}/pcsc-lite-${PV}"
 
+do_install_append() {
+	install -d "${D}/etc/init.d"
+	install -m 755 "${WORKDIR}/pcscd.init" "${D}/etc/init.d/pcscd"
+}
+
 PACKAGES =+ "${PN}-lib"
 
 INITSCRIPT_NAME = "pcscd"
-- 
1.7.6.4




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

end of thread, other threads:[~2012-03-20 14:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 11:20 [meta-oe 1/3] pcsc-lite: handle initscript Eric Bénard
2011-12-02 11:20 ` [meta-oe 2/3] atftp: correctly handle init script Eric Bénard
2011-12-02 11:48   ` Koen Kooi
2011-12-02 14:37     ` Eric Bénard
2011-12-02 11:20 ` [meta-oe 3/3] add net-snmp-5.7.1 Eric Bénard
2011-12-02 11:28   ` [2011.03-maintenance] Fwd: " Frans Meulenbroeks
2012-03-20 13:59   ` Frans Meulenbroeks
2011-12-02 11:28 ` [meta-oe 1/3] pcsc-lite: handle initscript Otavio Salvador
2011-12-02 14:40   ` Eric Bénard
2011-12-02 14:41     ` Otavio Salvador
2011-12-02 14:44       ` Eric Bénard

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.