Peter Korsgaard
3dab7ba7a0
website: get rid of 'Related Sites' list
...
As discussed on the dev day. These sites are not really directly related
to Buildroot.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 12:50:37 +02:00
Arnout Vandecappelle
b73c7219bf
docker: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 11:54:24 +02:00
Arnout Vandecappelle
eb742c1956
docker: change into generic-package
...
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 >
2013-10-26 11:53:24 +02:00
Gustavo Zacarias
70da2ae5ff
matchbox-lib: patch up support for libpng 1.5+
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 11:07:59 +02:00
Gustavo Zacarias
a784f7566e
fbv: patch up support for libpng 1.5+
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 11:07:47 +02:00
Gustavo Zacarias
2e5f5b3996
libpng: bump to version 1.6.6
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 11:07:42 +02:00
Gustavo Zacarias
f8cefffd4e
freetype: bump to version 2.5.0.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-26 00:21:25 +02:00
Gustavo Zacarias
a88b4804ff
dnsmasq: bump to version 2.67
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-25 18:48:50 +02:00
Arnaud Aujon
d4f839248d
libfreefare: new repository
...
[Peter: also adjust upstream URL]
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-25 12:30:27 +02:00
Gustavo Zacarias
71af8d275c
gnutls: security bump to version 3.2.5
...
Fix for GNUTLS-SA-2013-3.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-25 12:22:54 +02:00
Arnout Vandecappelle
fba37e8391
xdriver_xf86-video-geode: only build on i386
...
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 >
2013-10-25 09:28:11 +02:00
Arnout Vandecappelle
45ff7712f3
libcgroup: depends on host-bison
...
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 >
2013-10-25 09:27:42 +02:00
Gustavo Zacarias
6f3575c3ac
package/uclibc: fixup e500mc support
...
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 >
2013-10-25 09:26:56 +02:00
Gustavo Zacarias
c96a0cc907
libedit: needs mmu
...
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 >
2013-10-25 09:22:21 +02:00
Gustavo Zacarias
d19e39ca25
ebtables: install ethertypes
...
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 >
2013-10-25 09:19:42 +02:00
Gustavo Zacarias
9f6b39bc42
dosfstools: bump to version 3.0.23
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-25 09:15:27 +02:00
Gustavo Zacarias
4513d78515
Makefile: revert BUILD_DIR export
...
Revert commit feb0877015
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 >
2013-10-25 08:10:23 +02:00
Yann E. MORIN
feb0877015
Makefile: export BUILD_DIR
...
$(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 >
2013-10-24 08:47:16 +02:00
Danomi Manchego
cfea355642
ifplugd: ensure directories exist before installing to them
...
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 >
2013-10-24 08:43:28 +02:00
Arnout Vandecappelle
dc7a9bb9f7
stress: disable documentation
...
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 >
2013-10-24 08:39:28 +02:00
Arnout Vandecappelle
ba0d86215e
perf: disable documentation
...
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 >
2013-10-24 08:39:10 +02:00
Peter Korsgaard
21a4a9003e
php: fix runtime error on big endian
...
Fixes #6566
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-24 00:44:13 +02:00
Jerzy Grzegorek
797952e1ae
fdk-aac: bump to version 0.1.2
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-24 00:13:54 +02:00
Axel Lin
945468045f
ola: bump to version 0.8.32
...
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-24 00:07:39 +02:00
Gustavo Zacarias
f0801fa2f3
nano: fix ncursesw build failure
...
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 >
2013-10-22 23:58:22 +02:00
Jerzy Grzegorek
40316ab81f
imagemagick: bump to version 6.8.7-1
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 23:16:11 +02:00
Gustavo Zacarias
deec0dbc84
linux-headers: bump 3.{0, 4}.x stable versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 23:13:09 +02:00
Gustavo Zacarias
46b3f2d83e
libmicrohttpd: bump to version 0.9.31
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 18:41:08 +02:00
Gustavo Zacarias
f0757b41ab
openssh: bump to version 6.3p1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 16:29:22 +02:00
Simon Dawson
a6e5afc3cc
webkit: fix target install
...
Commit 33a9d34ff3 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 >
2013-10-22 16:29:07 +02:00
Thomas De Schampheleire
f826e851c8
tslib: needs dynamic library for dlopen
...
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 >
2013-10-22 16:24:52 +02:00
Arnaud Aujon
bfc505c079
libnet-* rename .mk files according to package name
...
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 16:22:26 +02:00
Luca Ceresoli
3f4b08697b
boost: fix build on 64-bit target after bump to 1.54.0
...
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 >
2013-10-22 16:19:25 +02:00
Andrew Ruder
5549f8e934
wget: Fix error in texi2pod on Perl 5.18
...
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 >
2013-10-22 16:16:36 +02:00
Phil Eichinger
550fe0dcf6
nuttcp: add license information
...
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 >
2013-10-22 16:09:34 +02:00
Phil Eichinger
710825f0de
scons: bump version
...
Signed-off-by: Phil Eichinger <phil@zankapfel.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 15:59:24 +02:00
Phil Eichinger
9f355f89c9
mutt: add license information
...
Signed-off-by: Phil Eichinger <phil@zankapfel.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 15:56:28 +02:00
Phil Eichinger
991cf48a18
sysvinit: add license information
...
Signed-off-by: Phil Eichinger <phil@zankapfel.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 15:54:55 +02:00
Phil Eichinger
418b062f69
systemd: add license information
...
Signed-off-by: Phil Eichinger <phil@zankapfel.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 15:51:22 +02:00
Danomi Manchego
916b1b6acd
libsoup: add license info
...
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 11:30:44 +02:00
Gustavo Zacarias
a95b9d77d1
dropbear: bump to version 2013.60
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 11:30:06 +02:00
Markos Chandras
bc3cb0651c
dropwatch: Remove -Werror from CFLAGS
...
-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 >
2013-10-22 10:49:24 +02:00
Gustavo Zacarias
456b257e81
uboot-tools: bump to version 2013.10
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 10:39:34 +02:00
Gustavo Zacarias
99002dc7b1
u-boot: bump to version 2013.10
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 10:39:28 +02:00
Gustavo Zacarias
00cb32b56a
mpd: bump to version 0.17.6
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 10:34:10 +02:00
Gustavo Zacarias
2a995cc71f
gcc: bump 4.8.x series to version 4.8.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-22 10:28:07 +02:00
Gustavo Zacarias
25f74ee880
configs/mpc8315erdb: bump to the latest and greatest versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-19 23:20:00 +02:00
Gustavo Zacarias
813ce18de9
configs/p1010rdb: bump to the latest and greatest versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-19 23:19:48 +02:00
Gustavo Zacarias
6953eeb332
gcc 4.8.x: add PR57717 patches
...
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 >
2013-10-19 23:18:27 +02:00
Gustavo Zacarias
98ab2cb15d
lxc: needs mmu
...
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 >
2013-10-19 23:17:14 +02:00