Peter Korsgaard
15ace1a845
Update for 2013.02
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013.02
2013-02-28 22:48:28 +01:00
Stephan Hoffmann
6dc0596274
Manual: add empty line after header in .mk files
...
Signed-off-by: Stephan Hoffmann <sho@relinux.de >
Acked-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 22:37:58 +01:00
Samuel Martin
9bdf69b49d
working-with: board support
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 22:37:49 +01:00
Samuel Martin
0ccfbb5db9
manual: misc. post-{build, image} scripts fixes
...
* update post-build scripts mechanism that now support several scripts
* fix formatting
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 22:37:44 +01:00
Samuel Martin
7a26f2f663
manual: minor fix in patch-policy.txt
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 22:37:12 +01:00
Samuel Martin
5b02e6cad8
manual: fix cross-refs
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 22:02:53 +01:00
Peter Korsgaard
0e0e42176d
libgtk2: warn that directfb backend is deprecated
...
And will go away in the future, as discussed here:
http://lists.busybox.net/pipermail/buildroot/2013-February/067977.html
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-28 13:20:47 +01:00
Peter Korsgaard
e4ee2811e3
busybox: 1.21.0 platform fix-on-fix
...
The unxz hunk was missing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 19:23:58 +01:00
Peter Korsgaard
44efedbec4
busybox: add 1.21.0 xz fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 18:55:02 +01:00
Peter Korsgaard
d8024d2d87
busybox: 1.21.1 fix for move_to_unaligned16()
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 15:57:37 +01:00
Gustavo Zacarias
bd08eeaffa
libupnp: requires threads
...
Fixes:
http://autobuild.buildroot.net/results/ac5a18a6241d36a751cce1867c4da63047eafbaa/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 11:56:46 +01:00
Peter Korsgaard
9403f92867
quota: needs mmu
...
Fixes http://autobuild.buildroot.net/results/85e3c73d1c0b5c6843d65a487203b20f62bf3075
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 09:22:59 +01:00
gilles.talis@gmail.com
ba5ba0a279
flashbench: force gnu99 dialect on sh2a
...
Fixes:
http://autobuild.buildroot.org/results/33880036054c39cb04dad71bc8c0a9eece16fac6
CodeSourcery toolchains for sh2a only provide LLONG_MAX when
used with the gnu99 dialect.
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 08:45:44 +01:00
Peter Korsgaard
c264e38fce
collectd: don't build with -Werror
...
Fixes http://autobuild.buildroot.net/results/09659472f504a364590727a05ac900108ed027b4
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-27 00:01:36 +01:00
Peter Korsgaard
a84432044e
mii-diag: fix race condition
...
The mii-diag buildsystem doesn't correctly encode the needed
dependencies, so the install step can race against the mii-diag-udeb
(through all) to either cause mii-diag to be built for the host or
not be available when 'install' is executed.
Work around it by explicitly calling the needed steps and not building
the (unused) udeb version at all.
Fixes http://autobuild.buildroot.net/results/4825d267025c74c522077f84330b47f1110315fa
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-26 23:47:19 +01:00
Peter Korsgaard
d65bb7e315
Update for 2013.02-rc3
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013.02_rc3
2013-02-26 23:19:03 +01:00
Arnout Vandecappelle (Essensium/Mind)
208b36a234
linux-fusion: bump to 9.0.0
...
Fixes https://bugs.busybox.net/show_bug.cgi?id=5960
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Cc: broot@monkster.hopto.org
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-26 22:46:42 +01:00
Thomas Petazzoni
77e5e0d3fa
kernel-headers: remove legacy code
...
The BR2_KERNEL_HEADERS_2_6_35 symbol no longer exists since some time,
so get rid of code that was specific to this kernel version.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-26 22:34:53 +01:00
Gustavo Zacarias
9ef10c2cf3
linux-firmware: switch to http url
...
As recommended by Yegor Yefremov for f2fs-tools some firewalls might
restrict the git port and make life harder.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-25 19:26:19 +01:00
Peter Korsgaard
5c54347c35
enlightenment: Alsa backend needs mixer support
...
Fixes http://autobuild.buildroot.net/results/3d6e35e3cda9428cc422b4f6203ba912bdc11faf/
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-25 15:53:01 +01:00
Gustavo Zacarias
2c1fecebaa
dialog: needs mmu
...
Fixes
http://autobuild.buildroot.net/results/bfb968d611e8dea43c604726a3005c72a7d6ee28/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-25 12:51:53 +01:00
Gustavo Zacarias
eda24e12a5
spawn-fcgi: needs mmu
...
Fixes
http://autobuild.buildroot.net/results/cb6605b223642e647981e697f17d89bb97e223a6/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-25 12:51:40 +01:00
Gilles Talis
885ae42727
libmad: force architecture-specific optimisations on AVR32
...
Fixes:
http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22
http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-23 21:39:55 +01:00
Peter Korsgaard
4cf77df51b
haserl: needs fork()
...
Fixes http://autobuild.buildroot.net/results/e265d061e1956522dad4566827ed4171160dfecc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-23 21:37:36 +01:00
Peter Korsgaard
9332a1ad41
ruby: disable parallel build
...
Fixes http://autobuild.buildroot.net/results/c71100ee21a12db47047563c6e70afdc552595d4/
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-23 21:37:07 +01:00
Gustavo Zacarias
a9aa6c065c
ruby: security bump to version 1.9.3-p392
...
Fixes JSON DoS (CVE-2013-0269) and REXML DoS (no assigned CVE yet).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-23 21:30:59 +01:00
Yann E. MORIN
0b9e763e16
package/vtun: add missing 'depends on' zlib
...
The dependency on zlib is correctly expresed in vtun.mk,
but was missing from the Config.in.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-22 23:49:44 +01:00
Gustavo Zacarias
00a11f5640
libffi: fix powerpc build breakage
...
Happens with the latest release when there are no FP registers.
Fixes:
http://autobuild.buildroot.net/results/bc43261d3ddc9d4c320522563249f4a0695a35a4/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-22 20:42:45 +01:00
Gustavo Zacarias
669dcf3a62
conntrack-tools: needs mmu
...
Fixes
http://autobuild.buildroot.net/results/641755fbc61b47361b71161eabbf3075c7598c88/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-22 14:20:40 +01:00
gilles.talis@gmail.com
3dc86ad937
keyutils: needs mmu
...
Fixes:
http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-22 14:20:35 +01:00
Gustavo Zacarias
6f786dcf7a
Revert "uClibc: port linuxthreads errno patch to 0.9.33.2"
...
This reverts commit 1d8c3e6caf
The forward port breaks compilation at least for SPARC NPTL toolchains:
LD libuClibc-0.9.33.2.so
libc/libc_so.a(pipe.os): In function `__GI_pipe':
(.text+0x38): undefined reference to `__GI___errno_location'
collect2: ld returned 1 exit status
Easily triggered by a "make qemu_sparc_ss10_defconfig && make".
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-21 15:18:02 +01:00
Peter Korsgaard
32ceab7ec0
matchbox-wm: fix mbtheme build issue when png support is disabled
...
Fixes http://autobuild.buildroot.net/results/c02af7b66ae2c14d94edaa940f9edfcde9a9fad5
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-21 10:59:06 +01:00
Peter Korsgaard
30876b26a7
matchbox-desktop: needs zlib
...
Otherwise the build fails with:
In file included from mbdesktop_win_plugin.c:1:0:
mbdesktop.h:31:18: fatal error: zlib.h: No such file or directory
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-21 10:55:57 +01:00
Peter Korsgaard
a87471ee75
uClibc: backport bits/time.h update to 0.9.33.2
...
Some packages uses CLOCK_MONOTONIC_RAW, so add it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-20 20:48:22 +01:00
Sagaert Johan
1d8c3e6caf
uClibc: port linuxthreads errno patch to 0.9.33.2
...
Without this patch programs using libglib2 (libsoup, etc.. ) and pthread
may be broken.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-20 10:04:32 +01:00
Maxime Ripard
88d350ca3c
linux: Install the device tree in /boot when installing the kernel
...
The option BR2_LINUX_KERNEL_INSTALL_TARGET used to install the kernel in
/boot in the rootfs. The introduction of the device tree builds made it
possible to generate device tree blobs, and stored them in IMAGES_DIR
like the kernel, but didn't copy the dtb in /boot when _INSTALL_TARGET
was enabled.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 23:30:10 +01:00
Peter Korsgaard
8290a6261a
Update for 2013.02-rc2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013.02_rc2
2013-02-19 22:05:42 +01:00
Markos Chandras
033928fd01
vim: Docs are only available when BR2_PACKAGE_VIM_RUNTIME is selected
...
Fixes
http://autobuild.buildroot.net/results/adc3e2f876f83a4011574e03bceb0007d7e891a2/build-end.log
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 21:54:42 +01:00
Peter Korsgaard
2ac83dd927
libtorrent: needs threads support
...
Fixes http://autobuild.buildroot.net/results/25e6a0a65d0b75050e02a5748b3f08a80b686188
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 16:23:17 +01:00
Henrique Camargo
6bec692f97
glib-networking: fix a typo in the .mk file
...
The variable GLIB_NETWORKING_MINOR_VERSION had a typo.
Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 16:11:33 +01:00
Peter Korsgaard
2f230025e8
network-manager: needs host-intltool
...
Fixes http://autobuild.buildroot.net/results/a37bb8395334814d5c829c27194ad99409baf54b/
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 13:14:43 +01:00
Markos Chandras
443b66ae4b
vim: Add post-install hook to remove documentation from target
...
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com >
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 12:41:00 +01:00
Gustavo Zacarias
d1eccc01ff
inotify-tools: needs mmu
...
Fixes
http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 12:40:02 +01:00
Peter Korsgaard
c17096720e
libglib2: fix build with binary microblaze toolchains
...
The toolchains don't have qsort_r or working inotify, so disable those.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 12:28:02 +01:00
Peter Korsgaard
192efcdaeb
libffi: bump version
...
It makes more sense to use a released version for 2013.02 rather than a
git snapshot.
The build system now correctly installs libffi.pc, so we can drop the
manual install.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-19 09:36:42 +01:00
Simon Dawson
34945ebbd0
busybox: support millisecond watchdog periods
...
The BusyBox watchdog application supports reset periods specified in
milliseconds. The Buildroot package will only allow an integer reset period,
which prevents the use of the required "ms" suffix. Change the watchdog period
configuration item to a string, to allow the use of the "ms" suffix.
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-18 22:30:42 +01:00
Luca Ceresoli
4b6f552a07
qt: disable precompiled headers to workaround compilation failure
...
Precompiled header implementation is buggy in current Qt as described at
http://comments.gmane.org/gmane.comp.lib.qt.devel/5933 .
The only known workaround is currently to add -no-pch to configure.
Fixes build failure terminating with error
compiling ../3rdparty/pixman/pixman-arm-neon-asm.S
cc1: fatal error: .pch/release-shared-emb-arm/QtGui: No such file or directory
compilation terminated.
such as:
http://autobuild.buildroot.net/results/648265012591280fa592a239f86ee39aec2d5fa6/build-end.log
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-18 22:27:05 +01:00
Gustavo Zacarias
e6f0a3bd5f
gnutls: bump to version 3.1.8
...
Fixes a regression in 3.1.7 regarding the priority string NORMAL.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-18 13:48:23 +01:00
Gustavo Zacarias
f167245f60
libcurl: add SASL security patch
...
Fixes CVE-2013-0249, see http://curl.haxx.se/docs/adv_20130206.html
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-18 13:47:52 +01:00
Gustavo Zacarias
0ff2d0f74b
openssl: bump to version 1.0.1e
...
Fixes some regressions introduced by 1.0.1d
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-02-18 13:15:17 +01:00