summaryrefslogtreecommitdiffstats
path: root/package/lirc-tools/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* lirc-tools: enable for muslBaruch Siach2016-08-221-3/+2
| | | | | | | | | | Upstream removed use of the GLOB_BRACE glob(3) GNU extension in release 0.9.4 (commits 493857625 and 8bff82ed9c). See https://sourceforge.net/p/lirc/tickets/174/. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Replace (e)glibc by glibcThomas Petazzoni2016-06-281-1/+1
| | | | | | | | | | | | | | | | Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lirc-tools: needs a C++ toolchainBaruch Siach2016-04-131-2/+3
| | | | | | | | | | | | | | | NEWS file record for version 0.9.3: * The compiler has been switched to c++, and filenames are updated to *.cpp (#79) Fixes: http://autobuild.buildroot.net/results/63b/63b1e427df1d6f264517a028655ac80d8d289254/ http://autobuild.buildroot.net/results/340/3409a4af78c83ea354d861052521f634347cd69a/ http://autobuild.buildroot.net/results/88a/88a117c229286ed739bd0ef832fa01a99825286a/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lirc-tools: not available on muslBernd Kuhls2016-02-051-2/+4
| | | | | | | | | | | | | | | | GLOB_BRACE is not supported by the musl libc: http://www.openwall.com/lists/musl/2013/09/16/1 Upstream correctly rejected the hack proposed by me: http://patchwork.ozlabs.org/patch/576188/ http://sourceforge.net/p/lirc/tickets/174/#b087 Fixes http://autobuild.buildroot.net/results/603/603c4426c47220808305a416f3d60fec2d8c02a3/ http://autobuild.buildroot.net/results/c08/c08abddeb5f0d0d1adec63ab4390562e3cfe1087/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lirc-tools: needs dlopen(), not available for static only buildsThomas Petazzoni2015-08-071-2/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/87c/87cf6312bef189e4f3a49983bfc662d69afa05b4/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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: new packageRhys Williams2015-04-031-0/+15
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