Arnout Vandecappelle
7caf46439c
apply-patches.sh: use everything from the series file
...
When a series file exists, we should use every file mentioned in it,
not just the ones ending with .patch or .diff. Also, there's no need
to uncompress anything if it's mentioned in a series file (the tools
that manipulate series files don't support compressed patches).
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Cc: Doug Kehn <rdkehn@yahoo.com >
Tested-by: Doug Kehn <rdkehn@yahoo.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-17 09:24:53 +01:00
Arnout Vandecappelle
b3f7f949f0
arch: add tune options for powerpc e5500 and e6500
...
These were forgotten when the subarches were added in cd88e49 .
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Cc: Alvaro Gamez <alvaro.gamez@hazent.com >
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Tested-by: Alvaro G. M <alvaro.gamez@hazent.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-17 00:16:39 +01:00
Arnout Vandecappelle
71b0ebd92d
gcc: add patches for powerpc e6500 64-bit support
...
Building with -mtune=e6500 led to build failures in glibc (probably in
uclibc as well) because gcc was built for a 32-bit target even though
the target tuple is powerpc64-*. This lead to a mix of 32-bit and
64-bit support and build errors like:
fatal error: gnu/lib-names-32.h: No such file or directory
The root cause is that the configure script is not handling e6500
correctly, because of stupid typo in the condition.
Change has been submitted upstream.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Cc: Alvaro Gamez <alvaro.gamez@hazent.com >
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-17 00:16:03 +01:00
Waldemar Brodkorb
1ca617fe72
uclibc: cleanup unused ARC stuff
...
ARC is supported by uClibc-ng, cleanup old code.
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-16 23:54:31 +01:00
Peter Korsgaard
66e28e9815
ushare: fix linking issue with gcc 5.x
...
Fixes:
http://autobuild.buildroot.net/results/1d4/1d4d621f3bd7862a75bd7e95e275ccb6694b54c9/
http://autobuild.buildroot.net/results/140/140767a7437b60a62f553ab49c104c37a4949c6c/
http://autobuild.buildroot.net/results/a88/a88ae349d4d7cdff4f15c8ad9e3a1eac74dc6c4b/
http://autobuild.buildroot.net/results/599/59946c728593502e4a17cb7e2d75eabac54db537/
And many more.
GCC5 defaults to -std=gnu11, which has different semantics for inline than
previous versions:
https://gcc.gnu.org/gcc-5/porting_to.html
Which causes linker issues when display_headers() and start_log() are
referenced from other files. There's no real reason why these needs to be
inline, so just drop the keyword.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-16 23:45:32 +01:00
Waldemar Brodkorb
67299e3ae0
uclibc: update to 1.0.9
...
Fixes a fanotify include bug where old kernels (2.6.x) fail to build.
Fixes recent failures on x86 with Linux 4.3.x kernel regarding
network sockets. Includes the removed patch.
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-16 23:45:32 +01:00
Thomas Petazzoni
5f2cd8f5ec
lua-periphery: fix build on Sparc/Sparc64
...
Add a patch similar to the one for c-periphery fixing the build on
Sparc and Sparc64 caused by unsupported high baudrates on this
architecture.
Fixes:
http://autobuild.buildroot.org/results/c2f/c2fd64ed2f17c53a4704284a8281305f97a48169/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 23:19:27 +01:00
Bernd Kuhls
49b96924ef
package/x11r7/xdriver_xf86-video-siliconmotion: Fix compile warnings being treated as error
...
Fixes
http://autobuild.buildroot.net/results/059/059d771cb39532dee73a5f50e24b3441005ed38b/
http://autobuild.buildroot.net/results/542/5429dd3f07430cf1487a8cfa82ba55e66a640473/
http://autobuild.buildroot.net/results/073/073105a692033665d31b2dc034eff2e0fdca7f10/
http://autobuild.buildroot.net/results/018/01805d60b8b046122d357e2559268e8a45dcf9d3/
and many others
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 23:05:44 +01:00
kei-k@ca2.so-net.ne.jp
e97eab114e
package/gauche: force to use internal libatomic_ops
...
Force to use internal libatomic_ops of gauche, since the external
libatomic_ops packaged in Buildroot is not compatible with gauche.
Fixes:
http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429/
[Thomas: tweak commit log.]
Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 23:03:37 +01:00
kei-k@ca2.so-net.ne.jp
91f888cbc4
package/gauche: fix getcontext build issue at link time
...
This patch is ported from bdwgc package. Since Gauche uses an internal
copy of the boehm gc code, it is affected by the same problem.
Both configure and configure.ac are modified because autoreconf fails
due to an incompatibility with the version of the autotools used by
Buildroot.
Fixes:
http://autobuild.buildroot.org/results/8c6/8c6ce526735a36b8c8b4c6047e3c69039c4527cb/
http://autobuild.buildroot.org/results/894/89460829a737a4dab19103f7a46905636420b0a8/
[Thomas: adjust commit log and patch description.]
Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 23:02:07 +01:00
kei-k@ca2.so-net.ne.jp
11f47facd5
package/gauche: exclude build on archs not boehm gc ported
...
This patch limits gauch build only on architectures boehm gc is ported.
Will fix:
http://autobuild.buildroot.org/results/368/3681948013fcd39cc80b690b880924421e429c80//
http://autobuild.buildroot.org/results/ba7/ba7eb5a878ec25033596dc7c9b0f4678d4a83de5//
http://autobuild.buildroot.org/results/1cb/1cbf1ee5bde3d50b935ae8ba931c8d0cc1052acc//
http://autobuild.buildroot.org/results/8af/8afb36606eabdc6ae6e65a28a11877af39f9a7e0//
[Thomas:
- add comment explaining where the architecture dependency is coming
from, as suggested by Arnout.
- move the definition of BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS to the
beginning of the Config.in file, to be consistent with what we do
in other packages.]
Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 22:12:20 +01:00
Gwenhael Goavec-Merou
d761f0f408
zedboard: uboot: load env earlier
...
By default, with the original patch bootcmd runs sdboot before loading uEnv.txt.
Consequently, if the user change modeboot, the user's defined content is updated
too late.
By loading uEnv.txt before 'run $modeboot' the correct boot mode is used instead
of default mode.
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com >
Acked-By: Jan Viktorin <viktorin@rehivetech.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:53:48 +01:00
Thomas Petazzoni
648956a137
boost: do not allow context module on sparc
...
The boost context module does not build on sparc, even if sparc is
advertised as a supported architecture by the boost documentation. So
let's disallow this module for the time being.
Fixes:
http://autobuild.buildroot.org/results/206/2060e6e31c4d739947097faf6587e0a06681fee2/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:50:56 +01:00
Phil Eichinger
f99baf41ab
swig: use a relative path for the host swig2.0 symlink's target
...
An absolute path isn't really necessary and breaks relocating
Signed-off-by: Phil Eichinger <phil@zankapfel.net >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:27:15 +01:00
Arnout Vandecappelle
9a730a92a3
uboot: fix ARCH for i386 and x86_64
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:16:37 +01:00
Gustavo Zacarias
8963207bf6
strongswan: security bump to version 5.3.4
...
Fixes:
CVE-2015-8023 - authentication bypass vulnerability in the eap-mschapv2
plugin that was caused by insufficient verification of the internal
state when handling EAP-MSCHAPv2 Success messages received by the
client.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:14:59 +01:00
Vicente Olivert Riera
8a3478d9b6
libgudev: add a hash file
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-16 21:10:35 +01:00
Yann E. MORIN
40b29611db
package/fastd: propagate libcap dependency
...
libcap neds headers >= 3.0, so propagate that down to fastd which
selects libcap.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Alexander Dahl <post@lespocky.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:31:28 +01:00
Bernd Kuhls
b282351c13
package/pixman: bump version to 0.33.4
...
Removed patches applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:15:06 +01:00
Bernd Kuhls
de2ea6ad54
package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:09:14 +01:00
Bernd Kuhls
21d13bd5ff
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:08:44 +01:00
Bernd Kuhls
5101ea58d5
package/libinput: bump version to 1.1.0
...
Also rebased 0001-rename-log_msg-to-libinput_log_msg.patch.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:07:37 +01:00
Bernd Kuhls
a458f926bb
package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:07:12 +01:00
Bernd Kuhls
b27b014846
package/x11r7/xkeyboard-config: bump version to 2.16
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:06:58 +01:00
Bernd Kuhls
f39fff6d69
package/x11r7/xapp_xkbcomp: bump version to 1.3.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:06:46 +01:00
Bernd Kuhls
daf9b1524d
package/x11r7/xapp_xinput: bump version to 1.6.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:04:51 +01:00
Baruch Siach
8058e622b5
cryptsetup: fix hash source link
...
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 23:04:14 +01:00
Bernd Kuhls
eab50f5aea
package/{mesa3d, mesa3d-headers}: bump version to 11.0.5
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:48:42 +01:00
Bernd Kuhls
093db034ed
package/ffmpeg: bump version to 2.8.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:48:32 +01:00
Peter Seiderer
67a723248f
fbgrab: bump verstion to 1.3
...
Changelog (see [1] for details):
- Added support when active framebuffer is not starting at offset 0
- Fixed broken re-ordering of colors, rgba to argb
- Fixed broken path for man page
[1] http://fbgrab.monells.se
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:40:51 +01:00
Gustavo Zacarias
d7f2977eb6
libxmlpp: bump to version 2.40.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:39:51 +01:00
Gustavo Zacarias
5fcd6c4a3a
glibmm: bump to version 2.46.1
...
Adjust pulseview/libsigrok for the gcc >= 4.8 dependency.
Line wrap comment depends for pulseview.
Drop redundant libsigrok depend on comment for libsigrok++.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:39:48 +01:00
Gustavo Zacarias
36862c71a8
libsigc: bump to version 2.6.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-14 09:39:44 +01:00
Romain Naour
4fc6f61b0e
package/ebtables: disable for musl toolchains
...
ebtabes fail to build with a musl based toolchain due to several errors.
Most of them has been fixed by [1] and [2] but it's not enought because
useful_functions.c fail to build due to mixed usespace and kernel headers
usage [3].
In file included from [...]/sysroot/usr/include/netinet/ether.h:8:0,
from useful_functions.c:28:
[...]/sysroot/usr/include/netinet/if_ether.h:96:8: error: redefinition of ‘struct ethhdr’
struct ethhdr {
^
In file included from include/linux/netfilter_bridge.h:8:0,
from include/linux/netfilter_bridge/ebtables.h:17,
from include/ebtables_u.h:27,
from useful_functions.c:25:
include/linux/if_ether.h:119:8: note: originally defined here
struct ethhdr {
^
Makefile:78: recipe for target 'useful_functions.o' failed
Fixes:
http://autobuild.buildroot.net/results/75c/75cc79ae2a2d05ad27198f1b745c8bef37c3a87d/build-end.log
[1] http://git.netfilter.org/ebtables/commit/?id=f8079671326e9fd079391d24911a9a8a77f1d6fd
[2] http://git.netfilter.org/ebtables/commit/?id=4488ba7aa2bb612a624c68957f464fc0ee786e05
[3] http://wiki.musl-libc.org/wiki/FAQ#Q:_why_am_i_getting_.22error:_redefinition_of_struct_ethhdr.2Ftcphdr.2Fetc.22_.3F
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:41:46 +01:00
Peter Seiderer
9fb4a3487f
libevdev: bump version to 1.4.5
...
Changelog (see [1] for details):
Only a small fix, the suggested hwdb entry that the touchpad-edge-detector
printed used the wrong codes for ABS_X and ABS_Y. Fixed with this release,
the output is now suitable for copy/paste into the udev hwdb.
[1] http://lists.freedesktop.org/archives/input-tools/2015-November/001227.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:40:27 +01:00
Francois Perrad
3a1998bdb8
olimex_a20_olinuxino_lime: bump u-boot to 2015.10
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:35:51 +01:00
Gustavo Zacarias
e50c333c35
libpng: security bump to version 1.6.19
...
Fixes:
png_set_PLTE/png_get_PLTE functions failed to check for
an out-of-range palette when reading or writing PNG files with a bit_depth
less than 8.
CVE not yet assigned.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:35:06 +01:00
Gustavo Zacarias
7e5d503668
gdk-pixbuf: bump to version 2.32.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:16:31 +01:00
Gustavo Zacarias
7453c4bf60
cmake: bump to version 3.4.0
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 22:14:34 +01:00
Gustavo Zacarias
2bc7c2e009
zxing-cpp: needs dynamic library
...
Fixes:
http://autobuild.buildroot.net/results/982/982bd00de9da8cedd47209ece4fac92bbcccb04b/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 16:39:29 +01:00
Gustavo Zacarias
6375c462e0
x265: needs dynamic library
...
Fixes:
http://autobuild.buildroot.net/results/60f/60fc8d54ec61c96e9beaa84154fe8d7e61e55d4e/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 16:08:16 +01:00
Gustavo Zacarias
5be50abb61
fastd: needs mmu
...
Fixes:
http://autobuild.buildroot.net/results/87b/87bf97966cb802fc307ec9710725a3947ec33c39/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 16:06:28 +01:00
Peter Korsgaard
56ad2ea8d5
mosquitto: bump to version 1.4.5
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 15:45:37 +01:00
Gustavo Zacarias
2a5e86c9ef
libmicrohttpd: bump to version 0.9.46
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 15:42:20 +01:00
Gustavo Zacarias
69516e05c8
busybox: add upstream unzip segv patch
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 15:40:57 +01:00
Gustavo Zacarias
5f11f5d541
cryptsetup: bump to version 1.7.0
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 13:46:07 +01:00
Gustavo Zacarias
8645710da3
exiv2: bump to version 0.25
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 13:46:02 +01:00
Peter Korsgaard
24ecac5562
ranger: propagate python3 wchar dependency
...
Fixes:
http://autobuild.buildroot.net/results/da1/da1a4cac055ab4b1a301cf719233ff00d1e793a2/
http://autobuild.buildroot.net/results/8bb/8bbfd91d1d972b5d382e7355a8a36ab532510745/
http://autobuild.buildroot.net/results/05c/05c7691c0cc1ef4cfa842643ab564a3958e66542/
http://autobuild.buildroot.net/results/dfd/dfdbb574708393b627b1244a627444478155c70f/
Python3 needs wchar, so ranger needs to depend on that as well before we can
safely select python3.
While we're at it, also add a comment about the toolchain dependencies.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 09:08:10 +01:00
Peter Korsgaard
c26a578140
ibrdtnd: don't build (latex) documentation
...
Fixes:
http://autobuild.buildroot.net/results/05d/05d2d80050061e3fe1bd95a9644f4178ef73ef62
The build system builds api documentation if it finds pdflatex, which we
don't need to spend time on and which may fail if not all the pdflatex
dependencies are available, so disable it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 08:45:24 +01:00
Peter Korsgaard
2156714b99
ibrdtnd: needs host-pkgconf
...
The configure script uses pkg-config to find the optional dependencies, so
make sure it is present:
checking pkg-config is at least version 0.9.0... yes
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-12 23:09:01 +01:00