summaryrefslogtreecommitdiffstats
path: root/package/upmpdcli
Commit message (Collapse)AuthorAgeFilesLines
...
* package/upmpdcli: Add patch to fix build error with muslJörg Krause2014-10-081-0/+40
| | | | | | | | | | Fix build error with musl: - Instead of using the nonstandard pthread_yield call use the standardized sched_yield. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/upmpdcli: Fix build with uclibc on SH4Jörg Krause2014-10-041-19/+49
| | | | | | | | | | | | | | | Add missing header file <cstdio> to the uclibc patch to fix build with target SH4. Fixes: http://autobuild.buildroot.net/results/e5be8fe46a30f0b417fe5fc19a27c480d885791e/ http://autobuild.buildroot.net/results/a3453afddff4fc03681f7fbdff3ccab9706eb189/ [Thomas: further improve the patch by adding a missing <errno.h> include.] Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/upmpdcli: bump to version 0.8.1Jörg Krause2014-09-282-25/+77
| | | | | | | Version bump to 0.8.1 requires a change of the uclibc patch. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Merge branch 'next'Peter Korsgaard2014-09-011-1/+1
|\ | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * upmpdcli: Bump to version 0.8.0Joerg Krause2014-08-171-1/+1
| | | | | | | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/upmpdcli: disable for Blackfin GNU ToolchainJörg Krause2014-08-301-0/+3
|/ | | | | | | Those toolchains use gcc <= 4.3, which do not support required C++11 features. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pckage/upmpdcli: disable for powerpc CS toolchainsYann E. MORIN2014-07-191-0/+2
| | | | | | | | | | | | | | Those toolchains use gcc <= 4.5, which is too old as they are missing range-based for-loops, only introduced with gcc-4.6. Fixes: http://autobuild.buildroot.net/results/f00/f00fa9b83718abaffd1f52dcd50e582434b3c5e2/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* upmpdcli: new packageJoerg Krause2014-07-164-0/+163
[Thomas: - add package to package/Config.in - add missing dependencies on thread and largefile, inherited from libupnp. Noticed by Yann E. Morin. - add installation of default configuration file. Noticed by Yann E. Morin. - fix the license, it's not GPLv2, but GPLv2+. - remove the colon in the user description, noticed by Yann E. Morin. - added a patch to fix build with uClibc. - fix the init script installation to use a full path as the target.] Signed-off-by: Joerg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud