buildroot.git
9 years agolibgtk2: adjust style
Gustavo Zacarias [Mon, 30 Mar 2015 21:16:30 +0000 (18:16 -0300)]
libgtk2: adjust style

Cleanup indentation and mention why we need AUTORECONF.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibgtk2: drop libxcomposite mandatory dep
Gustavo Zacarias [Mon, 30 Mar 2015 21:16:29 +0000 (18:16 -0300)]
libgtk2: drop libxcomposite mandatory dep

It's not selected, not required and duplicate with the autodep.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibgtk2: bump to version 2.24.27
Gustavo Zacarias [Mon, 30 Mar 2015 21:16:28 +0000 (18:16 -0300)]
libgtk2: bump to version 2.24.27

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agologrotate: add hash file
Benoît Thébaudeau [Mon, 30 Mar 2015 20:54:05 +0000 (22:54 +0200)]
logrotate: add hash file

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoarch/sparc: doesn't have atomics
Gustavo Zacarias [Sun, 29 Mar 2015 13:41:09 +0000 (10:41 -0300)]
arch/sparc: doesn't have atomics

Cores older than v9 don't seem to have atomics so remove it.
Fixes a test build of pulseaudio for example.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libseccomp: bump version to 2.2.0
Bernd Kuhls [Sun, 29 Mar 2015 14:22:28 +0000 (16:22 +0200)]
package/libseccomp: bump version to 2.2.0

- change upstream URL, project moved to github
- removed patches not needed anymore since project switched to autoconf
- add newly supported platforms to Config.in

[Thomas:
 - remove hash file, since we're fetching from github now.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoarch: BINFMT_FLAT_SHARED is not really shared for buildroot purposes
Sonic Zhang [Fri, 27 Mar 2015 21:10:23 +0000 (22:10 +0100)]
arch: BINFMT_FLAT_SHARED is not really shared for buildroot purposes

Although BINFMT_FLAT_SHARED is indeed a shared library format, it does
not support dynamic library loading with dlopen(). So for buildroot
purposes, BR2_STATIC_LIBS shouldn't be selected.

As it happens, the compiler options that are added for
BINFMT_FLAT_SHARED also make the compiler ignore the -static option, so
we can simply force BR2_STATIC_LIBS and things work out perfectly.

Therefore, remove the select of BR2_BINFMT_SUPPORTS_SHARED from
BINFMT_FLAT_SHARED, which in turn makes sure that BR2_STATIC_LIBS is
selected.

[Arnout: rewrite commit message, add explanatory comment]

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/mplayer: add optional giflib support
Bernd Kuhls [Sun, 29 Mar 2015 17:11:18 +0000 (19:11 +0200)]
package/mplayer: add optional giflib support

[Thomas: Use --enable-gif / --disable-gif, and do not pass
--extra-libs.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/mplayer: needs host-pkgconf
Bernd Kuhls [Sun, 29 Mar 2015 17:11:17 +0000 (19:11 +0200)]
package/mplayer: needs host-pkgconf

mplayer's custom configure script can use pkg-config to discover
dependencies.

[Thomas: improve commit log.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosquid: adjust style
Gustavo Zacarias [Sun, 29 Mar 2015 14:33:32 +0000 (11:33 -0300)]
squid: adjust style

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosquid: bump to version 3.5.3
Gustavo Zacarias [Sun, 29 Mar 2015 14:33:31 +0000 (11:33 -0300)]
squid: bump to version 3.5.3

[Thomas: slightly expand the comment about atomic operations, after
the discussion with Baruch.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/sysdig: New package
Angelo Compagnucci [Thu, 26 Mar 2015 20:41:29 +0000 (21:41 +0100)]
package/sysdig: New package

Sysdig is open source, system-level exploration: capture system state
and activity from a running Linux instance, then save, filter and
analyze.

[Thomas:
 - remove unneeded 0001-makefile-driver-compile-options.patch, instead
   pass KERNELDIR in the make options when building the driver, and
   pass the contents of $(LINUX_MAKE_FLAGS) directly.
 - use $(SYSDIG_BUILDDIR) instead of $(@D)/buildroot-build, so that
   the package does not depend on the package infra using specifically
   buildroot-build as the build subdirectory.
 - use $(MAKE) -C <foo> instead of cd <foo>; $(MAKE).
 - rename 0002 patch to 0001, since the 0001 patch is removed.]

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Tested-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agologrotate: bump version to 3.8.9
Benoît Thébaudeau [Mon, 30 Mar 2015 00:32:36 +0000 (02:32 +0200)]
logrotate: bump version to 3.8.9

This version comes with a new build system based on autoconf/automake,
so we switch from generic-package to autotools-package. However, since
the tarball does not contain a pre-generated configure script, we have
to set LOGROTATE_AUTORECONF = YES.

[Thomas:
  - add comment explaining why AUTORECONF = YES is needed
  - expand commit log
  - use --without/--with instead of --with=yes/--with=no
  - fix indentation in the ACL condition]

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xutil_util-macros: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:18:00 +0000 (13:18 -0300)]
x11r7/xutil_util-macros: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xutil_makedepend: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:59 +0000 (13:17 -0300)]
x11r7/xutil_makedepend: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_fontcacheproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:58 +0000 (13:17 -0300)]
x11r7/xproto_fontcacheproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_fixesproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:57 +0000 (13:17 -0300)]
x11r7/xproto_fixesproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_dri3proto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:56 +0000 (13:17 -0300)]
x11r7/xproto_dri3proto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_dri2proto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:55 +0000 (13:17 -0300)]
x11r7/xproto_dri2proto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_dmxproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:54 +0000 (13:17 -0300)]
x11r7/xproto_dmxproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_damageproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:53 +0000 (13:17 -0300)]
x11r7/xproto_damageproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_compositeproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:52 +0000 (13:17 -0300)]
x11r7/xproto_compositeproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_bigreqsproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:51 +0000 (13:17 -0300)]
x11r7/xproto_bigreqsproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_applewmproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:50 +0000 (13:17 -0300)]
x11r7/xproto_applewmproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_inputproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:49 +0000 (13:17 -0300)]
x11r7/xproto_inputproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_kbproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:48 +0000 (13:17 -0300)]
x11r7/xproto_kbproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_presentproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:47 +0000 (13:17 -0300)]
x11r7/xproto_presentproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_recordproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:46 +0000 (13:17 -0300)]
x11r7/xproto_recordproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_renderproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:45 +0000 (13:17 -0300)]
x11r7/xproto_renderproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_resourceproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:44 +0000 (13:17 -0300)]
x11r7/xproto_resourceproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_scrnsaverproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:43 +0000 (13:17 -0300)]
x11r7/xproto_scrnsaverproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_videoproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:42 +0000 (13:17 -0300)]
x11r7/xproto_videoproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_windowswmproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:41 +0000 (13:17 -0300)]
x11r7/xproto_windowswmproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xcmiscproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:40 +0000 (13:17 -0300)]
x11r7/xproto_xcmiscproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xextproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:39 +0000 (13:17 -0300)]
x11r7/xproto_xextproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xf86bigfontproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:38 +0000 (13:17 -0300)]
x11r7/xproto_xf86bigfontproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xf86dgaproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:37 +0000 (13:17 -0300)]
x11r7/xproto_xf86dgaproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xf86driproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:36 +0000 (13:17 -0300)]
x11r7/xproto_xf86driproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xf86vidmodeproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:35 +0000 (13:17 -0300)]
x11r7/xproto_xf86vidmodeproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xineramaproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:34 +0000 (13:17 -0300)]
x11r7/xproto_xineramaproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agox11r7/xproto_xproto: add hash file
Gustavo Zacarias [Sun, 29 Mar 2015 16:17:33 +0000 (13:17 -0300)]
x11r7/xproto_xproto: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/nodejs: Security bump to version 0.10.38
Jörg Krause [Mon, 30 Mar 2015 13:30:44 +0000 (15:30 +0200)]
package/nodejs: Security bump to version 0.10.38

Version 0.10.38 upgrades OpenSSL to version 1.0.1m, which includes fixes for
several CVEs:
  - CVE-2015-0204
  - CVE-2015-0286
  - CVE-2015-0287
  - CVE-2015-0289
  - CVE-2015-0292
  - CVE-2015-0293
  - CVE-2015-0209
  - CVE-2015-0288

Version 0.10.37 comes with a fix for CVE-2015-0278.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agognutls: security bump to version 3.3.14
Gustavo Zacarias [Mon, 30 Mar 2015 11:28:46 +0000 (08:28 -0300)]
gnutls: security bump to version 3.3.14

Fixes a two-byte stack overflow in DTLS 0.9 protocol (no CVE assigned
yet).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibtasn1: security bump to version 4.4
Gustavo Zacarias [Mon, 30 Mar 2015 11:27:13 +0000 (08:27 -0300)]
libtasn1: security bump to version 4.4

Corrects a two-byte stack overflow in asn1_der_decoding (no CVE
assigned yet).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomusl: security bump to version 1.1.8
Gustavo Zacarias [Mon, 30 Mar 2015 11:23:41 +0000 (08:23 -0300)]
musl: security bump to version 1.1.8

Fixes:
CVE-2015-1817 - stack-based buffer overflow in IPv6 literal parsing.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoaiccu: fix uclibc builds
Alex Suykov [Mon, 30 Mar 2015 11:13:39 +0000 (14:13 +0300)]
aiccu: fix uclibc builds

uClibc defines __GLIBC__ but does not provide res_nquery.

Fixes:
http://autobuild.buildroot.net/results/17248fa7f4deaacdab9bb22a777f51209af11e60/
http://autobuild.buildroot.net/results/bf155246563e2f6c44e18f7ee423305600a68b7e/
http://autobuild.buildroot.net/results/32a8c566604e79bf2de7d7236b49b6ab40b8cefd/
http://autobuild.buildroot.net/results/4093e4679412b50048860299dcfc301927e2cabc/

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomc: new package
Mauro Condarelli [Tue, 24 Mar 2015 19:57:47 +0000 (20:57 +0100)]
mc: new package

[Thomas: fix license, it is actually GPLv3+, not GPLv3.]

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libva-intel-driver: bump version to 1.5.1
Bernd Kuhls [Sat, 21 Mar 2015 10:39:57 +0000 (11:39 +0100)]
package/libva-intel-driver: bump version to 1.5.1

Removed 0002-wayland.patch, fixed upstream
http://cgit.freedesktop.org/vaapi/intel-driver/commit/?id=bf324e3440246a487997a1624ac862e3e4027f9e
Therefore autoreconf is not necessary anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libva: bump version to 1.5.1
Bernd Kuhls [Sat, 21 Mar 2015 10:39:56 +0000 (11:39 +0100)]
package/libva: bump version to 1.5.1

Removed 0002-wayland.patch, patch is not necessary anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolinux-ext: update Xenomai help text
Romain Naour [Thu, 26 Mar 2015 22:45:15 +0000 (23:45 +0100)]
linux-ext: update Xenomai help text

Reword the help text and get ride of the supported kernel
version list which is outdated since Xenomai version bump.

[Thomas: rewrap text to the appropriate length, fix some typos.]

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/ccache: add hash file
Karoly Kasza [Sun, 29 Mar 2015 13:16:50 +0000 (15:16 +0200)]
package/ccache: add hash file

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogstreamer/gst-plugin-x170: requires the Linux kernel
Fabio Porcedda [Sun, 29 Mar 2015 06:14:17 +0000 (08:14 +0200)]
gstreamer/gst-plugin-x170: requires the Linux kernel

Add a missing reverse depency from the on2-8170-libs package.

Fixes warning:
warning: (BR2_PACKAGE_GST_PLUGIN_X170) selects BR2_PACKAGE_ON2_8170_LIBS which has unmet direct dependencies (BR2_arm926t && BR2_TOOLCHAIN_USES_GLIBC && BR2_LINUX_KERNEL)

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/ccache: bump version to 3.1.11
Karoly Kasza [Sun, 29 Mar 2015 11:52:04 +0000 (13:52 +0200)]
package/ccache: bump version to 3.1.11

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomodem-manager: bump to 1.4.6
Yegor Yefremov [Wed, 25 Mar 2015 20:41:16 +0000 (21:41 +0100)]
modem-manager: bump to 1.4.6

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoaiccu: musl patches
Alex Suykov [Wed, 25 Mar 2015 22:15:06 +0000 (00:15 +0200)]
aiccu: musl patches

Fixes
http://autobuild.buildroot.net/results/8c666ef11310868097601b6de1dd25779729b878/

if_ether.h issue discussion: http://www.openwall.com/lists/musl/2012/10/11/1

Patch 0001-gnutls-and-uclibc-fixes split into gnutls part (0001) and res_ninit
part (0005) which is not uclibc-specific but happens to affect musl as well.

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogdb: deprecate version 7.7.x
Gustavo Zacarias [Thu, 26 Mar 2015 23:01:03 +0000 (20:01 -0300)]
gdb: deprecate version 7.7.x

Now that 7.9 was added and 7.8.x is default we don't want to have a
dozen versions so mark it as deprecated.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogdb: switch default to 7.8.x
Gustavo Zacarias [Thu, 26 Mar 2015 23:01:02 +0000 (20:01 -0300)]
gdb: switch default to 7.8.x

Now that we've got 7.9 added default to version 7.8.x

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogdb: add version 7.9
Gustavo Zacarias [Thu, 26 Mar 2015 23:01:01 +0000 (20:01 -0300)]
gdb: add version 7.9

Add gdb version 7.9, and adjust the tarball logic to default to .tar.xz
(for 7.8 & 7.9), fall back to .tar.bz2 for 7.7.x and leave the rest
alone.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/exim: fix build error with external arc toolchain due to missing libnsl
Bernd Kuhls [Sat, 28 Mar 2015 20:33:52 +0000 (21:33 +0100)]
package/exim: fix build error with external arc toolchain due to missing libnsl

Fixes
http://autobuild.buildroot.net/results/331/331ed781b422448205fb9e7c9730ec0c438d6306/
http://autobuild.buildroot.net/results/402/402d64965ac7ac6e1d4e1990080394958802fe8c/
http://autobuild.buildroot.net/results/960/9605bac2972d3e3d3fb91947ae6921e89210247b/
http://autobuild.buildroot.net/results/6b6/6b61ea80a3a6dcead233c4b408eba8b8d647e841/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoyaml-cpp: requires boost
Fabio Porcedda [Sat, 28 Mar 2015 19:34:32 +0000 (20:34 +0100)]
yaml-cpp: requires boost

The Boost C++ library is already selected in the Config.in but it was
missing in the yaml-cpp.mk file.

Fix build failure:
CMake Error at /home/tetsuya/buildroot/br/output/host/usr/share/cmake-3.1/Modules/FindBoost.cmake:1182 (message):
  Unable to find the requested Boost libraries.
<snip>
make: *** [/home/tetsuya/buildroot/br/output/build/yaml-cpp-0.5.1/.stamp_configured] Error 1

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/irqbalance: bump to 1.0.9
Karoly Kasza [Sun, 29 Mar 2015 07:46:00 +0000 (09:46 +0200)]
package/irqbalance: bump to 1.0.9

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosupport/mkusers: enhance error messages
Yann E. MORIN [Sun, 29 Mar 2015 09:54:43 +0000 (11:54 +0200)]
support/mkusers: enhance error messages

The current error messages are a bit terse, and do not provide all the
required information.

Expand them to provide more context.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Tom Elliott <tommygunsster@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agodistclean: clean a bit more
Yann E. MORIN [Sun, 29 Mar 2015 09:56:21 +0000 (11:56 +0200)]
distclean: clean a bit more

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/dovecot: fix hash typo
Bernd Kuhls [Fri, 27 Mar 2015 17:18:04 +0000 (18:18 +0100)]
package/dovecot: fix hash typo

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomjpg-streamer: Fix build with ccache enabled.
Nicolas Cavallari [Fri, 27 Mar 2015 16:50:36 +0000 (17:50 +0100)]
mjpg-streamer: Fix build with ccache enabled.

Quote the TARGET_CC variable, otherwise, if ccache is enabled:

[...] make CC=$TARGET_CC [...]
is expanded to e.g.
[...] make CC=ccache gcc [...]

The build succeeds with "make[2]: Nothing to be done for '[...]gcc'".
and the program is compiled at "make install" time, with the default
host compiler, resulting in a binary that does not run on the target.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconfigs/riotboard: bump kernel to version 3.19
Nikolay Dimitrov [Thu, 26 Mar 2015 21:52:56 +0000 (23:52 +0200)]
configs/riotboard: bump kernel to version 3.19

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agohaserl: bump to version 0.9.35
Gustavo Zacarias [Thu, 26 Mar 2015 15:06:15 +0000 (12:06 -0300)]
haserl: bump to version 0.9.35

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolinux: bump default to version 3.19.3
Gustavo Zacarias [Thu, 26 Mar 2015 14:31:23 +0000 (11:31 -0300)]
linux: bump default to version 3.19.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolinux-headers: bump 3.{10,14,19}.x series
Gustavo Zacarias [Thu, 26 Mar 2015 14:31:22 +0000 (11:31 -0300)]
linux-headers: bump 3.{10,14,19}.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobtrfs-progs: bump to version 3.19.1
Gustavo Zacarias [Thu, 26 Mar 2015 10:21:07 +0000 (07:21 -0300)]
btrfs-progs: bump to version 3.19.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoeudev: bump to version 3.0
Gustavo Zacarias [Fri, 27 Mar 2015 13:08:12 +0000 (10:08 -0300)]
eudev: bump to version 3.0

Drop upstream patches, disable autoreconf (no longer needed) and use
upstream hash.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/dovecot-pigeonhole: add hash
Bernd Kuhls [Fri, 27 Mar 2015 16:39:41 +0000 (17:39 +0100)]
package/dovecot-pigeonhole: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/dovecot: add hash
Bernd Kuhls [Fri, 27 Mar 2015 16:39:40 +0000 (17:39 +0100)]
package/dovecot: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/kodi-audioencoder-flac: bump version
Bernd Kuhls [Fri, 27 Mar 2015 16:29:32 +0000 (17:29 +0100)]
package/kodi-audioencoder-flac: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/kodi-audioencoder-vorbis: bump version
Bernd Kuhls [Fri, 27 Mar 2015 16:29:31 +0000 (17:29 +0100)]
package/kodi-audioencoder-vorbis: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/kodi-pvr-addons: bump version
Bernd Kuhls [Fri, 27 Mar 2015 16:29:30 +0000 (17:29 +0100)]
package/kodi-pvr-addons: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/kodi: bump to version 14.2-Helix
Bernd Kuhls [Fri, 27 Mar 2015 16:29:29 +0000 (17:29 +0100)]
package/kodi: bump to version 14.2-Helix

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoe2tools/host: remove hyphen
Gustavo Zacarias [Thu, 26 Mar 2015 21:30:07 +0000 (18:30 -0300)]
e2tools/host: remove hyphen

All the other host packages that have a menu entry use a space, so make
it consistent.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/powertop: needs gettextize, 2nd try
Bernd Kuhls [Fri, 27 Mar 2015 14:20:30 +0000 (15:20 +0100)]
package/powertop: needs gettextize, 2nd try

If host-gettext was compiled before powertop it is picked up by autoreconf which
leads to a broken compile. To fix this unconditionally include host-gettext as
dependency and move

POWERTOP_GETTEXTIZE = YES

outside the if-clause for BR2_NEEDS_GETTEXT

Fixes
http://autobuild.buildroot.net/results/24e/24e312271cf07a8dd966b43f153a06ddc858a786/
http://autobuild.buildroot.net/results/511/511a1c76bfd0ebf637e5abcd6fecc4d6a683ed3e/
http://autobuild.buildroot.net/results/652/65246f6f71e67c2637efbe8bb6e501750629d5fb/

and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogcc: remove stray bfin --with-cpu exclusion
Gustavo Zacarias [Tue, 24 Mar 2015 12:15:06 +0000 (09:15 -0300)]
gcc: remove stray bfin --with-cpu exclusion

We no longer support an internal bfin toolchain hence it's dead code.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogcc: mark 4.5.x as deprecated
Gustavo Zacarias [Tue, 24 Mar 2015 12:15:05 +0000 (09:15 -0300)]
gcc: mark 4.5.x as deprecated

It was kept for the internal blackfin toolchain which has been removed
since because of lack of maintenance and testing.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoerlang: fix incorrect use of AC_EGREP_CPP
Johan Oudinet [Wed, 25 Mar 2015 15:06:59 +0000 (16:06 +0100)]
erlang: fix incorrect use of AC_EGREP_CPP

Using 'AC_EGREP_CPP(yes' without restraining the pattern always return
true if it runs from a path containing the string 'yes'.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobusybox: bump to version 1.23.2
Gustavo Zacarias [Wed, 25 Mar 2015 15:18:01 +0000 (12:18 -0300)]
busybox: bump to version 1.23.2

Drop upstream patches.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolinux-headers: bump 3.{12,18}.x series
Gustavo Zacarias [Wed, 25 Mar 2015 11:33:09 +0000 (08:33 -0300)]
linux-headers: bump 3.{12,18}.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopenntpd: bump to version 5.7p4
Gustavo Zacarias [Wed, 25 Mar 2015 13:17:16 +0000 (10:17 -0300)]
openntpd: bump to version 5.7p4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotoolchain: enable musl for sh
Lionel Orry [Wed, 25 Mar 2015 08:55:30 +0000 (09:55 +0100)]
toolchain: enable musl for sh

The SuperH architecture is supported by the musl libc since some time
now, so let's enable it.
Tested via qemu_sh4_r2d_defconfig.

Signed-off-by: Lionel Orry <lionel.orry@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agodhcpcd: fix wrong macro name
Baruch Siach [Tue, 24 Mar 2015 12:46:11 +0000 (14:46 +0200)]
dhcpcd: fix wrong macro name

Fixes:
http://autobuild.buildroot.net/results/788/788e7103c7c7c0199f221f42be6c22cc9eac3e0b/
http://autobuild.buildroot.net/results/673/673d4a0a334c4694cc4dd05ef99069f681f98f0a/
http://autobuild.buildroot.net/results/4bb/4bbf9e785eb9cb0f916f0a2bdaf7a6a5f639f7ea/

and many more.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconfigs: add defconfig for Freescale i.MX31 PDK
Vincent Stehlé [Tue, 24 Mar 2015 18:53:17 +0000 (19:53 +0100)]
configs: add defconfig for Freescale i.MX31 PDK

The i.MX31 Product Development Kit (or PDK) is Freescale development board
based on the i.MX31 application processor.

This defconfig is based on mainline kernel v3.15.10, and is aimed at a PDK in
"3 stack" configuration, with CPU engine board, personality board and debug
board.

Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agowhich: bump to version 2.21
Gustavo Zacarias [Tue, 24 Mar 2015 12:31:29 +0000 (09:31 -0300)]
which: bump to version 2.21

Add hash file and switch to gnu mirror.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosudo: bump to version 1.8.13
Gustavo Zacarias [Tue, 24 Mar 2015 11:31:15 +0000 (08:31 -0300)]
sudo: bump to version 1.8.13

Patch now upstream so remove.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopython-lxml: bump to 3.4.2
Yegor Yefremov [Tue, 24 Mar 2015 19:50:50 +0000 (20:50 +0100)]
python-lxml: bump to 3.4.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopython-tornado: bump to 4.1
Yegor Yefremov [Tue, 24 Mar 2015 19:50:49 +0000 (20:50 +0100)]
python-tornado: bump to 4.1

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agonano: bump to version 2.4.0
Gustavo Zacarias [Tue, 24 Mar 2015 13:21:00 +0000 (10:21 -0300)]
nano: bump to version 2.4.0

Also switch to gnu mirror.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopenocd: openjtag needs libusb-compat
Baruch Siach [Tue, 24 Mar 2015 17:49:39 +0000 (19:49 +0200)]
openocd: openjtag needs libusb-compat

Since commit 9bdf5926 (package/openocd: depends on libftdi1 instead of
libftdi) the OpenJTAG Programmer can be built without libusb-compat, that is a
dependency of libftdi (but not libftdi1). This breaks the build, because
openjtag.c uses libusb-compat headers. Select BR2_PACKAGE_LIBUSB_COMPAT to fix
this.

Fixes:
http://autobuild.buildroot.net/results/d19/d1969e6df56835568fb908b7f252aec0915d9fa4/
http://autobuild.buildroot.net/results/f06/f06ed6df6138ab399036c397c3f72d33d64fe0a3/
http://autobuild.buildroot.net/results/bd7/bd7f90f3cc1d2b395f9849eb0630c2602a075bf5/
...

Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/dovecot-pigeonhole: bump version to 0.4.7
Bernd Kuhls [Tue, 24 Mar 2015 21:34:27 +0000 (22:34 +0100)]
package/dovecot-pigeonhole: bump version to 0.4.7

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/powertop: needs gettextize
Bernd Kuhls [Tue, 24 Mar 2015 20:57:16 +0000 (21:57 +0100)]
package/powertop: needs gettextize

Fixes
http://autobuild.buildroot.net/results/8e7/8e7d1f039b57400b1a6f9c14755b35528a457031/
http://autobuild.buildroot.net/results/4e5/4e5a8f49c80c363b5fb35332e34206c9a4fe4120/
http://autobuild.buildroot.net/results/658/658e11f5b0bf3347a50a387b6271eb43c45025fb/
and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libxml2: add optional LZMA support
Yann E. MORIN [Tue, 24 Mar 2015 22:19:47 +0000 (23:19 +0100)]
package/libxml2: add optional LZMA support

LZMA support is provided by xz, since liblzma is long dead.

Contrary to zlib, liblzma uses pkg-config, so we do not need to add the
full path to libzma.

Reported-by: vdm on IRC
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomongoose: bump to version 5.6
Davide Viti [Mon, 23 Mar 2015 21:54:00 +0000 (22:54 +0100)]
mongoose: bump to version 5.6

Signed-off-by: Davide Viti <zinosat@tiscali.it>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libsidplay2: new package
Bernd Kuhls [Sun, 22 Mar 2015 21:52:22 +0000 (22:52 +0100)]
package/libsidplay2: new package

Needed for upcoming kodi-audiodecoder-sidplay package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoljlinenoise: remove dependency on some architecture
Francois Perrad [Sat, 21 Mar 2015 12:01:38 +0000 (13:01 +0100)]
ljlinenoise: remove dependency on some architecture

ljsyscall is available for all arch supported by LuaJIT.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>