lirc-tools: new package
authorRhys Williams <github@wilberforce.co.nz>
Tue, 24 Mar 2015 21:40:28 +0000 (10:40 +1300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Apr 2015 13:16:40 +0000 (15:16 +0200)
commit1ba7e76d5786114e05482ae6528e6da61eb12be3
treee7c3e086065a87fc3e6bccd655448b5eb4363a6e
parent4b47ab6cd45fe383c14cb3a2e5426c87477f14db
lirc-tools: new package

This package adds the userspace tools and daemons LIRC - Linux remote
control

[Thomas:
 - rewrap Config.in help text, lines were too long. And do a bit of
   rewording also.
 - remove trailing whitespaces in Config.in.
 - make sure Config.in is included from package/Config.in, otherwise
   the package is not visible.
 - use a full destination path when installing the sysv init script.
 - add dependency on BR2_USE_MMU, since fork() is used.
 - fix init script: use -n option to not daemonize since
   start-stop-daemon is already doing that, use 'mkdir -p' and 'ln
   -sf' to make the 'start' action re-executable.]

Signed-off-by: Rhys Williams <github@wilberforce.co.nz>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/lirc-tools/Config.in [new file with mode: 0644]
package/lirc-tools/S25lircd [new file with mode: 0755]
package/lirc-tools/lirc-tools.hash [new file with mode: 0644]
package/lirc-tools/lirc-tools.mk [new file with mode: 0644]