Waldemar Brodkorb
7dcec609ee
uclibc: the internal toolchain only uses uClibc-ng
...
Point to the right website and tell the user the right name.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-06 22:26:08 +02:00
Bernd Kuhls
4e4e9fd178
package/softether: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:48:16 +02:00
Bernd Kuhls
4ed95d5cfe
package/zyre: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:47:55 +02:00
Bernd Kuhls
741f2be8e7
package/zlog: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:47:48 +02:00
Bernd Kuhls
39d7571407
package/vim: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:47:31 +02:00
Bernd Kuhls
c94024eecf
package/socketcand: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:46:32 +02:00
Bernd Kuhls
fba5629686
package/open-plc-utils: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:46:02 +02:00
Bernd Kuhls
b981ce7fbd
package/libshairplay: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:45:56 +02:00
Bernd Kuhls
925cce7475
package/janus-gateway: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:45:31 +02:00
Bernd Kuhls
a5a7a48bbf
package/inotify-tools: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:44:54 +02:00
Bernd Kuhls
33e2bd9b36
package/glmark2: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:44:38 +02:00
Bernd Kuhls
bd65b10ae3
package/can-utils: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:44:06 +02:00
Bernd Kuhls
83844892f1
package/avrdude: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:43:47 +02:00
Yegor Yefremov
042a79f073
python-serial: fix Python 2.7.x related compilation error
...
aio.py is an experimental module, that is compatible with
Python 3 only, so remove it for Python 2 environment or it
will cause compilation errors.
Fixes:
http://autobuild.buildroot.org/results/f26/f26351da925d6ef3adea8053dc7fc24061554daf/
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:42:54 +02:00
Martin Bark
3d2175780d
Config.in: add BR2_HOST_GCC_AT_LEAST_6
...
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:41:08 +02:00
Vincent Stehlé
7bdbee2311
configs/minnowboard_max: bump kernel to 4.6.1
...
Also, rebase kernel config and adapt kernel command line in grub config file
to follow mmc numbering change.
[Peter: drop now unused linux-4.4.config]
Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:39:06 +02:00
Zakharov Vlad
caf515e25e
Binutils: ARC: Fix build failures if makeinfo is missing
...
Build failed when "makeinfo" was missing on the build host.
This was happening because "makeinfo" is required to build .info targets
and make exited with error. The issue hadn't appeared before as there was
prebuilt documentation in ARC binutils tarballs, so no attempts had been
made to build docs.
Missing "makeinfo" only stops us from building docs
("missing" script already throws a warning on that regard).
Let's continue to build other targets.
Now exit code of the script called "missing" is checked.
The value 127 means that "makeinfo" is not available on the build host.
So when such value occurs, 0 is returned to the top level makefile.
Documentation is not being built but further build of binutils continues.
Fixes http://autobuild.buildroot.net/results/55c/55cd09a559016f4f252f0e4c27313b9806135cf4//
Signed-off-by: Zakharov Vlad <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 21:33:54 +02:00
Bernd Kuhls
5c6d20c9dc
package/janus-gateway: Changed WebSockets library from libwebsock to libwebsockets
...
For details see
f500ae8ea4
Fixes
http://autobuild.buildroot.net/results/e46/e468792af4aadbc6c9fce828a9d423e35c303b90/
http://autobuild.buildroot.net/results/88f/88f2cdbe2aad2d2476372dd4d559edf2bf16d5b1/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 09:47:19 +02:00
Bernd Kuhls
27652be124
package/zyre: update license
...
The project switched to MPLv2.0:
https://github.com/zeromq/zyre/issues/327
Fixes
http://autobuild.buildroot.net/results/88f/88fa0b150ad83e42625666cbffdf95ee178015cb/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-06 09:30:42 +02:00
Bernd Kuhls
b571dbf347
support/gnuconfig: bump version to 2016-05-15
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:26:57 +02:00
Gustavo Zacarias
7a1ed67c7a
python-cryptography: bump to version 1.3.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:22:13 +02:00
Gustavo Zacarias
9f04805b61
nginx: security bump to version 1.10.1
...
Fixes:
CVE-2016-4450 - NULL pointer dereference while writing client request
body.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:21:48 +02:00
Romain Naour
f1bc98f396
package/openpowerlink: enable openpowerlink PCIe driver support
...
Also, disable error=date-time for kernel >= 3.14 and fix musl build.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:19:36 +02:00
Romain Naour
9ad1dfc2f4
package/openpowerlink: bump to v2.4.0
...
Remove upstream patches and rebase all remaining patches.
Disable PCIe MN library by default, it will be added in a follow up patch.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:19:19 +02:00
Bernd Kuhls
f55dcc221c
package/wiringpi: uses fork(), needs mmu
...
Fixes
http://autobuild.buildroot.net/results/c60/c6013c214674f9802309d8cd770d3da2f751674d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:18:47 +02:00
Waldemar Brodkorb
843fc19259
uclibc: add microblaze support
...
Latest uClibc-ng 1.0.15 release fixed open issues with
microblaze shared library and linuxthreads support.
gcc 4.9.3 and gcc 5.3.0 require a small patch.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:16:45 +02:00
Gustavo Zacarias
c3af591edc
lvm2: bump to version 2.02.155
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:15:50 +02:00
Gustavo Zacarias
8e1abc0bcd
cryptsetup: bump to version 1.7.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:15:35 +02:00
Stanislas Bach
bb6bd531c9
xserver_xorg-server: apply modesettings patch for 1.18.3 only
...
We currently have two choices for the server's version (1.18.3, and 1.14.7)
but the following patch will only apply for versions >= 1.17.2.
If 1.14.7 is selected the build will fail with the following error:
Applying 0001-modesettings-needs-dri2.patch using patch:
patching file configure.ac
Hunk #1 FAILED at 2036
So move this patch to an appropriate version folder in the package's
directory. It should be good enough until this package provides more
versions >= 1.17.2.
Signed-off-by: Stanislas Bach <sbach@0g.re>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:10:43 +02:00
Bernd Kuhls
8d44239051
package/hidapi: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:03:49 +02:00
Bernd Kuhls
4dabee52da
package/open-plc-utils: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:03:11 +02:00
Bernd Kuhls
57ade6f190
package/php-ssh2: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:02:41 +02:00
Bernd Kuhls
b1644b942a
package/php-geoip: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:02:22 +02:00
Bernd Kuhls
2eccef8be7
package/turbolua: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:01:53 +02:00
Bernd Kuhls
4fc6bf68d5
package/zyre: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:01:29 +02:00
Bernd Kuhls
1d8a69d864
package/czmq: bump version
...
Needed for zyre bump:
https://github.com/zeromq/zyre/issues/442#issuecomment-189127583
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:00:34 +02:00
Bernd Kuhls
ca711c1b9e
package/odhcp6c: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 22:00:09 +02:00
Bernd Kuhls
da593be987
package/sconeserver: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:59:49 +02:00
Bernd Kuhls
2da1a7ad75
package/v4l2grab: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:59:32 +02:00
Bernd Kuhls
8305fec778
package/zxing-cpp: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:58:14 +02:00
Bernd Kuhls
90dc956e50
package/zlog: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:57:26 +02:00
Bernd Kuhls
02a6f26ede
package/vim: bump version to v7.4.1902
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:56:19 +02:00
Bernd Kuhls
42ca45de34
package/socketcand: bump version
...
Removed patch applied upstream:
bdb3cd081a
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:42:12 +02:00
Bernd Kuhls
b936210b85
package/softether: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:41:43 +02:00
Bernd Kuhls
373930bd7d
package/vpnc: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:41:13 +02:00
Bernd Kuhls
4e77f9eee8
package/libshairplay: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:40:36 +02:00
Bernd Kuhls
eed8c2e38e
package/janus-gateway: bump version to v0.1.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:39:31 +02:00
Bernd Kuhls
55c4abd0ab
package/minizip: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:39:11 +02:00
Bernd Kuhls
8f5fcfc191
package/iputils: bump version
...
tracepath and tracepath6 were merged recently:
https://github.com/iputils/iputils/pull/48
Therefore we do not need to install tracepath6 anymore.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:38:11 +02:00
Bernd Kuhls
ec03cb19dd
package/inotify-tools: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05 21:37:24 +02:00