summaryrefslogtreecommitdiffstats
path: root/package/lirc-tools
Commit message (Collapse)AuthorAgeFilesLines
* lirc-tools: fix static library build caused by 'loglevel' redefinitionThomas Petazzoni2015-05-171-0/+49
| | | | | | | | | | | | This commit adds a patch to lirc-tools to fix static library builds caused by the redefinition of the loglevel variable. Fixes: http://autobuild.buildroot.org/results/2ac/2ac6a4f946d48cacff85d44d662e1c103f7443f8/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lirc-tools: needs threadsBaruch Siach2015-04-071-0/+5
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/c20/c20a98dfacfa79579a0d401e081f2cca13a7a7b0/ http://autobuild.buildroot.net/results/0fe/0fe9b4a3a5128844886e4bf89b5bc0d3008b43aa/ http://autobuild.buildroot.net/results/482/4826409b3d3177eff3e7f2c3b7360058c73fd406/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lirc-tools: fix build with host python3Baruch Siach2015-04-062-0/+74
| | | | | | | | | | | | | | | Add an upstream patch making make_rel_symlink.py python3 compatible. Add another patch that removes python3 dependency. Fixes: http://autobuild.buildroot.net/results/6c6/6c6e014a751650c16d25dfd3d673bd3199c72b2e/ http://autobuild.buildroot.net/results/857/85724dfd014cec5a80dd18a635826daa2edc1417/ http://autobuild.buildroot.net/results/a74/a74563f700a47065ffd1ba42c83c2d7722bacd89/ and many others. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lirc-tools: add host-pkgconf dependencyThomas Petazzoni2015-04-051-0/+1
| | | | | | | Otherwise, the configure script fails with "Required program pkg-config is missing". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lirc-tools: new packageRhys Williams2015-04-034-0/+78
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>
OpenPOWER on IntegriCloud