- 22 Jun, 2017 1 commit
-
-
Jörg Krause authored
Commit 5d043799 changed the dependency for libupnpp on GCC to 4.9, but did not propagate the dependency to upmpdcli. Fixes: http://autobuild.buildroot.net/results/df2/df23cd5e77f61caf3f30cf43c91bc161a88def3a/ Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- 17 Sep, 2016 2 commits
-
-
Jörg Krause authored
Starting with version 1.2 upmpdcli depends on libmicrohttpd and jsoncpp. Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Jörg Krause authored
upmpdcli now uses C++11 features, meaning the minimum usable GCC version is 4.7. Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 15 Jul, 2016 1 commit
-
-
Yann E. MORIN authored
... because it uses fork(). Fixes: http://autobuild.buildroot.org/results/9ae/9ae5c773e62bbe84f2d0495f074d659fa3dcd55b/ http://autobuild.buildroot.org/results/8af/8afb9f96bb827b723b859ff73cdf674ca6434e7c/ http://autobuild.buildroot.org/results/abe/abe9be3b78f26f56035ec805a86ab33b1d145a02/ Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jörg Krause <joerg.krause@embedded.rocks> [Thomas: propagate to the Config.in comment.] Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 05 Mar, 2016 1 commit
-
-
Romain Naour authored
The _gp link issue has been fixed in CS nios2 2015.11. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 18 Dec, 2015 1 commit
-
-
Romain Naour authored
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by:
Romain Naour <romain.naour@openwide.fr> Reviewed-by:
Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by:
Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 05 Aug, 2015 1 commit
-
-
Thomas Petazzoni authored
This commit updates the upmpdcli Config.in file to use the newly introduced gcc version dependency mechanism to depend on gcc >= 4.6 instead of open-coding dependencies on specific toolchains. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- 18 Jul, 2015 1 commit
-
-
Jörg Krause authored
Those toolchains use gcc <= 4.5, which is too old as they are missing to construct an empty std::shared_ptr with a nullptr (0) as an argument. This is only introduced with gcc-4.6. Fixes: http://autobuild.buildroot.net/results/faf/faf1b071c0a5bd8395d79abf2e6a32169ad7f136 http://autobuild.buildroot.net/results/247/247b3f1ac3d3a9712e9410eef298fce8d885f92c http://autobuild.buildroot.net/results/de6/de601c4d4dd7922895892d78d3a37902fb98c7be http://autobuild.buildroot.net/results/a4d/a4d7bf9863c134f59d285616b9c1f78201bd1a3e and many more. Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 01 Apr, 2015 1 commit
-
-
Gustavo Zacarias authored
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 30 Dec, 2014 2 commits
-
-
Thomas Petazzoni authored
upmpdcli cannot be built with the Blackfin toolchains, but the comment could be shown with such toolchains, which doesn't make sense. This commit properly propagates the toolchain exceptions of the package config symbol to the Config.in comment. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Thomas Petazzoni authored
Fixes: http://autobuild.buildroot.org/results/bc3/bc32c15ba569e700e401ddf97faba584fc16c4cc/ The real error is in the config.log: configure:15081: checking for UpnpInit in -lupnp configure:15106: /home/thomas/projets/buildroot/output/host/usr/bin/nios2-linux-gnu-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c onftest.c -lupnp -lpthread -lrt >&5 /home/thomas/projets/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/4.8.3/../../../../nios2-linux-gnu/bin/ld: /home/thomas/projets/buildroot/output/host/usr/nios2-buildroot-linux-gnu/sysroot/usr/lib/crt1.o: undefined reference to symbol '_gp' /home/thomas/projets/buildroot/output/host/usr/nios2-buildroot-linux-gnu/sysroot/usr/lib/libthreadutil.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status configure:15106: $? = 1 [...] configure:15125: error: libupnp not found Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- 22 Oct, 2014 1 commit
-
-
Jörg Krause authored
Signed-off-by:
Jörg Krause <jkrause@posteo.de> Reviewed-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- 12 Oct, 2014 2 commits
-
-
Jörg Krause authored
Signed-off-by:
Jörg Krause <jkrause@posteo.de> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Jörg Krause authored
Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC architecture. Signed-off-by:
Jörg Krause <jkrause@posteo.de> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- 30 Aug, 2014 1 commit
-
-
Jörg Krause authored
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>
-
- 19 Jul, 2014 1 commit
-
-
Yann E. MORIN authored
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>
-
- 16 Jul, 2014 1 commit
-
-
Joerg Krause authored
[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>
-