summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* website: get rid of 'Related Sites' listPeter Korsgaard2013-10-261-20/+0
| | | | | | | As discussed on the dev day. These sites are not really directly related to Buildroot. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker: add license infoArnout Vandecappelle2013-10-261-0/+4
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker: change into generic-packageArnout Vandecappelle2013-10-263-37/+10
| | | | | | | | | | | | | | | | | docker is using autotools-package while it is in fact just a plain make package. Remove docker-1.5-skip-configure.patch which was just a hack to avoid calling the non-existent configure script. Remove docker-1.5-pkgconfig.patch which is not needed when PATH is set appropriately. Add a XLIBPATH option to the command line to avoid linking with /usr/X11R6/lib. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* matchbox-lib: patch up support for libpng 1.5+Gustavo Zacarias2013-10-261-0/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fbv: patch up support for libpng 1.5+Gustavo Zacarias2013-10-261-0/+24
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: bump to version 1.6.6Gustavo Zacarias2013-10-261-3/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* freetype: bump to version 2.5.0.1Gustavo Zacarias2013-10-261-2/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dnsmasq: bump to version 2.67Gustavo Zacarias2013-10-253-171/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libfreefare: new repositoryArnaud Aujon2013-10-252-2/+2
| | | | | | [Peter: also adjust upstream URL] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnutls: security bump to version 3.2.5Gustavo Zacarias2013-10-251-1/+1
| | | | | | | Fix for GNUTLS-SA-2013-3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xdriver_xf86-video-geode: only build on i386Arnout Vandecappelle2013-10-251-1/+1
| | | | | | | | | | | | | This package builds with -m32. In buildroot, we don't have multilib support so only the 64-bit libraries are available, which can't be linked against these 32-bit object files. I've tested this with the Sourcery and buildroot toolchains - neither works. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcgroup: depends on host-bisonArnout Vandecappelle2013-10-251-1/+1
| | | | | | | Fixes http://autobuild.buildroot.net/results/73d/73dddcc1aa68999ea496de148497f80bdb02c874 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/uclibc: fixup e500mc supportGustavo Zacarias2013-10-251-2/+2
| | | | | | | | The e500mc core has a classic FPU, SPE is a bad word. See: http://en.wikipedia.org/wiki/PowerPC_e500#e500mc Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libedit: needs mmuGustavo Zacarias2013-10-251-0/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/211/2116ffb8e74073fd415bfdea748731b5b8a876d7/ (Not just the examples, also vi.c) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ebtables: install ethertypesGustavo Zacarias2013-10-251-0/+1
| | | | | | | | | It's handy and closes bug #6608. Thanks to Cassiano Martin <cassiano@idbinfo.com.br> for pointing it out. [Peter: use INSTALL] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dosfstools: bump to version 3.0.23Gustavo Zacarias2013-10-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile: revert BUILD_DIR exportGustavo Zacarias2013-10-252-3/+1
| | | | | | | | | | | | | Revert commit feb0877015cc0c644129e69276b3000c83742750 U-Boot uses $(BUILD_DIR) and causes issues, other packages might as well. Fixes: http://autobuild.buildroot.net/results/1f6/1f65289d5c284caa82a4e9137613f792797ee08a/ http://autobuild.buildroot.net/results/6a5/6a5f77483e908dc96d08824cf9113402431bace7/ It should probably be named somewhat more uniquely. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile: export BUILD_DIRYann E. MORIN2013-10-242-1/+3
| | | | | | | | | | | $(BUILD_DIR) is a nice place to put files generated during the build. With the advent of user-supplied step-hooks, they may want to store some information on the build. Export BUILD_DIR to that effect; update manual accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ifplugd: ensure directories exist before installing to themDanomi Manchego2013-10-241-5/+4
| | | | | | | | Add the -D to install commands to ensure that all the necessary installation directories exist. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stress: disable documentationArnout Vandecappelle2013-10-241-1/+4
| | | | | | | | It fails to build with my makeinfo version. Note that the autobuilders don't see this, probably because they don't have makeinfo installed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perf: disable documentationArnout Vandecappelle2013-10-241-1/+2
| | | | | | | | | | | | perf uses asciidoc to generate documentation, but /usr/bin/asciidoc will try to use buildroot's host-python which doesn't have the required unicodedata. Recent kernels always try to build the man pages when installing. To avoid that, define ASCIIDOC as an empty string so the Makefile can't find the executable and skips the documentation generation. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: fix runtime error on big endianPeter Korsgaard2013-10-241-0/+5
| | | | | | Fixes #6566 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fdk-aac: bump to version 0.1.2Jerzy Grzegorek2013-10-241-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ola: bump to version 0.8.32Axel Lin2013-10-241-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nano: fix ncursesw build failureGustavo Zacarias2013-10-221-0/+1
| | | | | | | | | | | After the latest version bump ncursesw5-config is automatically detected if it's present in the build machine (almost always because we need full ncurses support with headers for Kconfig's menuconfig). Since we don't have ncursesw support in buildroot just say no. Fixes: http://autobuild.buildroot.net/results/89d/89d7ec7306411b15f9ffbc2051d0d316237b4c07/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.7-1Jerzy Grzegorek2013-10-221-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{0, 4}.x stable versionsGustavo Zacarias2013-10-222-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmicrohttpd: bump to version 0.9.31Gustavo Zacarias2013-10-221-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssh: bump to version 6.3p1Gustavo Zacarias2013-10-223-223/+229
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* webkit: fix target installSimon Dawson2013-10-221-0/+1
| | | | | | | | | | | Commit 33a9d34ff375ec0c0389c9af6bc499a8dd7ccbc9 fixed the staging install for webkit, which was hanging due to deadlock during parallel make install. This problem also afflicts the target install, which is fixed by this patch. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tslib: needs dynamic library for dlopenThomas De Schampheleire2013-10-223-0/+12
| | | | | | | | Fixes http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnet-* rename .mk files according to package nameArnaud Aujon2013-10-2212-0/+0
| | | | | Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: fix build on 64-bit target after bump to 1.54.0Luca Ceresoli2013-10-221-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation error with aarch64 target: ./boost/atomic/atomic.hpp: At global scope: ./boost/atomic/atomic.hpp:202:16: error: 'uintptr_t' was not declared in this scope typedef atomic<uintptr_t> atomic_uintptr_t; ^ ./boost/atomic/atomic.hpp:202:25: error: template argument 1 is invalid typedef atomic<uintptr_t> atomic_uintptr_t; ^ ./boost/atomic/atomic.hpp:202:43: error: invalid type in declaration before ';' token typedef atomic<uintptr_t> atomic_uintptr_t; ^ Fixes http://autobuild.buildroot.net/results/0b69d7b33dc16ea27e395a949cefbd0a35c92f61/ Reported here: https://svn.boost.org/trac/boost/ticket/8973 Fix reported here: https://svn.boost.org/trac/boost/ticket/8731 Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Backported-from: https://svn.boost.org/trac/boost/changeset/84950 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wget: Fix error in texi2pod on Perl 5.18Andrew Ruder2013-10-221-0/+26
| | | | | | | | | | | | | | | | | | | | | | | This gets around the following build errors that occurs on a system with perl 5.18: [...] wget.pod around line 2151: Expected text after =item, not a number wget.pod around line 2156: Expected text after =item, not a number wget.pod around line 2162: Expected text after =item, not a number [...] This is already committed upstream and this patch will be unnecessary in wget 1.15 when it is released: commit 7f43748544f26008d0dd337704f02a6ed3200aaf Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Jun 17 23:31:46 2013 +0530 Fix error in texi2pod intriduced with Perl 5.18 Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nuttcp: add license informationPhil Eichinger2013-10-221-0/+2
| | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* scons: bump versionPhil Eichinger2013-10-221-1/+1
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mutt: add license informationPhil Eichinger2013-10-221-0/+2
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sysvinit: add license informationPhil Eichinger2013-10-221-0/+2
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* systemd: add license informationPhil Eichinger2013-10-221-0/+2
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsoup: add license infoDanomi Manchego2013-10-221-0/+2
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropbear: bump to version 2013.60Gustavo Zacarias2013-10-221-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropwatch: Remove -Werror from CFLAGSMarkos Chandras2013-10-221-0/+18
| | | | | | | | | | | | | | | | | -Werror shouldn't be used in released code since it can cause random build failures on moderate warnings. It also depends on the used toolchain since different toolchains may or may not print the same warnings. Fixes the following build problem on MIPS64/n64: main.c: In function handle_dm_alert_msg: main.c:336:5: error: format %llx expects argument of type long long unsigned int, but argument 4 has type __u64 [-Werror=format=] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot-tools: bump to version 2013.10Gustavo Zacarias2013-10-221-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* u-boot: bump to version 2013.10Gustavo Zacarias2013-10-221-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: bump to version 0.17.6Gustavo Zacarias2013-10-221-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: bump 4.8.x series to version 4.8.2Gustavo Zacarias2013-10-228-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2013-10-192-5/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/p1010rdb: bump to the latest and greatest versionsGustavo Zacarias2013-10-192-5/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc 4.8.x: add PR57717 patchesGustavo Zacarias2013-10-192-0/+44
| | | | | | | | Failure to build libc for PowerPC E500 cores, see: http://gcc.gnu.org/bugzilla//show_bug.cgi?id=57717 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lxc: needs mmuGustavo Zacarias2013-10-191-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/602/60289dae59650847e6d32c7ab3be7973a86a25c7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud