diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-24 10:34:32 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-24 10:34:32 +0000 |
commit | 2349c369ca21005f8e2b7ed1b36b659f3ad5e83c (patch) | |
tree | d90a78359e40c38eb34faed8fac6bdd8e4a4e17e | |
parent | 3a4cb34fd55cafebe471192c835b5a7060722d81 (diff) |
replace (broken) Debian initscript with local copy
BKrev: 417b85386yIB5ZlJgCuEm7Cc9LPOXQ
-rw-r--r-- | lirc/files/lirc.init | 0 | ||||
-rw-r--r-- | lirc/lirc_0.6.6+cvs20040918.oe | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lirc/files/lirc.init b/lirc/files/lirc.init new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/lirc/files/lirc.init 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 <mickey@Vanille.de>" 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/ |