buildroot.git
8 years agopackage/weston: Add demo clients install option
Sergi Granell [Fri, 15 Jul 2016 13:14:09 +0000 (15:14 +0200)]
package/weston: Add demo clients install option

Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/rtl8821au: set CONFIG_RTL8821AU properly
Christian Stewart [Mon, 11 Jul 2016 23:25:27 +0000 (16:25 -0700)]
package/rtl8821au: set CONFIG_RTL8821AU properly

Due to a recent update in the code, CONFIG_RTL8821AU=m is the expected
kernel configuration environment variable to be set, not
CONFIG_RTL8812AU_8821AU=m as was previously set.

Presently the package does effectively nothing.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/jemalloc: indentation cleanup
Jerzy Grzegorek [Fri, 8 Jul 2016 20:10:08 +0000 (22:10 +0200)]
package/jemalloc: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/efl: disable libevas jp2k loader
Romain Naour [Thu, 7 Jul 2016 22:01:09 +0000 (00:01 +0200)]
package/efl: disable libevas jp2k loader

When the support for JP2K is requested, the configure script is looking
for libopenjpeg1.pc which is not provided by the openjpeg package since
it's too recent (currently v2.1).

Mark BR2_PACKAGE_EFL_JP2K as broken until a new version of the efl
stack support the new openjpeg library.

Fixes:
http://autobuild.buildroot.net/results/ff1/ff1dbbc6cffdb5b2550b3613295151ff9fa964d6

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libfastjson: can use threads instead of atomics
Yann E. MORIN [Sun, 10 Jul 2016 09:10:11 +0000 (11:10 +0200)]
package/libfastjson: can use threads instead of atomics

When atomic intrisics are missing, libfastjson falls back to using
pthread mutexes to manage atomicity. Of course, this is much less
efficient than atomics, but it does the job.

Propagate the new dependency to rsyslog, the sole user of libfastjson.

Note: rsyslog already depends on threads for itself, but we believe it
is better to have the exact same dependency propagated.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libfastjson: fix build without threads
Yann E. MORIN [Sun, 10 Jul 2016 09:10:10 +0000 (11:10 +0200)]
package/libfastjson: fix build without threads

libfastjson is supposed to use the __sync_*4 atomic intrinsics, but alas
it is not using them because their ./configure decides they are not
available: it uses AC_TRY_RUN to check for them, and the default is to
decide they are not available, because of cross-compilation.

Besides, one of the source files was not including the generated
config.h, so even after fixing ./configure there was still a build
error.

The first patch is a backport from upstream to fix the missing
inclusion.

The second patch is switching AC_TRY_RUN over to AC_LINK_IFELSE, as the
only thing we're interested in is to check for the presence of the
atomic intrisics, and linking is enough for that.

Fixes:
    http://autobuild.buildroot.org/results/192/1923d0b570adba494f83747a9610ea6ec35f5223/
    http://autobuild.buildroot.org/results/23a/23ac0e742ed3a70ae4d038f8c9eadc23e708f671/
    and many others...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/upmpdcli: needs MMU
Yann E. MORIN [Sat, 9 Jul 2016 14:42:19 +0000 (16:42 +0200)]
package/upmpdcli: needs MMU

... because it uses fork().

Fixes:
    http://autobuild.buildroot.org/results/9ae/9ae5c773e62bbe84f2d0495f074d659fa3dcd55b/
    http://autobuild.buildroot.org/results/8af/8afb9f96bb827b723b859ff73cdf674ca6434e7c/
    http://autobuild.buildroot.org/results/abe/abe9be3b78f26f56035ec805a86ab33b1d145a02/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas: propagate to the Config.in comment.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in
Thomas Petazzoni [Fri, 15 Jul 2016 14:39:30 +0000 (16:39 +0200)]
sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosdl2_ttf: new package
Peter Thompson [Tue, 12 Jul 2016 14:53:05 +0000 (08:53 -0600)]
sdl2_ttf: new package

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
[Thomas:
 - point <pkg>_LICENSE_FILES to a file that actually exists
 - add host-pkgconf to the dependencies
 - remove unneeded CONF_OPTS options
 - pass FREETYPE_CONFIG in the environment to point to freetype-config]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosdl2_image: new package
Peter Thompson [Tue, 12 Jul 2016 14:53:04 +0000 (08:53 -0600)]
sdl2_image: new package

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
[Thomas:
 - remove all sub-options to select the various image formats. Between
   no formats enabled and all formats enabled, the size difference of
   the library is ~30 KB, so it really isn't worth having all those
   sub-options:
   -rwxr-xr-x 1 thomas thomas  22444 juil. 15 15:51 libSDL2_image-2.0.so.0.0.1
   -rwxr-xr-x 1 thomas thomas  59216 juil. 15 15:52 libSDL2_image-2.0.so.0.0.1
   consequently, we simply enable unconditionally all image formats
   that don't have any dependency, and use "automatic" dependencies
   for the 4 formats that require an external library
 - remove the host package variant, as it isn't used anywhere.
 - remove --with-sdl2-prefix and --with-sdl2-exec-prefix, and instead
   add a dependency on host-pkgconf so that pkg-config is used
 - remove --disable-static, this is handled by the autotools-package
   infrastructure already
 - point <pkg>_LICENSE_FILES to an existing file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosdl2_gfx: new package
Peter Thompson [Tue, 12 Jul 2016 14:53:03 +0000 (08:53 -0600)]
sdl2_gfx: new package

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
[Thomas:
 - Rewrap Config.in help text.
 - Remove unused SDL2_GFX_VERSION_MAJOR variable
 - Add host-pkgconf to the dependencies, since pkg-config is used to
   find sdl2. This fixes the build, otherwise -I/usr/include/sdl2 was
   added to the CFLAGS when sdl2-config was found on the host machine.
 - Remove --with-sdl2-prefix, since this option doesn't exist, and
   using pkg-config is a better solution (--with-sdl-prefix exists,
   but is not useful when pkg-config is available).
 - Remove --enable-static, packages are not supposed to pass such an
   option, it's not automatically by the autotools package
   infrastructure.
 - Pass --disable-sdltest instead of --disable-sdl2test since the
   latter doesn't exist, while the former does.
 - Pass SDL2_GFX_AUTORECONF = YES since the configure/Makefile.in are
   not up-to-date and therefore it tries to use aclocal at build time.
 - Adjust _LICENSE_FILES, since there is no file named 'LICENSE', use
   the smallest source file instead, since it contains the license
   text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoqt: add option for enabling the accessibility support
Romain Perier [Tue, 12 Jul 2016 09:30:19 +0000 (11:30 +0200)]
qt: add option for enabling the accessibility support

This adds an entry in the configuration menu in order to enable or
disable the accessibility support.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/xserver_xorg-server: add version 1.17.4
Romain Perier [Tue, 12 Jul 2016 09:30:18 +0000 (11:30 +0200)]
package/xserver_xorg-server: add version 1.17.4

Some old binary blobs drivers only implement an old VIDEODRV ABI. This
is the case for the AMD Catalyst driver for example.

Such a situation already exists with the nvidia-tegra23, that only
support the VIDEODRV ABI 14.

Since VIDEODRV ABIs are not backward compatible [0], lets introduce an
older Xserver version that supports such an old ABI.

0. https://www.x.org/wiki/XorgModuleABIVersions/

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/rt-tests: disable for musl toolchains
Romain Naour [Thu, 14 Jul 2016 19:01:09 +0000 (21:01 +0200)]
package/rt-tests: disable for musl toolchains

The cyclictest program doesn't build with musl toolchains due to
several issues with a different implementation of the "struct sigevent"
from Glibc/uClibc and musl (similar to [1]).

The pi_stress program doesn't build with musl toolchains with the
following error since musl doesn't provide _POSIX_THREAD_PRIO_INHERIT
define even if musl have Priority Inheritance mutexes [2]:

src/pi_tests/pi_stress.c:78:2: error: #error "Can't run this test without PI Mutex support"
 #error "Can't run this test without PI Mutex support"

Since the fix for cyclictest is not trivial, disable rt-tests for musl
toolchains.

Fixes:
http://autobuild.buildroot.net/results/c27/c272ef7df6190cbb688e6db0b1ee210e6fbb472c

[1] https://bugs.mysql.com/bug.php?id=80322
[2] http://www.openwall.com/lists/musl/2016/03/18/6

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/rt-tests: bump to 1.0
Romain Naour [Thu, 14 Jul 2016 19:01:08 +0000 (21:01 +0200)]
package/rt-tests: bump to 1.0

Rebase patch 01 and 02 on v1.0
Remove upstream patches 03 and 04.

Switch to release tarball (.xz) and use BR2_KERNEL_MIRROR

Remove HASPYTHON since it has been removed from patch 01 and clear
PYLIB if PYTHON package is not selected.

Remove NPTL handling since the patch upstreamed by Alexey Brodkin
has been reverted [1]

Add hash file

[1] https://git.kernel.org/cgit/utils/rt-tests/rt-tests.git/commit/?id=6f3c1ba9e8403cff6ca12351c43bde68e0fbca25

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/rt-tests: switch to the upstream repository
Romain Naour [Thu, 14 Jul 2016 19:01:07 +0000 (21:01 +0200)]
package/rt-tests: switch to the upstream repository

rt-tests is not maintained from Clark Williams's repository anymore.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoolimex_a20_olinuxino_lime: bump u-boot to 2016.07
Francois Perrad [Tue, 12 Jul 2016 17:45:37 +0000 (19:45 +0200)]
olimex_a20_olinuxino_lime: bump u-boot to 2016.07

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libgpg-error: disable tests
Yann E. MORIN [Fri, 15 Jul 2016 12:43:26 +0000 (14:43 +0200)]
package/libgpg-error: disable tests

Tests are not usefull on an embedded device.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-prompt-toolkit: new package
Yegor Yefremov [Tue, 12 Jul 2016 07:39:03 +0000 (09:39 +0200)]
python-prompt-toolkit: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-wcwidth: new package
Yegor Yefremov [Tue, 12 Jul 2016 07:39:02 +0000 (09:39 +0200)]
python-wcwidth: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibassuan: bump version to 2.4.3
Vicente Olivert Riera [Fri, 15 Jul 2016 10:08:43 +0000 (11:08 +0100)]
libassuan: bump version to 2.4.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibgcrypt: bump version to 1.7.2
Vicente Olivert Riera [Fri, 15 Jul 2016 10:08:42 +0000 (11:08 +0100)]
libgcrypt: bump version to 1.7.2

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibgpg-error: bump version to 1.24
Vicente Olivert Riera [Fri, 15 Jul 2016 10:08:41 +0000 (11:08 +0100)]
libgpg-error: bump version to 1.24

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolog4cpp: fix musl compile
Peter Seiderer [Mon, 11 Jul 2016 21:13:31 +0000 (23:13 +0200)]
log4cpp: fix musl compile

Include proper config.h (via log4cpp/Portability.hh) to fix the
evaluate of LOG4CPP_HAVE_STDINT_H in the file tests/Clock.hh

Fixes [1]:

  Clock.hh:17:13: error: 'int64_t' does not name a type
       typedef int64_t usec_t;

[1] http://autobuild.buildroot.net/results/186/1867632f30531da69f06b965bc833817400f618f

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agofbset: fix musl compile
Peter Seiderer [Mon, 11 Jul 2016 20:13:48 +0000 (22:13 +0200)]
fbset: fix musl compile

Unconditional include <asm/types.h> for __u32 type.

Fixes [1]:

  error: unknown type name '__u32'

[1] http://autobuild.buildroot.net/results/90f/90fc7954c532417c2ceaf9ab8549099d84561a42

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agontp: add support for SHM clocks
Yugendra Sai Babu Nadupuru [Thu, 14 Jul 2016 21:08:02 +0000 (16:08 -0500)]
ntp: add support for SHM clocks

In order for gpsd to work with the new version of ntpd, an enable
option must be added to the configure step of ntp that allows for
support of SHM clocks to be attached through shared memory.

Signed-off-by: Yugendra Sai Babu Nadupuru <yugendra.sai.babu.nadupuru@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/chrony: fix systemd service
Christian Stewart [Thu, 14 Jul 2016 19:05:02 +0000 (12:05 -0700)]
package/chrony: fix systemd service

Fixes the systemd service, the binary is located at /usr/sbin not
/usr/bin.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopenblas: fix build failure for MIPS n32
Vicente Olivert Riera [Thu, 14 Jul 2016 17:00:52 +0000 (18:00 +0100)]
openblas: fix build failure for MIPS n32

Support for n32 ABI in OpenBLAS is not complete. Adding a patch to fix
this problem.

This patch has been sent upstream as a pull request:

  https://github.com/xianyi/OpenBLAS/pull/926

Fixes:

  http://autobuild.buildroot.net/results/1e8/1e8506a0d7b4fe1b773535f7d23ca422c03f9770/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/swupdate: bump to version 2016.07
Jörg Krause [Fri, 15 Jul 2016 06:16:54 +0000 (08:16 +0200)]
package/swupdate: bump to version 2016.07

* Remove fetching upstream patch to fix build without MTD support
* Update .config
* Update help text as SSL support is now needed for other features
  than the webserver too

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoRevert "cmake: bump version to 3.6.0"
Thomas Petazzoni [Fri, 15 Jul 2016 07:52:26 +0000 (09:52 +0200)]
Revert "cmake: bump version to 3.6.0"

This reverts commit b6ff742ca0d8b2901036d3ad03fe60c6b2a7725f.

This bump causes numerous build failures, so Vicente and Yann proposed
to revert it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agojemalloc: bump version to 4.2.1
Eric Le Bihan [Thu, 14 Jul 2016 21:12:10 +0000 (23:12 +0200)]
jemalloc: bump version to 4.2.1

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agojemalloc: fix sparc64 build
Eric Le Bihan [Thu, 14 Jul 2016 21:11:59 +0000 (23:11 +0200)]
jemalloc: fix sparc64 build

GCC 4.9.3 for sparc64 defines __sparc_v9__, not __sparc64__ nor
__sparcv9 (as reported by `gcc -dM -E - < /dev/null | egrep 'sparc|arch'`).

This prevents LG_QUANTUM from being properly defined. Adding this new
value solves the issue.

Fixes:

  http://autobuild.buildroot.net/results/95d/95df560b13be7abbce6aeeb3ed0f0814d597bd08/

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/mpd: bump to version 0.19.17
Jörg Krause [Fri, 15 Jul 2016 06:38:44 +0000 (08:38 +0200)]
package/mpd: bump to version 0.19.17

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agomemcached: bump to version 1.4.29
Gustavo Zacarias [Thu, 14 Jul 2016 10:46:01 +0000 (07:46 -0300)]
memcached: bump to version 1.4.29

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agofreetype: bump to version 2.6.5
Gustavo Zacarias [Wed, 13 Jul 2016 12:57:43 +0000 (09:57 -0300)]
freetype: bump to version 2.6.5

Switch to savannah download site since sourceforge is acting funny.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agognutls: security bump to version 3.4.14
Gustavo Zacarias [Wed, 13 Jul 2016 12:56:57 +0000 (09:56 -0300)]
gnutls: security bump to version 3.4.14

Fixes:
GNUTLS-SA-2016-2 - vulnerability that affects certificate verification
when GnuTLS is used in combination with the p11-kit trust module.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoimagemagick: bump version to 7.0.2-4
Vicente Olivert Riera [Thu, 14 Jul 2016 10:26:09 +0000 (11:26 +0100)]
imagemagick: bump version to 7.0.2-4

Option --without-jp2 removed as it doesn't exist anymore.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolinux-headers: bump 3.18.x and 4.{1, 4}.x series
Gustavo Zacarias [Thu, 14 Jul 2016 10:11:08 +0000 (07:11 -0300)]
linux-headers: bump 3.18.x and 4.{1, 4}.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agonasm: bump to version 2.12.02
Gustavo Zacarias [Thu, 14 Jul 2016 10:10:15 +0000 (07:10 -0300)]
nasm: bump to version 2.12.02

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogit: bump version to 2.9.1
Vicente Olivert Riera [Thu, 14 Jul 2016 10:07:18 +0000 (11:07 +0100)]
git: bump version to 2.9.1

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocmake: bump version to 3.6.0
Vicente Olivert Riera [Thu, 14 Jul 2016 10:06:50 +0000 (11:06 +0100)]
cmake: bump version to 3.6.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotoolchain: Bump ARC tools to arc-2016.09-eng006
Zakharov Vlad [Tue, 12 Jul 2016 08:48:21 +0000 (11:48 +0300)]
toolchain: Bump ARC tools to arc-2016.09-eng006

As described at:
4520524ba055706236db9f00dd79f1b2e2e87fde
this commit continues a series of updates of ARC tools.

This engineering build fixes the kernel dwarf stack unwinder feature for
ARC targets.

We still keep GDB as it is of arc-2016.03 release because there're some
issues we'd like to resolve before releasing it to wider audience.

So again note this is next engineering builds of arc-2016.09 series
and it might have all kinds of breakages, please don't use it for
production builds.

Related to:
4520524ba055706236db9f00dd79f1b2e2e87fde

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/syslog-ng: fix localstatdir directory
Adam Duskett [Tue, 12 Jul 2016 17:09:20 +0000 (13:09 -0400)]
package/syslog-ng: fix localstatdir directory

syslog-ng is built with the default buildroot flag localstatdir=/var

This causes three issues:

1) syslog-ng creates two files (syslog-ng.ctl and syslog-ng.persist in /var)
which shouldn't have random files generated in it.

2) SELinux expects it in it's default directory /var/run.

3) This breakes read only file systems because /var/ usually isn't mounted as
a seperate filing system.

Setting the buildflag to the default /var/run
fixes all three of thee of these issues.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: mx53loco: Bump U-Boot version to 2016.07
Fabio Estevam [Tue, 12 Jul 2016 01:12:32 +0000 (22:12 -0300)]
configs: mx53loco: Bump U-Boot version to 2016.07

Bump U-Boot version to 2016.07 and also remove the extra patch
as it is already part of U-Boot mainline now.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: mx51evk: Bump U-Boot version to 2016.07
Fabio Estevam [Tue, 12 Jul 2016 01:12:31 +0000 (22:12 -0300)]
configs: mx51evk: Bump U-Boot version to 2016.07

Bump U-Boot version to 2016.07 and also remove the extra patch
as it is already part of U-Boot mainline now.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agouboot-tools: bump to version 2016.07
Fabio Estevam [Mon, 11 Jul 2016 23:54:05 +0000 (20:54 -0300)]
uboot-tools: bump to version 2016.07

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoopusfile: bump to version 0.8
Peter Korsgaard [Tue, 12 Jul 2016 21:22:47 +0000 (23:22 +0200)]
opusfile: bump to version 0.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoboot/uboot: bump to version 2016.07
Fabio Estevam [Mon, 11 Jul 2016 20:43:05 +0000 (17:43 -0300)]
boot/uboot: bump to version 2016.07

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoacpica: needs threads
Erico Nunes [Sun, 10 Jul 2016 17:43:05 +0000 (19:43 +0200)]
acpica: needs threads

Fixes:
  http://autobuild.buildroot.net/results/53e/53e38f278ad6d1a7d0a48bce74976f59475b1a99/
  http://autobuild.buildroot.net/results/a7c/a7cc6187451f944e6846d3f6b5cd3aac700796dd/

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/e2fsprogs: fix 0002 patch
Yann E. MORIN [Sun, 10 Jul 2016 14:06:59 +0000 (16:06 +0200)]
package/e2fsprogs: fix 0002 patch

Patch 0002-fuse2fs-might-need-librt.patch introduced a new configure.ac
variable that should contain whether -lrt is needed to gt clock_gettime.

However, it forgot to propagate that variable into the Makefiles.

Because e2fprogs is not using automake (just autoconf), the configure
variables are not automatically propagated; it needs to be done
manually.

Fixes:
    http://autobuild.buildroot.org/results/edf/edf4195d33720d51031a84c3bdb6b6b0ed3b4731/
    http://autobuild.buildroot.org/results/987/987efb687870062c509361eaefd0ff80043392f8/
    http://autobuild.buildroot.org/results/f58/f58b5f8f5cd069b63aae4249bc7aefb145789b7d/
    [...]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobotan: bump to version 1.10.13
Francois Perrad [Mon, 11 Jul 2016 20:18:42 +0000 (22:18 +0200)]
botan: bump to version 1.10.13

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agohtop: bump to version 2.0.1
Ricardo Martincoski [Sun, 10 Jul 2016 20:59:34 +0000 (17:59 -0300)]
htop: bump to version 2.0.1

- drop 0001-native-affinity.patch as it was replaced upstream [1]. Autoreconf
  could be dropped

- drop conf env ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes because
  these tests no longer run when cross-compiling [2]

- upstream created a custom check function to use ncurses*-config [3] but it
  does not allow to override the path to ncurses*-config, leading to a build
  failure as the htop build system would search the path of host tools.
  A new patch 0001-Allow-to-override-ncurses-config-path.patch allows this
  override [4]. It brings back the need to autoreconf

- set path to ncurses5-config in conf env in order to avoid the htop build
  system finding it in the path of host tools

[1] https://github.com/hishamhm/htop/commit/dfad0afb36df9ac104490454c6472625e3ecbe0c
[2] https://github.com/hishamhm/htop/commit/b56195663760d76ea61d9ed15121dd4a13fa68cd
[3] https://github.com/hishamhm/htop/commit/96c929f82b811f054726f1ba3e5fd065976a1204
[4] https://github.com/hishamhm/htop/pull/524/commits/666f12f60f7d7936af932bf513bc0e9c5c5158f9

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: Bump to 4.6.4 kernel
Fabio Estevam [Mon, 11 Jul 2016 19:31:32 +0000 (16:31 -0300)]
linux-headers: Bump to 4.6.4 kernel

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux: Bump default to version 4.6.4
Fabio Estevam [Mon, 11 Jul 2016 19:31:31 +0000 (16:31 -0300)]
linux: Bump default to version 4.6.4

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-tomako: bump to version 0.1.0.post1
Yegor Yefremov [Mon, 11 Jul 2016 07:54:37 +0000 (09:54 +0200)]
python-tomako: bump to version 0.1.0.post1

Add license file.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-mako: bump to version 1.0.4
Yegor Yefremov [Mon, 11 Jul 2016 07:54:36 +0000 (09:54 +0200)]
python-mako: bump to version 1.0.4

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-pytablewriter: bump to version 0.5.0
Yegor Yefremov [Mon, 11 Jul 2016 07:54:35 +0000 (09:54 +0200)]
python-pytablewriter: bump to version 0.5.0

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-dataproperty: bump to version 0.7.1
Yegor Yefremov [Mon, 11 Jul 2016 07:54:34 +0000 (09:54 +0200)]
python-dataproperty: bump to version 0.7.1

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libv4l: bump version to 1.10.1
ludovic.desroches@atmel.com [Mon, 11 Jul 2016 07:54:40 +0000 (09:54 +0200)]
package/libv4l: bump version to 1.10.1

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/tzdata: bump version to 2016f
Martin Bark [Mon, 11 Jul 2016 10:23:11 +0000 (11:23 +0100)]
package/tzdata: bump version to 2016f

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/zic: bump version to 2016f
Martin Bark [Mon, 11 Jul 2016 10:23:10 +0000 (11:23 +0100)]
package/zic: bump version to 2016f

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/mesa3d: Fix udev dependency check
Bernd Kuhls [Sun, 10 Jul 2016 10:09:14 +0000 (12:09 +0200)]
package/mesa3d: Fix udev dependency check

Sorry for the typo ;)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/{mesa3d, mesa3d-headers}: bump version to 12.0.1
Bernd Kuhls [Sun, 10 Jul 2016 10:09:13 +0000 (12:09 +0200)]
package/{mesa3d, mesa3d-headers}: bump version to 12.0.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodante: fix sparc compile issue
Waldemar Brodkorb [Sun, 10 Jul 2016 09:32:13 +0000 (11:32 +0200)]
dante: fix sparc compile issue

Fixes following autobuild failure:
http://autobuild.buildroot.net/results/536d95a46ef9527c6ed38b397f7e1b33f4b7b5fe/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoimx-usb-loader: remove - from prompt
Thomas Petazzoni [Fri, 8 Jul 2016 20:02:20 +0000 (22:02 +0200)]
imx-usb-loader: remove - from prompt

The prompt of all host packages is "host foo", except for imx-usb-loader
that uses "host-foo", and more precisely "host-imx-usb loader", which is
really weird. This commit fixes this inconsistency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agomxsldr: new package
Erik Stromdahl [Thu, 7 Jul 2016 17:49:23 +0000 (19:49 +0200)]
mxsldr: new package

Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
[Thomas:
 - Rename prompt from "host-mxsldr" to "host mxsldr".
 - Add BR2_armeb in the list of architectures under which this package
   can be enabled.
 - Remove double quotes around the _SITE value.
 - The license is GPLv2+, not GPLv2.
 - Add a value for the _LICENSE_FILES variable
 - Rename MXSLDR_DEPENDENCIES to HOST_MXSLDR_DEPENDENCIES, since the
   dependencies of the host package are no longer derived from the
   dependencies of the target package.
 - Remove the MXSLDR_MAKE_OPTS variable that contained the PKG_CONFIG
   variable definition: it is already passed in HOST_CONFIGURE_OPTS.
 - Remove hash file, as it is not checked on Git packages for now.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/runc: use BR_PATH to find pkg-config
Romain Naour [Thu, 7 Jul 2016 18:39:35 +0000 (20:39 +0200)]
package/runc: use BR_PATH to find pkg-config

When BR2_PACKAGE_LIBSECCOMP is set, go will try to find libseccomp
library using pkg-config. But pkg-config is not in the PATH when go
is called during the runc build.

Set the correct PATH in RUNC_MAKE_ENV.

Fixes:
http://autobuild.buildroot.net/results/fea/fea069fec671b32bffd3d133898d71d45abab552

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/{mesa3d, mesa3d-headers}: bump version to 12.0.0
Bernd Kuhls [Fri, 8 Jul 2016 15:43:36 +0000 (17:43 +0200)]
package/{mesa3d, mesa3d-headers}: bump version to 12.0.0

Remove MESA3D_REMOVE_OPENGL_PC, not needed anymore after
https://cgit.freedesktop.org/mesa/mesa/commit/?h=12.0&id=5193fe9f4fe9c2d537afb051323724a399abc4e1

Tested using defconfig from
https://git.buildroot.net/buildroot/commit/package/mesa3d/mesa3d.mk?id=e07a98239969794c2257345b17a604e309a5dbb1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/ffmpeg: add optional support for libvdpau
Bernd Kuhls [Thu, 7 Jul 2016 20:49:14 +0000 (22:49 +0200)]
package/ffmpeg: add optional support for libvdpau

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/Config.in: fix alphabetical order
Jerzy Grzegorek [Fri, 8 Jul 2016 08:27:17 +0000 (10:27 +0200)]
package/Config.in: fix alphabetical order

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibupnp: bump to version 1.6.20
Fabrice Fontaine [Fri, 8 Jul 2016 07:25:12 +0000 (09:25 +0200)]
libupnp: bump to version 1.6.20

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/mono: bump version to 4.4.1.0
Angelo Compagnucci [Thu, 7 Jul 2016 20:52:15 +0000 (22:52 +0200)]
package/mono: bump version to 4.4.1.0

This patch bumps mono version to the latest released version 4.4.1.0.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/samba4: security bump to 4.4.5
Bernd Kuhls [Thu, 7 Jul 2016 21:14:01 +0000 (23:14 +0200)]
package/samba4: security bump to 4.4.5

Fixes CVE-2016-2119
https://www.samba.org/samba/security/CVE-2016-2119.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopenmpi: add Fortran support for MIPS64
Vicente Olivert Riera [Thu, 7 Jul 2016 15:47:34 +0000 (16:47 +0100)]
openmpi: add Fortran support for MIPS64

We include a file containing cached values for Fortran tests that are
performed at the configure step. These tests fail when cross-compiling
and this is known upstream. See:

https://www.open-mpi.org/community/lists/users/2013/01/21186.php

In that thread the upstream maintainer admits that "cross compiling
OpenMPI is a known issue" and the way to workaround this is to
"pre-populate configure's answers to the Fortran tests (so that it
doesn't actually have to run anything)"

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
[Thomas: use a config cache.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopenmpi: add Fortran support for MIPS32
Vicente Olivert Riera [Thu, 7 Jul 2016 15:47:33 +0000 (16:47 +0100)]
openmpi: add Fortran support for MIPS32

We include a file containing cached values for Fortran tests that are
performed at the configure step. These tests fail when cross-compiling
and this is known upstream. See:

https://www.open-mpi.org/community/lists/users/2013/01/21186.php

In that thread the upstream maintainer admits that "cross compiling
OpenMPI is a known issue" and the way to workaround this is to
"pre-populate configure's answers to the Fortran tests (so that it
doesn't actually have to run anything)"

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
[Thomas: use the config cache mechanism to preseed the cache variables.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocifs-utils: disable PIE for m68k
Waldemar Brodkorb [Thu, 7 Jul 2016 17:46:53 +0000 (19:46 +0200)]
cifs-utils: disable PIE for m68k

PIE is not supported for uClibc-ng/m68k.

Fixes following autobuild failure:
http://autobuild.buildroot.net/results/4246de0280d4e7f8765adefd379c9dd414c316f1/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-dialog3: new package
Yegor Yefremov [Thu, 7 Jul 2016 14:31:51 +0000 (16:31 +0200)]
python-dialog3: new package

Existing python-dialog package supports Python 2 only. For Python 3
another package is required.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoqt: fix typo in Config.in
Thomas Petazzoni [Thu, 7 Jul 2016 15:09:39 +0000 (17:09 +0200)]
qt: fix typo in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoscanpypi: include LICENCE in the list of supported license files
Yegor Yefremov [Thu, 7 Jul 2016 09:04:39 +0000 (11:04 +0200)]
scanpypi: include LICENCE in the list of supported license files

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agohostapd: Install default hostapd.conf on target
Alexey Brodkin [Thu, 7 Jul 2016 06:12:26 +0000 (09:12 +0300)]
hostapd: Install default hostapd.conf on target

For convenience it's nice to have default hostapd.conf installed
on target automatically as a good starting point.

Otherwise user has to create it manually from scratch.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>i
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libsndfile: bump version to 1.0.27
Bernd Kuhls [Thu, 7 Jul 2016 05:10:09 +0000 (07:10 +0200)]
package/libsndfile: bump version to 1.0.27

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/apache: security bump to version 2.4.23
Bernd Kuhls [Thu, 7 Jul 2016 05:08:00 +0000 (07:08 +0200)]
package/apache: security bump to version 2.4.23

Fixes CVE-2016-4979:
TLS/SSL X.509 client certificate auth bypass with HTTP/2
http://httpd.apache.org/security/vulnerabilities_24.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/pulseaudio: remove WebRTC hook for toolchains without C++
Romain Naour [Wed, 6 Jul 2016 21:50:55 +0000 (23:50 +0200)]
package/pulseaudio: remove WebRTC hook for toolchains without C++

This hook is not required anymore since we handle WebRTC dependency
with --enable/disable-webrtc-aec.

Also the hook doesn't have any effect since we use autoreconf because
it should have been a POST_CONFIGURE_HOOKS.

So, we can remove it safely.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agomusl: bump to version 1.1.15
Thomas Petazzoni [Wed, 6 Jul 2016 21:13:42 +0000 (23:13 +0200)]
musl: bump to version 1.1.15

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoshellinabox: needs MMU support
Thomas Petazzoni [Thu, 7 Jul 2016 08:36:03 +0000 (10:36 +0200)]
shellinabox: needs MMU support

Fixes:

  http://autobuild.buildroot.net/results/609ec63d36e235581fe0388c0e1102362743d5b2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years ago4th: build with -fPIC when shared library build is enabled
Thomas Petazzoni [Thu, 7 Jul 2016 08:03:34 +0000 (10:03 +0200)]
4th: build with -fPIC when shared library build is enabled

Fixes:

  http://autobuild.buildroot.net/results/1e288dabbdd0c5131c18e1426ed6ceedce046b9c/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoalljoyn: new package
Fabrice Fontaine [Wed, 6 Jul 2016 12:08:48 +0000 (14:08 +0200)]
alljoyn: new package

The AllJoyn framework defines a common way for devices and apps to
communicate with one another regardless of brands, categories,
transports, and OSes. Developers write applications that discover
nearby devices, and communicate with each other directly and through
the cloud, unleashing new possibilities in the Internet of Things.

https://allseenalliance.org

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
[Thomas:
 - rewrap Config.in help text
 - remove / at the beginning of the ALLJOYN_DISTDIR variable.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years ago4th: create /usr/lib and /usr/bin before installation
Thomas Petazzoni [Wed, 6 Jul 2016 21:11:16 +0000 (23:11 +0200)]
4th: create /usr/lib and /usr/bin before installation

The 4th build system doesn't create the installation directories by
itself, causing $(HOST_DIR)/usr/lib to be a file containing the 4th
library if $(HOST_DIR)/usr/lib doesn't already exist as a
directory. Since 4th is the first package in the build order due to
alphabetic ordering, it is very likely that it will install a file as
$(HOST_DIR)/usr/lib, breaking the build of follow-up packages.

Fixes:

  http://autobuild.buildroot.net/results/6291046ca0552e11b79a84df4a7844324d78ab97/
  http://autobuild.buildroot.net/results/252642b7d6ec3f77142dcbd158f56ed8e2426c25/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodocker-containerd: needs CGO linking
Thomas Petazzoni [Wed, 6 Jul 2016 21:06:02 +0000 (23:06 +0200)]
docker-containerd: needs CGO linking

Fixes:

  http://autobuild.buildroot.net/results/09a23c8926ce32408fbbfa1fb5b3ed7c4f8733e3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-humanize: new package
Yegor Yefremov [Wed, 6 Jul 2016 07:18:16 +0000 (09:18 +0200)]
python-humanize: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/lapack: new package
Benjamin Kamath [Tue, 5 Jul 2016 21:57:17 +0000 (23:57 +0200)]
package/lapack: new package

lapack is a fortran-based linear algebra math library.

Signed-off-by: Benjamin Kamath <bkamath@spaceflight.com>
[Samuel:
 - Update to use BR2_TOOLCHAIN_HAS_FORTRAN symbol + add comment
   when the toolchain does not meet the requirements.
 - Update powerpc/uclibc dependencies to allow build with musl.
 - Bump to 3.6.1.]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[Thomas: move comment about installed libraries from .mk file to
Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/jemalloc: filter on suported architectures
Yann E. MORIN [Tue, 5 Jul 2016 17:35:48 +0000 (19:35 +0200)]
package/jemalloc: filter on suported architectures

jemalloc has a hard-coded list of supported architectures, which it uses
to define the minimum alignment for allocations. It whines at build time
(not at configure time) when it does not know that alignment.

Fix that by making jemalloc depend on the known-supported architectures.

Fixes:
    http://autobuild.buildroot.org/results/674/674b6022f9a403528a758c0785656d2bda79e0a9/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
[Thomas:
 - split ARM and AArch64 dependencies on two lines
 - for SuperH, instead of using BR2_sh && !BR2_sh2, explicitly list the
   SH4 variants, since only SH4 is supported by jemalloc.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/python-pillow: fix wrong install step
Angelo Compagnucci [Wed, 6 Jul 2016 20:07:57 +0000 (22:07 +0200)]
package/python-pillow: fix wrong install step

This patch changes PYTHON_PILLOW_INSTALL_TARGET_CMDS to actually
install pillow in target directory instead of host.

While at it, it also fixes the version for the hash, and uses the more
conventional "define ... endef" construct to define variables in
python-pillow.mk.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years ago4th: new package
Francois Perrad [Tue, 5 Jul 2016 19:05:20 +0000 (21:05 +0200)]
4th: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas:
 - fix the license information, it's GPLv3+, LGPLv3+.
 - add a comment about the COPYING file containing only the LGPLv3 text,
   even though there is some GPLv3+ code.
 - minor tweaks in the .mk file
 - rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopus: don't use assembly when on ARM, but without ARM instructions
Thomas Petazzoni [Wed, 6 Jul 2016 19:41:47 +0000 (21:41 +0200)]
opus: don't use assembly when on ARM, but without ARM instructions

The ARM assembly code in opus uses full ARM instructions, which won't
work on Thumb-2 only platforms such as ARMv7-M, so we disable the
assembly code in such situations.

Fixes:

  http://autobuild.buildroot.net/results/ffa12ab7abadd76901228fc82da24e81bb6da625/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibsigsegv: mark as not available on m68k
Thomas Petazzoni [Wed, 6 Jul 2016 19:34:44 +0000 (21:34 +0200)]
libsigsegv: mark as not available on m68k

Fixes:

  http://autobuild.buildroot.net/results/059fd862bd3e9456783f2f4ba307df15dbab0d41/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agorunc: add missing dependency on host-pkgconf
Thomas Petazzoni [Wed, 6 Jul 2016 19:31:45 +0000 (21:31 +0200)]
runc: add missing dependency on host-pkgconf

runc uses pkg-config to detect libseccomp, so we need to depend on it.

Fixes:

  http://autobuild.buildroot.net/results/72f1cf194843b8519a3ebf213cdbf06873809055/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agorunc: depends on CGO linking being supported
Vicente Olivert Riera [Wed, 6 Jul 2016 08:34:30 +0000 (09:34 +0100)]
runc: depends on CGO linking being supported

Fixes:

  http://autobuild.buildroot.net/results/35d72aac0b0cc0ac92bf309d1a957d7903b1411a/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoflannel: depends on CGO linking being supported
Vicente Olivert Riera [Wed, 6 Jul 2016 08:34:29 +0000 (09:34 +0100)]
flannel: depends on CGO linking being supported

Fixes:

  http://autobuild.buildroot.net/results/3594f33800857cf57302f9b58e30d68f1d9c33b9/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogo: define a hidden boolean to specify if CGO linking is supported
Vicente Olivert Riera [Wed, 6 Jul 2016 08:34:28 +0000 (09:34 +0100)]
go: define a hidden boolean to specify if CGO linking is supported

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>