diff options
author | Matthias Goebl <oe@m.goebl.net> | 2006-03-10 19:55:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-10 19:55:28 +0000 |
commit | 70777a5c267642ee5b3f4d3a06f9ef3577054160 (patch) | |
tree | 28a50c015a5f7889caefb0ad1a5e177c4ca099e9 /packages | |
parent | 0f35b5def5d4929491ec1c658b776a23d103bca5 (diff) |
lirc/lirc-modules_0.8.0.bb: nslu2: Do not show cpu activity on IR led
- nslu2: Set ready LED to normal-on after module load,
don't show cpu activity
- Change maintainer with permission by Michael Lauer (again)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/lirc/lirc-modules_0.8.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/lirc/lirc-modules_0.8.0.bb b/packages/lirc/lirc-modules_0.8.0.bb index f4411c76a5..4ba4637f5a 100644 --- a/packages/lirc/lirc-modules_0.8.0.bb +++ b/packages/lirc/lirc-modules_0.8.0.bb @@ -1,12 +1,12 @@ DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls. This package contains the lirc kernel modules." SECTION = "base" PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -MAINTAINER_nslu2 = "Matthias Goebl <matthias.goebl@goebl.net>" +HOMEPAGE = "http://www.lirc.org" +MAINTAINER = "Matthias Goebl <matthias.goebl@goebl.net>" LICENSE = "GPL" DEPENDS = "virtual/kernel fakeroot-native setserial" RDEPENDS_nslu2 = "setserial" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz" S = "${WORKDIR}/lirc-${PV}" @@ -29,7 +29,7 @@ do_install_append_nslu2() { install -d ${D}${sysconfdir}/modutils/ echo 'lirc_serial' > ${D}${sysconfdir}/modutils/lirc_serial install -d ${D}${sysconfdir}/modprobe.d/ - echo 'install lirc_serial /bin/setserial /dev/ttyS1 uart none; /sbin/modprobe --ignore-install lirc_serial' >${D}${sysconfdir}/modprobe.d/lirc_serial + echo 'install lirc_serial /bin/setserial /dev/ttyS1 uart none; /sbin/leds ready on; /sbin/modprobe --ignore-install lirc_serial' >${D}${sysconfdir}/modprobe.d/lirc_serial install -d ${D}${sysconfdir}/udev/rules.d/ echo 'KERNEL="lirc0", SYMLINK="lirc"' > ${D}${sysconfdir}/udev/rules.d/lirc.rules } |