From 2349c369ca21005f8e2b7ed1b36b659f3ad5e83c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 24 Oct 2004 10:34:32 +0000 Subject: replace (broken) Debian initscript with local copy BKrev: 417b85386yIB5ZlJgCuEm7Cc9LPOXQ --- lirc/files/lirc.init | 0 lirc/lirc_0.6.6+cvs20040918.oe | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 lirc/files/lirc.init (limited to 'lirc') diff --git a/lirc/files/lirc.init b/lirc/files/lirc.init new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lirc/lirc_0.6.6+cvs20040918.oe b/lirc/lirc_0.6.6+cvs20040918.oe index 7f2a62b4b9..2bd00857a5 100644 --- a/lirc/lirc_0.6.6+cvs20040918.oe +++ b/lirc/lirc_0.6.6+cvs20040918.oe @@ -5,11 +5,12 @@ MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "kernel lirc-modules" DEPENDS = "virtual/kernel" -PR = "r4" +PR = "r5" S = "${WORKDIR}/lirc" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/lirc;module=lirc;date=20040918;method=pserver \ - file://split-hauppauge.patch;patch=1" + file://split-hauppauge.patch;patch=1 \ + file://lirc.init" inherit autotools module-base update-rc.d @@ -41,7 +42,7 @@ do_install() { install -m 0644 tools/lirc_client.h ${D}${includedir}/ install -d ${D}/etc/init.d - install contrib/lirc.debian ${D}/etc/init.d/lirc + install ${WORKDIR}/lirc.init ${D}/etc/init.d/lirc install -d ${D}${datadir}/lirc/ cp -a remotes ${D}${datadir}/lirc/ -- cgit v1.2.3