buildroot.git
8 years agonasm: bump to version 2.12.01
Gustavo Zacarias [Fri, 18 Mar 2016 13:15:59 +0000 (10:15 -0300)]
nasm: bump to version 2.12.01

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoharfbuzz: bump to version 1.2.4
Gustavo Zacarias [Fri, 18 Mar 2016 13:15:38 +0000 (10:15 -0300)]
harfbuzz: bump to version 1.2.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoa10disp: add a hash file
Vicente Olivert Riera [Fri, 18 Mar 2016 15:23:00 +0000 (15:23 +0000)]
a10disp: add a hash file

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotcl: bump version to 8.6.5
Vicente Olivert Riera [Fri, 18 Mar 2016 15:11:26 +0000 (15:11 +0000)]
tcl: bump version to 8.6.5

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibpjsip: disable all bundled third party libraries
Luca Ceresoli [Thu, 17 Mar 2016 12:51:12 +0000 (13:51 +0100)]
libpjsip: disable all bundled third party libraries

libpjsip bundles several third party libraries. In Buildroot we prefer
either not to build them or to depend on a proper package for each of
them. The current recipe disables most of them, but not all, so
disable the remaining ones.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibpjsip: really disable gsm
Luca Ceresoli [Thu, 17 Mar 2016 12:51:11 +0000 (13:51 +0100)]
libpjsip: really disable gsm

--disable-gsm does not exist, the option is called --disable-gsm-codec.

Fixes:
  http://autobuild.buildroot.org/results/f8c/f8c41f35ab56fac86f2877b09a60924256f57028/

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobarebox: bump to version 2016.03.0
Fabio Porcedda [Thu, 17 Mar 2016 12:23:35 +0000 (13:23 +0100)]
barebox: bump to version 2016.03.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosdl: disable rpath via configure option
Rodrigo Rebello [Thu, 17 Mar 2016 06:02:22 +0000 (03:02 -0300)]
sdl: disable rpath via configure option

The -rpath option was being stripped from sdl-config via a post install
staging hook, but the same wasn't being done for sdl.pc. Because of
this, packages that detect SDL via pkg-config ended up passing
'-Wl,-rpath,/usr/lib' to the linker, which caused build failures under
certain circumstances since libraries were being looked for in the wrong
directory.

Fix by passing the --disable-rpath option to the SDL configure script,
which takes care of disabling -rpath everywhere. This also allows the
SDL_FIXUP_SDL_CONFIG hack to be completely removed.

Fixes:

  http://autobuild.buildroot.net/results/624/62499217eeaf3228b46652e3f65776d7ece8fce6/
  http://autobuild.buildroot.net/results/cc1/cc1f78f6c43e3a7bf3ed80d759d9c4d7363d0e48/

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: bump 3.{10, 14}.x and 4.4.x series
Gustavo Zacarias [Thu, 17 Mar 2016 00:55:34 +0000 (21:55 -0300)]
linux-headers: bump 3.{10, 14}.x and 4.4.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency
Thomas Petazzoni [Wed, 16 Mar 2016 20:20:10 +0000 (21:20 +0100)]
libcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency

Now that the libcap package has a patch that makes it build with
kernel headers < 3.0 (which was needed for the host variant of
libcap), there is no longer a need to have a dependency on headers >=
3.0 for the target variant of libcap.

All reverse dependencies of libcap are handled in this commit, except
lxc, which will be handled in a separate commit since it needs some
special solution.

The build of all those packages has been tested with a toolchain that
uses kernel headers 2.6.32, which is the oldest that our default glibc
version accepts to use.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibcap: add patch to fix build issue with old kernel headers
Thomas Petazzoni [Wed, 16 Mar 2016 20:20:09 +0000 (21:20 +0100)]
libcap: add patch to fix build issue with old kernel headers

Old kernels (before 2.6.36) were defining XATTR_NAME_CAPS in
<linux/capability.h>, but using XATTR_SECURITY_PREFIX and
XATTR_CAPS_SUFFIX which were defined in the kernel-only part of
<linux/xattr.h>.

In kernel 2.6.36 (commit af4f136056c984b0aa67feed7d3170b958370b2f),
the XATTR_NAME_CAPS definition was moved to the kernel-only part of
<linux/xattr.h>. It's only in kernel 3.0 (commit
1dbe39424a43e56a6c9aed12661192af51dcdb9f) that <linux/xattr.h> was
fixed to expose XATTR_NAME_CAPS and the related definitions to
userspace.

This is the reason why the target variant of libcap has a dependency
on headers >= 3.0 for the moment.

However, this doesn't solve the problem for the host variant of
libcap, which doesn't build properly on old systems.

To solve this, we simply add a patch that defines the missing
definitions. Their values haven't changed over time since they are
part of the kernel to userspace ABI.

Fixes:

  http://autobuild.buildroot.org/results/856b71bccf14c3334a8c0fc66c1d985b09734313/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibcap: bump version
Yann E. MORIN [Wed, 16 Mar 2016 20:20:08 +0000 (21:20 +0100)]
libcap: bump version

attr is no longer a dependency, not even optional.

Refresh our patches, and drop the backport from upstream.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoquagga: fix build when ospfd is disabled
Baruch Siach [Wed, 16 Mar 2016 18:07:10 +0000 (20:07 +0200)]
quagga: fix build when ospfd is disabled

ospfclient and ospfapi that gets build by default need libospf, but libospf
doesn't get built when ospfd is disabled. Disable ospfapi in this case.

Fixes:
http://autobuild.buildroot.net/results/918/918f5ced9c7dd59a8fcab654dc8f6d2798515e34/
http://autobuild.buildroot.net/results/edb/edbcb616b6019bced330238228fb5c6f880ab885/
http://autobuild.buildroot.net/results/831/8311f611559b3e7e98860d5a0264db97d4de1a54/

and many more.

[Peter: tweak description]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomodem-manager: bump to version 1.4.14
Yegor Yefremov [Wed, 16 Mar 2016 15:43:15 +0000 (16:43 +0100)]
modem-manager: bump to version 1.4.14

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibmbim: bump to version 1.12.4
Yegor Yefremov [Wed, 16 Mar 2016 15:43:14 +0000 (16:43 +0100)]
libmbim: bump to version 1.12.4

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-mistune: bump to version 0.7.2
Yegor Yefremov [Wed, 16 Mar 2016 15:41:49 +0000 (16:41 +0100)]
python-mistune: bump to version 0.7.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-cffi: bump to version 1.5.2
Yegor Yefremov [Wed, 16 Mar 2016 15:41:48 +0000 (16:41 +0100)]
python-cffi: bump to version 1.5.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-pyroute2: bump to version 0.3.16
Yegor Yefremov [Wed, 16 Mar 2016 15:41:47 +0000 (16:41 +0100)]
python-pyroute2: bump to version 0.3.16

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomc: bump to version 4.8.16
Yegor Yefremov [Wed, 16 Mar 2016 15:41:46 +0000 (16:41 +0100)]
mc: bump to version 4.8.16

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosamba4: add host-python to dependencies
Gustavo Zacarias [Wed, 16 Mar 2016 14:34:40 +0000 (11:34 -0300)]
samba4: add host-python to dependencies

Even though it's inherited by the python dependency it's more clear this
way for graph-depends, since it's used by the waf buildsystem.
And even though we have a hard dependency on python for the distro this
python could ostensibly be 3.x which isn't compatible with the bundled
waf series (1.5.x) in samba (as of current shipping version and upcoming
4.4.x series).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/tvheadend: bump version
Bernd Kuhls [Wed, 16 Mar 2016 20:47:20 +0000 (21:47 +0100)]
package/tvheadend: bump version

Fixes
http://autobuild.buildroot.net/results/4e4/4e403fa4aba6196ddc362cfe9c1e37743fa3cede/

and other atomic-related build errors by this upstream commit:
https://github.com/tvheadend/tvheadend/commit/f0472eebaa539c61e958432cded2b7cac41f758f

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agojamvm: needs dynamic library support
Peter Korsgaard [Wed, 16 Mar 2016 08:18:26 +0000 (09:18 +0100)]
jamvm: needs dynamic library support

Fixes:
http://autobuild.buildroot.net/results/931/931a005fab39f22bda0fd8c249f3e4d1f5eba4cc/
http://autobuild.buildroot.net/results/fa3/fa34334acd8d682e76444d9208463f364de96291/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomidori: enable optional gcr support
Gustavo Zacarias [Wed, 6 Jan 2016 10:57:46 +0000 (07:57 -0300)]
midori: enable optional gcr support

Only used/useful with the gtk3 backend though.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoscancpan: use recommend & test flags only at first level
Francois Perrad [Sun, 13 Mar 2016 17:37:29 +0000 (18:37 +0100)]
scancpan: use recommend & test flags only at first level

Currently, these flags are recursively propagated. This behavior is
not expected by users, because it can cause dependencies explosively.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoscancpan: handle recommended dependencies as optional packages
Francois Perrad [Sun, 13 Mar 2016 17:37:28 +0000 (18:37 +0100)]
scancpan: handle recommended dependencies as optional packages

Currently, without the flag -recommend, scancpan takes as dependency
only one which has the relationship "requires"; this mode works fine.
And, with the flag -recommend, scancpan takes all ones (ie. with
relationship "requires" or "recommends") in the same way; this mode
never works fine, because it is too simplistic.

With this commit, the "not required" dependencies are handled as
optional BR package or skipped if a cyclic dependency is detected.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoRevert "gcc/gcc-final: pass TARGET_ABI flags to configure with --enable-cxx-flags"
Max Filippov [Sun, 13 Mar 2016 03:45:17 +0000 (06:45 +0300)]
Revert "gcc/gcc-final: pass TARGET_ABI flags to configure with --enable-cxx-flags"

This reverts commit 2dcab526a97d1dbcb73c3cd578e5bf2853853a10.

Now that gcc correctly propagates CXXFLAGS_FOR_TARGET for libstdc++
build this is no longer needed.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogcc: preserve CXXFLAGS_FOR_TARGET
Max Filippov [Sun, 13 Mar 2016 03:45:16 +0000 (06:45 +0300)]
gcc: preserve CXXFLAGS_FOR_TARGET

gcc-4.7.x, gcc-4.8.x and gcc-4.9.x don't propagate CXXFLAGS_FOR_TARGET to
CXXFLAGS for libstdc++ build. As a result libstdc++ is built without
TARGET_CFLAGS and may fail to link with applications using it, see e.g.

  http://autobuild.buildroot.net/results/81a3bca5cbcf789c7ce1aa221a6a4154dd7c3917/

Instead of passing TARGET_ABI or TARGET_CFLAGS for libstdc++ in
--enable-cxx-flags parameter backport the patch that fixes propagation
of CXXFLAGS_FOR_TARGET to CXXFLAGS.

This issue is fixed in gcc-5.x

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoxorriso: Bump version to 1.4.2
Benoît Allard [Tue, 15 Mar 2016 14:07:56 +0000 (15:07 +0100)]
xorriso: Bump version to 1.4.2

Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: bump kernel to 4.5
Peter Korsgaard [Tue, 15 Mar 2016 21:39:56 +0000 (22:39 +0100)]
configs: pandaboard: bump kernel to 4.5

Notice: We cannot move to u-boot 2016.03 without changing the boot setup as
2016.03 broke legacy boot on omap4.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: configure eth0 at startup
Peter Korsgaard [Tue, 15 Mar 2016 21:39:55 +0000 (22:39 +0100)]
configs: pandaboard: configure eth0 at startup

Now that we have modules (including usb/net) loaded automatically, we can
enable dhcp on eth0.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: use mdev for automatic module loading
Peter Korsgaard [Tue, 15 Mar 2016 21:39:54 +0000 (22:39 +0100)]
configs: pandaboard: use mdev for automatic module loading

The omap2plus kernel defconfig builds most drivers as modules, so we need
(automatic) module loading to be able to use usb/display/..

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: orangepipc: bump u-boot to 2016.03, kernel to 4.5
Peter Korsgaard [Tue, 15 Mar 2016 19:36:08 +0000 (20:36 +0100)]
configs: orangepipc: bump u-boot to 2016.03, kernel to 4.5

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopangomm: roll back to version 2.38.1
Gustavo Zacarias [Wed, 9 Mar 2016 09:58:41 +0000 (06:58 -0300)]
pangomm: roll back to version 2.38.1

2.39.1 (and all odd-numbered versions for y in x.y.z) are development
releases not intended for general usage, so roll back to the latest
stable version.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolksctp-tools: fix musl build
Yegor Yefremov [Thu, 10 Mar 2016 09:28:11 +0000 (10:28 +0100)]
lksctp-tools: fix musl build

Add a patch replacing __BEGIN_DECLS/__END_DECLS with
"extern "C" {" definition.

Fixes:

http://autobuild.buildroot.net/results/d7d/d7d1c6a13ad788ef74ac0487bf2bdbdcd7d52d40/
http://autobuild.buildroot.net/results/06a/06a76d80701b126789c6c8e867db067e3b927caa/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogptfdisk: indentation cleanup
Ricardo Martincoski [Thu, 10 Mar 2016 23:38:15 +0000 (20:38 -0300)]
gptfdisk: indentation cleanup

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agouboot: remove deprecated BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR option
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:24 +0000 (11:32 -0300)]
uboot: remove deprecated BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR option

It's been deprecated for a year now so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoxf86-input-void: remove deprecated
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:23 +0000 (11:32 -0300)]
xf86-input-void: remove deprecated

It's been deprecated for a year now so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: remove deprecated version 3.17.x
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:22 +0000 (11:32 -0300)]
linux-headers: remove deprecated version 3.17.x

Remove for the upcoming 2016.05 release, it's been deprecated for a year
now.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogdb: remove deprecated version 7.7
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:21 +0000 (11:32 -0300)]
gdb: remove deprecated version 7.7

It's been deprecated for a year now so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agofoomatic-filters: remove deprecated
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:20 +0000 (11:32 -0300)]
foomatic-filters: remove deprecated

It's been deprecated for a year now so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosamba: remove deprecated
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:19 +0000 (11:32 -0300)]
samba: remove deprecated

It's been deprecated for a year now so remove it.

[Peter: drop !samba dependency from samba4]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomplayer: switch it to samba4
Gustavo Zacarias [Fri, 11 Mar 2016 14:32:18 +0000 (11:32 -0300)]
mplayer: switch it to samba4

samba(3) has been deprecated for quite some time so switch mplayer to
use samba4 if available.
It needs a little extra tweak to pick up the proper cflags since the odd
configure script doesn't do it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoorc: bump to version 0.4.25
Gustavo Zacarias [Tue, 15 Mar 2016 19:50:35 +0000 (16:50 -0300)]
orc: bump to version 0.4.25

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/tzdata: bump version to 2016b
Martin Bark [Tue, 15 Mar 2016 10:04:54 +0000 (10:04 +0000)]
package/tzdata: bump version to 2016b

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/zic: bump version to 2016b
Martin Bark [Tue, 15 Mar 2016 10:04:53 +0000 (10:04 +0000)]
package/zic: bump version to 2016b

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibpjsip: fix musl build
Luca Ceresoli [Mon, 14 Mar 2016 22:18:02 +0000 (23:18 +0100)]
libpjsip: fix musl build

Fix two different build issues when building against musl.

Fixes:
  http://autobuild.buildroot.net/results/e5c/e5c85272b5561549dfc478264ee6507bb9ad8c9f/

Based on an Alpine Linux patch [0] as suggested by Thomas [1].

[0] http://git.alpinelinux.org/cgit/aports/plain/main/pjproject/musl-fixes.patch
[1] http://lists.busybox.net/pipermail/buildroot/2016-March/155056.html

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinknx: fix static build with mysql client
Baruch Siach [Tue, 15 Mar 2016 13:03:48 +0000 (15:03 +0200)]
linknx: fix static build with mysql client

Add a patch correcting the libraries order in the link command to fix static
mysql libraries link.

Fixes:
http://autobuild.buildroot.net/results/2df/2dfcbd30079d13997de37e2d1c4643653e200be6/
http://autobuild.buildroot.net/results/4cc/4cc9c8bd223d1c9d604322ba04060dd35fc8aa45/
http://autobuild.buildroot.net/results/4bd/4bd04b7a3ca0092b50ad5c5212830d8935f54d48/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoquagga: security bump to version 1.0.20160309
Baruch Siach [Tue, 15 Mar 2016 16:12:00 +0000 (18:12 +0200)]
quagga: security bump to version 1.0.20160309

Fixes CVE-2016-2342 (AKA VU#270232): Quagga bgpd with BGP peers enabled for
VPNv4 contains a buffer overflow vulnerability.

Remove the --enable-babeld and --enable-opaque-lsa configure options that were
removed in this release.

See the release announcement at
https://lists.quagga.net/pipermail/quagga-dev/2016-March/014938.html.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agorpi-firmware: unbreak _INSTALL_VCDBG logic
Peter Korsgaard [Tue, 15 Mar 2016 15:43:10 +0000 (16:43 +0100)]
rpi-firmware: unbreak _INSTALL_VCDBG logic

Commit d16b32a401 (package/rpi-firmware: add option to install vcdbg) added
a sub option to install the vcdbg tool, but the commit unfortunately
contained two errors:

- The package sets _INSTALL_TARGET = NO, so the _TARGET_CMDS are never used
- The install command used -d (handle arguments as directories) instead of
  -D (create needed directories)

Fix these issues.

Cc: yann.morin.1998@free.fr
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-firmware: ath9k_htc - use newer firmware
Alexey Brodkin [Tue, 15 Mar 2016 10:47:44 +0000 (13:47 +0300)]
linux-firmware: ath9k_htc - use newer firmware

Existing blobs are of version ath9k-htc 1.3.1, see
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/?id=21a6c3e55df956dd223279627685778268ede70f

These are as said in the commit are left for compatibility with older
kernels which [older kernels] will look for blobs in the
root of "/lib/firmware".

But there're newer v1.4 blobs in ath9k_htc folder.
And newer kernels (>=4.4) look first in that new location
"/lib/firmware/ath9k_htc".

Note that even new kernels will fall back to previous location
if new one doesn't exist.

Tested with TP-LINK TL-WN722N (has Atheros AR9271 inside).

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: John Keeping <john@metanate.com>
Cc: Matt Weber <matt@thewebers.ws>
Cc: Alex Suykov <alex.suykov@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoboot/uboot: bump to version 2016.03
Peter Korsgaard [Mon, 14 Mar 2016 21:26:40 +0000 (22:26 +0100)]
boot/uboot: bump to version 2016.03

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotaskd: include only one license file
Arnout Vandecappelle [Sun, 13 Mar 2016 23:00:08 +0000 (00:00 +0100)]
taskd: include only one license file

COPYING and LICENSE are identical, so no point including them both.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotaskd: remove redundant _SOURCE definition
Arnout Vandecappelle [Sun, 13 Mar 2016 23:00:07 +0000 (00:00 +0100)]
taskd: remove redundant _SOURCE definition

.tar.gz is the default.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotaskd: needs C++
Arnout Vandecappelle [Sun, 13 Mar 2016 23:00:06 +0000 (00:00 +0100)]
taskd: needs C++

It's all C++ code... C++11 even, but it turns out to compile fine even
with gcc-4.5 (Arago toolchain).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotaskd: move to Miscellaneous menu
Arnout Vandecappelle [Sun, 13 Mar 2016 23:00:05 +0000 (00:00 +0100)]
taskd: move to Miscellaneous menu

It's not really a networking tool (if everything that does something on
the network would be called a networking tool, we wouldn't have much
else).

Since we don't really have an appropriate menu for it, put it in
Miscellaneous.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoputty: add new package
Alexander Dahl [Sun, 13 Mar 2016 09:30:36 +0000 (10:30 +0100)]
putty: add new package

[Peter: drop unneeded wchar dependency]
Signed-off-by: Alexander Dahl <post@lespocky.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs/qemu: bump to the latest linux versions
Gustavo Zacarias [Mon, 14 Mar 2016 20:43:48 +0000 (17:43 -0300)]
configs/qemu: bump to the latest linux versions

arm_versatile kernel defconfig updated to deal with multi-platform ARM
support and driver changes.

mips(el) 32-bits is back in working order for 4.5

Results table:

Defconfig               Kernel          Qemu    Network Status
--------------------------------------------------------------
aarch64_virt            4.5             2.3.0   YES     OK
arm_versatile           4.5             2.3.0   YES     OK
arm_vexpress            4.5             2.3.0   YES     OK
microblazebe            4.5             2.3.0   YES     OK
microblazeel            4.5             2.3.0   YES     OK
mips64el_malta          4.5             2.3.0   YES     OK
mips64_malta            4.5             2.3.0   YES     OK
mipsel_malta            4.5             2.3.0   YES     OK
mips_malta              4.5             2.3.0   YES     OK
ppc_g3beige             4.5             2.3.0   YES     OK
ppc_mpc8544ds           4.5             2.3.0   YES     OK
ppc_virtex_ml507        4.5             2.3.0   NO      OK
ppc64_pseries           4.5             2.3.0   YES     OK
sh4                     4.5             2.3.0   YES     OK
sh4eb                   4.5             2.3.0   NO (1)  OK
sparc_ss10              4.5             2.3.0   YES     OK
sparc64_sun4u           4.5             2.3.0   YES     OK
sparc_sun4u             4.5             2.3.0   YES     OK
x86                     4.5             2.3.0   YES     OK
x86_64                  4.5             2.3.0   YES     OK
xtensa_lx60             4.4.5           2.3.0   YES (2) OK

(1) - Probably an endian issue with 8139 emulation/driver
(2) - xtensa ethernet broken in 4.5 so stick to 4.4.x

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoshared-mime-info: re-enable parallel builds
Gustavo Zacarias [Fri, 11 Mar 2016 18:03:53 +0000 (15:03 -0300)]
shared-mime-info: re-enable parallel builds

They don't seem to be causing any issues after many bumps and tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoshared-mime-info: bump to version 1.6
Gustavo Zacarias [Fri, 11 Mar 2016 18:03:52 +0000 (15:03 -0300)]
shared-mime-info: bump to version 1.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/rpi-userland: bump version
Yann E. MORIN [Sun, 13 Mar 2016 22:25:50 +0000 (23:25 +0100)]
package/rpi-userland: bump version

... and ditch an upstreamed patch.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/rpi-firmware: bump version, add support for rpi-3
Yann E. MORIN [Sun, 13 Mar 2016 22:25:49 +0000 (23:25 +0100)]
package/rpi-firmware: bump version, add support for rpi-3

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoethtool: bump to version 4.5
Gustavo Zacarias [Mon, 14 Mar 2016 10:44:00 +0000 (07:44 -0300)]
ethtool: bump to version 4.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux: bump default to version 4.5
Gustavo Zacarias [Mon, 14 Mar 2016 10:14:12 +0000 (07:14 -0300)]
linux: bump default to version 4.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: add 4.5.x series
Gustavo Zacarias [Mon, 14 Mar 2016 10:14:11 +0000 (07:14 -0300)]
linux-headers: add 4.5.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotoolchain: add 4.5.x choice for headers
Gustavo Zacarias [Mon, 14 Mar 2016 10:14:10 +0000 (07:14 -0300)]
toolchain: add 4.5.x choice for headers

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agouclibc: update uClibc-ng to version 1.0.13
Waldemar Brodkorb [Sun, 13 Mar 2016 23:08:06 +0000 (00:08 +0100)]
uclibc: update uClibc-ng to version 1.0.13

Remove patches included upstream.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoslang: make install-static do install-pkgconfig
Max Filippov [Mon, 14 Mar 2016 04:47:13 +0000 (07:47 +0300)]
slang: make install-static do install-pkgconfig

mc's configure can't find S-Lang because static S-Lang build doesn't
install pkgconfig file into staging. Adding install-pkgconfig to
install-static dependencies fixes that.

Fixes:
  http://autobuild.buildroot.net/results/085194f18bc7db1e801d98e6620e3a75fd988cc5/

Upstream status: patch submitted.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoexpat: bump to version 2.1.1
Gustavo Zacarias [Mon, 14 Mar 2016 01:46:10 +0000 (22:46 -0300)]
expat: bump to version 2.1.1

Drop 0001-fix-CVE-2015-1283.patch since it's upstream.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogdb: specify where to find lzma libraries
Vicente Olivert Riera [Fri, 11 Mar 2016 10:16:33 +0000 (10:16 +0000)]
gdb: specify where to find lzma libraries

As reported in...

  https://bugs.busybox.net/show_bug.cgi?id=8786

..., gdb fails to build with xz and expat support at the same time when
using an external toolchain.

This is how the problem is shown:

checking for liblzma... no
configure: error: missing liblzma for --with-lzma

And having a deeper look in gdb/config.log we can se a message like this
one:

/lib64/liblzma.so.5: undefined reference to `clock_gettime@GLIBC_2.17'

As Thomas said in the bug report quoted above, that error is related to
the fact that it find the host's lzma.

Adding --with-lzma-prefix=$(STAGING_DIR)/usr to GDB_CONF_OPTS fixes the
problem.

Credit-to: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoproftpd: bump to version 1.3.5b
Gustavo Zacarias [Fri, 11 Mar 2016 12:05:06 +0000 (09:05 -0300)]
proftpd: bump to version 1.3.5b

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogrep: bump to version 2.24
Gustavo Zacarias [Fri, 11 Mar 2016 12:04:55 +0000 (09:04 -0300)]
grep: bump to version 2.24

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: via_imx6_vab820: correct genimage dependencies
Peter Korsgaard [Sun, 13 Mar 2016 22:04:09 +0000 (23:04 +0100)]
configs: via_imx6_vab820: correct genimage dependencies

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: correct genimage dependencies
Peter Korsgaard [Sun, 13 Mar 2016 22:01:36 +0000 (23:01 +0100)]
configs: pandaboard: correct genimage dependencies

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: orangepipc: correct genimage dependencies
Peter Korsgaard [Sun, 13 Mar 2016 22:00:09 +0000 (23:00 +0100)]
configs: orangepipc: correct genimage dependencies

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: galileo: correct genimage dependencies
Peter Korsgaard [Sun, 13 Mar 2016 21:56:05 +0000 (22:56 +0100)]
configs: galileo: correct genimage dependencies

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: cubieboard2: correct genimage dependencies
Peter Korsgaard [Sun, 13 Mar 2016 21:52:39 +0000 (22:52 +0100)]
configs: cubieboard2: correct genimage dependencies

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/tvheadend: bump version
Bernd Kuhls [Sun, 13 Mar 2016 20:05:06 +0000 (21:05 +0100)]
package/tvheadend: bump version

Upstream added a configure option to disable -Werror:
https://github.com/tvheadend/tvheadend/commit/ddb31c58b88450f7228e620048fb2d691d427fab

Remove our patch therefore and use the new configure option instead.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/transmission: bump version to 2.92
Bernd Kuhls [Sun, 13 Mar 2016 20:05:05 +0000 (21:05 +0100)]
package/transmission: bump version to 2.92

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xapp_xrandr: bump version to 1.5.0
Bernd Kuhls [Sun, 13 Mar 2016 18:16:18 +0000 (19:16 +0100)]
package/x11r7/xapp_xrandr: bump version to 1.5.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xproto_videoproto: bump version to 2.3.3
Bernd Kuhls [Sun, 13 Mar 2016 18:16:17 +0000 (19:16 +0100)]
package/x11r7/xproto_videoproto: bump version to 2.3.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xserver_xorg-server: bump version to 1.18.2
Bernd Kuhls [Sun, 13 Mar 2016 18:16:16 +0000 (19:16 +0100)]
package/x11r7/xserver_xorg-server: bump version to 1.18.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/libbluray: bump version to 0.9.2
Bernd Kuhls [Sun, 13 Mar 2016 17:26:37 +0000 (18:26 +0100)]
package/libbluray: bump version to 0.9.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agokbd: fix install to target
Niels Skou Olsen [Sun, 13 Mar 2016 16:59:48 +0000 (17:59 +0100)]
kbd: fix install to target

The package makefile attempted to append to KBD_INSTALL_TARGET_OPTS, but this
fails when done before evaluating $(autotools-package). This is because
autotools-package uses ?= to set default values. Instead of appending we now
override KBD_INSTALL_TARGET_OPTS.

Signed-off-by: Niels Skou Olsen <niels@tonebarker.dk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/libcrossguid: Fix typo in Config.in
Bernd Kuhls [Sun, 13 Mar 2016 16:36:00 +0000 (17:36 +0100)]
package/libcrossguid: Fix typo in Config.in

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodnsmasq: re-enable parallel builds
Gustavo Zacarias [Fri, 11 Mar 2016 17:40:40 +0000 (14:40 -0300)]
dnsmasq: re-enable parallel builds

They don't seem to be causing any issues after many bumps and tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoscreen: re-eneable parallel builds
Gustavo Zacarias [Fri, 11 Mar 2016 18:07:26 +0000 (15:07 -0300)]
screen: re-eneable parallel builds

They don't seem to be causing any issues after many bumps and tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agobash re-enable parallel builds
Gustavo Zacarias [Fri, 11 Mar 2016 18:27:51 +0000 (15:27 -0300)]
bash re-enable parallel builds

They don't seem to be causing any issues after bumping to the 4.3.x
series and several tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoolimex_imx233_olinuxino_defconfig: genimage support
Phil Eichinger [Thu, 10 Mar 2016 21:34:11 +0000 (22:34 +0100)]
olimex_imx233_olinuxino_defconfig: genimage support

* add a post-image.sh script
* update defconfig for genimage
* update readme.txt

[Peter: also add host-dosfstools dependency for vfat partition]
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agozeromq: drop required openpgm library comment
Gustavo Zacarias [Wed, 9 Mar 2016 09:41:53 +0000 (06:41 -0300)]
zeromq: drop required openpgm library comment

It's obvious, buildroot has it and it's selected/depended upon.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolzlib: fix Lua dependency
Jörg Krause [Wed, 9 Mar 2016 22:18:18 +0000 (23:18 +0100)]
lzlib: fix Lua dependency

lzlib cannot be build with LuaJIT and requires Lua 5.x.

Fixes:
http://autobuild.buildroot.net/results/d71/d71209c3e5235f507afee38b618d5740ef91fdcb/
http://autobuild.buildroot.net/results/ef8/ef80136ec17ad9b0a5e3121c4b6091b15c3da0d4/
http://autobuild.buildroot.net/results/5e9/5e9d77e415e8cafb842b84d3d6d91280ae5491e3/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoowfs: remove include of rpc/netdb.h
Arnout Vandecappelle [Wed, 9 Mar 2016 22:48:25 +0000 (23:48 +0100)]
owfs: remove include of rpc/netdb.h

owfs carries a copy of netdb.h from an old glibc, which is only used
to implement getaddrinfo on platforms that miss it (Solaris 7 in
particular). Since all of our libc implementations have getaddrinfo,
we don't need it.

To make the patch minimal, just include if !HAVE_GETADDRINFO.

Fixes:
http://autobuild.buildroot.net/results/d9e918c2791cd5523b2fd6478bbd4ce21e58f4f1
http://autobuild.buildroot.net/results/3a85144753e4f18491d62dccf6d5843170f8daea

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocore: use $(CURDIR) to set TOPDIR
Samuel Martin [Wed, 9 Mar 2016 22:58:43 +0000 (23:58 +0100)]
core: use $(CURDIR) to set TOPDIR

This changes saves a shell call and uses a variable automatically set
by make [1].

[1] http://www.gnu.org/software/make/manual/make.html#Quick-Reference

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoltp-testsuite: indentation cleanup
Jerzy Grzegorek [Thu, 10 Mar 2016 21:48:55 +0000 (22:48 +0100)]
ltp-testsuite: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopsplash: indentation cleanup
Jerzy Grzegorek [Thu, 10 Mar 2016 21:48:54 +0000 (22:48 +0100)]
psplash: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agofreerdp: indentation cleanup
Jerzy Grzegorek [Thu, 10 Mar 2016 21:48:53 +0000 (22:48 +0100)]
freerdp: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agobinutils: use binutils 2.25.1 by default
Thomas Petazzoni [Thu, 10 Mar 2016 22:34:58 +0000 (23:34 +0100)]
binutils: use binutils 2.25.1 by default

Recent commit 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 broke the build
by default to binutils 2.25 for the target, while we only have hashes
for 2.25.1. Use 2.25.1 instead.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotaskd: new package
Ben Boeckel [Thu, 10 Mar 2016 02:38:40 +0000 (21:38 -0500)]
taskd: new package

Taskwarrior is a task management suite of tools. Taskd is the
synchronization server for it.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
[Thomas:
 - use 'depends on' for BR2_USE_MMU, and add a comment indicating that
   the dependency is due to the use of fork()
 - use 'depends on' for BR2_USE_WCHAR, and add a comment indicating
   that the dependency is due to gnutls and util-linux.
 - add a hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogcc: fix dynamic linker path for mips soft-float
Thomas Petazzoni [Tue, 8 Mar 2016 21:20:55 +0000 (22:20 +0100)]
gcc: fix dynamic linker path for mips soft-float

This commit updates the gcc musl patches for gcc 4.7, 4.8 and 4.9 so
that the path to the dynamic linker encoded as "program interpreter"
in the generated binaries actually matches the symbolic link installed
by musl when building for mips soft-float.

Indeed, musl installs a symlink called ld-musl-mipsel-sf.so.1, but gcc
currently generates binaries that use /lib/ld-musl-mips.so as program
interpreter.

The fix is simply the one from
https://bitbucket.org/GregorR/musl-cross/commits/825219202365, i.e
adjust MUSL_DYNAMIC_LINKER in our musl gcc patches.

Thanks to these patches:

$ ./host/usr/bin/mipsel-linux-readelf -a ./target/bin/busybox
[...]
      [Requesting program interpreter: /lib/ld-musl-mipsel-sf.so.1]
[...]

gcc 5.x doesn't need any fix because the musl patches already use the
right value.

Fixes bug #7562.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobinutils: switch to version 2.25 by default
Thomas Petazzoni [Sun, 6 Mar 2016 15:06:23 +0000 (16:06 +0100)]
binutils: switch to version 2.25 by default

binutils 2.26 has been released, it is time to switch to 2.25 as the
default version.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconnman: switch to BR2_TOOLCHAIN_HAS_SYNC_4
Gustavo Zacarias [Thu, 10 Mar 2016 01:06:51 +0000 (22:06 -0300)]
connman: switch to BR2_TOOLCHAIN_HAS_SYNC_4

Switch to BR2_TOOLCHAIN_HAS_SYNC_4 from BR2_sparc conditional since it's
the correct one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>