]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
8 years agopackage/mono-gtksharp3: new package
Angelo Compagnucci [Wed, 15 Jul 2015 10:50:47 +0000 (12:50 +0200)]
package/mono-gtksharp3: new package

This patch adds mono gtksharp3 package for mono.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibiio: Bump version to 0.5
Paul Cercueil [Wed, 25 Mar 2015 09:00:37 +0000 (10:00 +0100)]
libiio: Bump version to 0.5

The package now offers the possibility to install Python and/or C#
bindings if the Python and Mono packages are detected.

v2: Patch generated with 'git format-patch -M' and fix indentation in libiio.mk
v3: Updated libiio.hash file

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/luajit: disable for static build
Jörg Krause [Fri, 17 Jul 2015 12:46:37 +0000 (14:46 +0200)]
package/luajit: disable for static build

luajit requires dlopen().

Fixes:
http://autobuild.buildroot.net/results/20d/20dfb10198f3688f92208591960192ca08280987/
http://autobuild.buildroot.net/results/c3c/c3cfdf8dfb315bf64caa9ed0f362016111fd93ac/
http://autobuild.buildroot.net/results/8cb/8cbf6207ecf7b254aeccd9ec5c07376a044e1f8f/

[Thomas: propagate the new dependency to the sysdig package, which
selects luajit.]

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocpio: needs wchar support
Thomas Petazzoni [Sat, 18 Jul 2015 17:20:49 +0000 (19:20 +0200)]
cpio: needs wchar support

Spotted during package review/testing, but forgot to squash it in the
original patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoqt: enable Script and WebKit modules for ARC
Alexey Brodkin [Wed, 15 Jul 2015 13:47:17 +0000 (16:47 +0300)]
qt: enable Script and WebKit modules for ARC

Now when ARC toolchain also supports NPTL both Qt's Script and WebKit
modules could be successfully built and then executed on ARC.

[Thomas: fix alphabetic ordering.]

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocpio: new package
Clayton Shotwell [Tue, 14 Jul 2015 20:20:26 +0000 (15:20 -0500)]
cpio: new package

Adding the cpio archive utility for the target and host. Patches have
been pulled from ArchLinux and Gentoo to fix CVE issues and compile
issues.

[Thomas: remove host variant of the package, as discussed during the
review of earlier version.]

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopenssh: selinux and pam support
Matt Weber [Tue, 14 Jul 2015 20:20:22 +0000 (15:20 -0500)]
openssh: selinux and pam support

[Thomas: in the sed expression, use % as a delimiter instead of /,
since the line contains several / that all had to be escaped.]

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodbus: selinux file context support
Matt Weber [Tue, 14 Jul 2015 20:20:21 +0000 (15:20 -0500)]
dbus: selinux file context support

[Thomas: remove S30dbus changes.]

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosysvinit: added libselinux dependency
Matt Weber [Tue, 14 Jul 2015 20:20:20 +0000 (15:20 -0500)]
sysvinit: added libselinux dependency

[Thomas:
  - remove the patch from Matthew Weber that did a lot of changes that
    were not needed: the CFLAGS would not get overridden by Buildroot
    ones if the Buildroot TARGET_CONFIGURE_OPTS is passed on the left
    hand-side of make, and the SULOGINLIBS hack needs to be replaced
    by a proper handling of the libcrypt detection.
  - added a patch that changes the libcrypt detection logic to accept
    a SYSROOT variable. Instead of search for /usr/lib/libcrypt.a, it
    search for $(SYSROOT)/usr/lib/libcrypt.a. This avoids the need for
    overriding SULOGINLIBS.
  - don't modify TARGET_CONFIGURE_OPTS in sysvinit.mk, this is
    completely forbidden and broken.
  - don't pass ROOT= since we don't use 'make install' anyway.]

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agobusybox: added linux-pam support
Matt Weber [Tue, 14 Jul 2015 20:20:19 +0000 (15:20 -0500)]
busybox: added linux-pam support

Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agobusybox: selinux support
Clayton Shotwell [Tue, 14 Jul 2015 20:20:17 +0000 (15:20 -0500)]
busybox: selinux support

Add a configure option to enable the SELinux support in the
busybox configuration from the Buildroot menuconfig.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/boost: boost-filesystem needs wchar
Jörg Krause [Fri, 17 Jul 2015 14:15:16 +0000 (16:15 +0200)]
package/boost: boost-filesystem needs wchar

Also add reverse dependency for cc-tool.

Fixes:
http://autobuild.buildroot.net/results/2c7/2c7783b7f3cc28d54d15a7f017442c48244ffd8e/
http://autobuild.buildroot.net/results/2c7/2c7783b7f3cc28d54d15a7f017442c48244ffd8e/
http://autobuild.buildroot.net/results/0dd/0dd3ef96bbd034a41d908cdaa6552b27fda78132/
http://autobuild.buildroot.net/results/34b/34b55b2cd83fd5d87af4a9c15d05094b16ef3960/

and many more

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoARC: allow selection of MMU page size
Alexey Brodkin [Fri, 17 Jul 2015 09:11:42 +0000 (12:11 +0300)]
ARC: allow selection of MMU page size

Modern ARC cores (those sporting MMU of version 3 and 4) allow selection
of different page sizes (4, 8 or 16 kB) during ASIC design creation.
And it's important to build a toolchain with page size setting that matches
hardware.

Otherwise user-space applications will fail on execution due to
unexpected data layout/alignment etc.

[Thomas: slightly improve help text, fix indentation of help text.]

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-ati: Add optional support for glamor
Bernd Kuhls [Wed, 15 Jul 2015 18:11:54 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-ati: Add optional support for glamor

xserver_xorg-server depends on libepoxy for glamor support, therefore we
use this package as an indicator whether glamor support is present.

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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-ati: Depends on xlib_libXcomposite
Bernd Kuhls [Wed, 15 Jul 2015 18:11:53 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-ati: Depends on xlib_libXcomposite

When xserver_xorg-server is built without composite support building this
package will fail:

radeon_dri2.c: In function 'radeon_dri2_copy_region2':
radeon_dri2.c:438:28: error: 'struct _Pixmap' has no member named 'screen_x'
  off_x = drawable->x - pPix->screen_x;
                            ^
radeon_dri2.c:439:28: error: 'struct _Pixmap' has no member named 'screen_y'
  off_y = drawable->y - pPix->screen_y;

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-ati: Re-wrap dependencies, no code change
Bernd Kuhls [Wed, 15 Jul 2015 18:11:52 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-ati: Re-wrap dependencies, no code change

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-ati: Remove autoreconf
Bernd Kuhls [Wed, 15 Jul 2015 18:11:51 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-ati: Remove autoreconf

I forgot to remove that line during the last version bump:
http://lists.busybox.net/pipermail/buildroot/2015-March/120471.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-mach64: bump version to 6.9.5
Bernd Kuhls [Wed, 15 Jul 2015 18:11:50 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-mach64: bump version to 6.9.5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.8
Bernd Kuhls [Wed, 15 Jul 2015 18:11:49 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.8

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-savage: bump version to 2.3.8
Bernd Kuhls [Wed, 15 Jul 2015 18:11:48 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-savage: bump version to 2.3.8

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-neomagic: bump version to 1.2.9
Bernd Kuhls [Wed, 15 Jul 2015 18:11:47 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-neomagic: bump version to 1.2.9

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-video-cirrus: bump version to 1.5.3
Bernd Kuhls [Wed, 15 Jul 2015 18:11:46 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-video-cirrus: bump version to 1.5.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-input-libinput: bump version to 0.12.0
Bernd Kuhls [Wed, 15 Jul 2015 18:11:45 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.12.0

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 10.6.2
Bernd Kuhls [Wed, 15 Jul 2015 18:11:44 +0000 (20:11 +0200)]
package/{mesa3d, mesa3d-headers}: bump version to 10.6.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libinput: bump version to 0.19.0, add locale dependency
Bernd Kuhls [Wed, 15 Jul 2015 18:11:43 +0000 (20:11 +0200)]
package/libinput: bump version to 0.19.0, add locale dependency

Since 2015-04-22 libinput needs locale support:
http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc

This patch adds the needed dependency also to
weston and xdriver_xf86-input-libinput.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xproto_xproto: bump version to 7.0.28
Bernd Kuhls [Wed, 15 Jul 2015 18:11:42 +0000 (20:11 +0200)]
package/x11r7/xproto_xproto: bump version to 7.0.28

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xkeyboard-config: bump version to 2.15
Bernd Kuhls [Wed, 15 Jul 2015 18:11:41 +0000 (20:11 +0200)]
package/x11r7/xkeyboard-config: bump version to 2.15

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.1.0
Bernd Kuhls [Wed, 15 Jul 2015 18:11:40 +0000 (20:11 +0200)]
package/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.1.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibnss: security bump to version 3.19.2
Gustavo Zacarias [Wed, 15 Jul 2015 16:13:46 +0000 (13:13 -0300)]
libnss: security bump to version 3.19.2

Fixes:
CVE-2015-2730, CVE-2015-2721, and probably others.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodhcpcd: bump to version 6.9.1
Gustavo Zacarias [Wed, 15 Jul 2015 14:58:04 +0000 (11:58 -0300)]
dhcpcd: bump to version 6.9.1

Patch upstream so drop it.
Also use main dhcpcd.c file as license info (it's in the header).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoMakefile: fix performance regression caused by the umask handling
Guido Martínez [Thu, 16 Jul 2015 22:33:07 +0000 (00:33 +0200)]
Makefile: fix performance regression caused by the umask handling

Commit bee5745c introduced an extra level of 'make' when the umask is
different from 0022. However, when several targets were specified on
the command line, a new make instance would be called for each target.
This introduces a huge performance overhead when many targets are
specified on the command line.

To fix this, use the same approach as used in the mkmakefile script:
an addition target on which the MAKECMDGOALS depend, so that this
target is run only once.

Note that the mkmakefile script contains a special exception for
Makefile, because the Makefile in the output directory is generated.
Since the top-level Makefile is not generated, this exception is not
needed here.

While we're at it, also fix the whitespace in the UMASK assignment.

Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[yann.morin.1998@free.fr: aggregate patches from Arnout and Guido]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogptfdisk: bump version 1.0.0
Aurélien Chabot [Fri, 17 Jul 2015 22:30:19 +0000 (00:30 +0200)]
gptfdisk: bump version 1.0.0

Signed-off-by: Aurélien Chabot <aurelien@chabot.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogcc: fix undefined reference to .tdata
Alexey Brodkin [Fri, 17 Jul 2015 10:12:20 +0000 (13:12 +0300)]
gcc: fix undefined reference to .tdata

This fix is done in development tree:
http://github.com/foss-for-synopsys-dwc-arc-processors/gcc/commit/366cc86e4f8ff6f00f0b731dc6f78d22c7ac9e0a
and will be a part of the next release of ARC GNU tools.
Once that new release happens this patch must be removed.

Fixes:
http://autobuild.buildroot.net/results/8b22ac0dc9e3c1cd44f2fdbe5cc99a41cf77f454/
http://autobuild.buildroot.net/results/37e9c3c79e0a6aea5b89428c2226811ebb3fd611/
http://autobuild.buildroot.net/results/37e9c3c79e0a6aea5b89428c2226811ebb3fd611/
and many others.

Prerequisite:
"ARC: update tools to arc-2015.06 release": http://patchwork.ozlabs.org/patch/495837/

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoimagemagick: bump to version 6.9.1-8
Jerzy Grzegorek [Fri, 17 Jul 2015 07:54:43 +0000 (09:54 +0200)]
imagemagick: bump to version 6.9.1-8

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agousb_modeswitch: bump to version 2.2.5
Gustavo Zacarias [Fri, 17 Jul 2015 18:44:34 +0000 (15:44 -0300)]
usb_modeswitch: bump to version 2.2.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogcc/libmudflap: also unavailable for gcc 5.x
Gustavo Zacarias [Fri, 17 Jul 2015 14:31:14 +0000 (11:31 -0300)]
gcc/libmudflap: also unavailable for gcc 5.x

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogcc: bump 5.x series to version 5.2.0
Gustavo Zacarias [Fri, 17 Jul 2015 14:31:13 +0000 (11:31 -0300)]
gcc: bump 5.x series to version 5.2.0

Also rename the BR2_GCC_VERSION_5_1_X symbol to BR2_GCC_VERSION_5_X to
reflect this change to match the new versioning scheme.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/upmpdcli: disable for PowerPC CS toolchains
Jörg Krause [Thu, 16 Jul 2015 22:45:06 +0000 (00:45 +0200)]
package/upmpdcli: disable for PowerPC CS toolchains

Those toolchains use gcc <= 4.5, which is too old as they are missing to
construct an empty std::shared_ptr with a nullptr (0) as an argument. This
is only introduced with gcc-4.6.

Fixes:
http://autobuild.buildroot.net/results/faf/faf1b071c0a5bd8395d79abf2e6a32169ad7f136
http://autobuild.buildroot.net/results/247/247b3f1ac3d3a9712e9410eef298fce8d885f92c
http://autobuild.buildroot.net/results/de6/de601c4d4dd7922895892d78d3a37902fb98c7be
http://autobuild.buildroot.net/results/a4d/a4d7bf9863c134f59d285616b9c1f78201bd1a3e

and many more.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoARC: update tools to arc-2015.06 release
Alexey Brodkin [Wed, 15 Jul 2015 12:51:18 +0000 (15:51 +0300)]
ARC: update tools to arc-2015.06 release

I'm happy to update GNU tools for ARC cores to the most recent
arc-2015.06 release.

This release brings following major improvements:
 * GCC: source update to v4.8.4
 * GCC: C ABI compatibility between MetaWare and GNU toolchains
 * uClibc: support for thread local storage and Native Pthread Library (NPTL)
 * GDB: updated to version 7.9.1

Also a lot of fixes and improvements has been done, please refer to
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2015.06
for more details.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agokmod: remove unnecessary autoreconf
Thomas De Schampheleire [Fri, 17 Jul 2015 19:44:43 +0000 (21:44 +0200)]
kmod: remove unnecessary autoreconf

Commit 047fea1d4fa33c4c934272a05649907a59186015 removed a patch on kmod that
was the reason for autoreconfiguring kmod, but autoreconf itself was not
removed.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agorelease: remove manual build files from release tarballs
Thomas De Schampheleire [Fri, 17 Jul 2015 10:20:35 +0000 (12:20 +0200)]
release: remove manual build files from release tarballs

The Buildroot release tarballs inadvertently contain a build/docs directory,
containing the manual sources, the generated lists, and manual.text and
manual.pdf (but excluding manual.html).

This directory is populated as $(BUILD_DIR) (==$(O)/build), while O is
set explicitly from the release target to a subdirectory
buildroot-xxxx.yy-git/ which was populated with 'git archive'.

Since the generated manuals are available in docs/manual, which is
also referred to from the README, the build directory is not needed and
should be removed from the release tarball.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotrivial: fix typo optimazation
Thomas De Schampheleire [Fri, 17 Jul 2015 11:20:39 +0000 (13:20 +0200)]
trivial: fix typo optimazation

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosetools: Add missing bison dependency
Clayton Shotwell [Wed, 15 Jul 2015 17:31:04 +0000 (12:31 -0500)]
setools: Add missing bison dependency

The setools package needs the yacc utility which is part of the bison
package to build.

Fixes http://autobuild.buildroot.net/results/8f9/8f95e83411552397ca29e9aee5c457a1a762b364/

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogettext: bump to version 0.19.5.1
Gustavo Zacarias [Wed, 15 Jul 2015 13:16:57 +0000 (10:16 -0300)]
gettext: bump to version 0.19.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agousb_modeswitch: bump to version 2.2.4
Gustavo Zacarias [Wed, 15 Jul 2015 14:17:17 +0000 (11:17 -0300)]
usb_modeswitch: bump to version 2.2.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolxc: add hash file
Baruch Siach [Thu, 16 Jul 2015 07:36:50 +0000 (10:36 +0300)]
lxc: add hash file

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/apache: security bump to version 2.4.16
Bernd Kuhls [Thu, 16 Jul 2015 16:49:17 +0000 (18:49 +0200)]
package/apache: security bump to version 2.4.16

Fixes CVE-2015-3183, CVE-2015-3185, CVE-2015-0253, CVE-2015-0228
http://marc.info/?l=apache-httpd-announce&m=143704705330655&w=2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoboot/uboot: bump to version 2015.07
Jörg Krause [Thu, 16 Jul 2015 19:09:01 +0000 (21:09 +0200)]
boot/uboot: bump to version 2015.07

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocore/out-of-tree: fix Makefile wrapper
Yann E. MORIN [Thu, 16 Jul 2015 21:16:46 +0000 (23:16 +0200)]
core/out-of-tree: fix Makefile wrapper

Commit 971faf8 (Makefile: fix out-of-tree builds with multiple targets
with 'all') renamed the default target to '_all' to avoid name-clashing.

In doing so, I forgot to also fix the instance in the .PHONY rule.

Fix that now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotar: add missing hash for host variant
Hollis Blanchard [Thu, 16 Jul 2015 21:15:13 +0000 (14:15 -0700)]
tar: add missing hash for host variant

This fixes a very early error in a fresh build:
"ERROR: No hash found for tar-1.28.cpio.gz"

[Thomas: adjust commit title.]

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocan-utils: fix musl build
Yegor Yefremov [Thu, 16 Jul 2015 20:11:25 +0000 (22:11 +0200)]
can-utils: fix musl build

Include additional headers like <sys/time.h> and <linux/sockios.h>
to resolve undefined symbols.

Fixes following autobuild failure:
http://autobuild.buildroot.net/results/0dd/0ddb5a70358bdbb491fbee670c7843c15217e78d/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoaudit: Update patch from upstream feedback
Clayton Shotwell [Thu, 16 Jul 2015 21:05:23 +0000 (16:05 -0500)]
audit: Update patch from upstream feedback

After working with the audit maintainers to get patches accepted, the
following one had to be reworked to meet their standards. This patch
will be included in the next version of audit.

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotoolchain-external: fix uClibc-ng 64bit dynamic loader link
Baruch Siach [Thu, 16 Jul 2015 08:25:34 +0000 (11:25 +0300)]
toolchain-external: fix uClibc-ng 64bit dynamic loader link

Commit 34f95bf9dbb0 (toolchain-external: fix support of uClibc-ng toolchains,
2015-07-13) added the missing ld-uClibc.so.1 dynamic linker symlink that
binaries expect when linked with uClibc-ng. However on 64bit targets the
linker is called ld64-uClibc.so.1. Handle that case as well.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibesmtp: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:31 +0000 (15:28 -0300)]
libesmtp: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agofbset: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:30 +0000 (15:28 -0300)]
fbset: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agofindutils: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:29 +0000 (15:28 -0300)]
findutils: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agofping: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:28 +0000 (15:28 -0300)]
fping: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agogamin: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:27 +0000 (15:28 -0300)]
gamin: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agogesftpserver: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:26 +0000 (15:28 -0300)]
gesftpserver: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agogmpc: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:25 +0000 (15:28 -0300)]
gmpc: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agoiftop: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:24 +0000 (15:28 -0300)]
iftop: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agojasper: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:23 +0000 (15:28 -0300)]
jasper: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agoless: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:22 +0000 (15:28 -0300)]
less: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibcap-ng: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:21 +0000 (15:28 -0300)]
libcap-ng: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibdvdnav: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:20 +0000 (15:28 -0300)]
libdvdnav: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibdvdread: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:19 +0000 (15:28 -0300)]
libdvdread: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibcuefile: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:18 +0000 (15:28 -0300)]
libcuefile: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agomusepack: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:17 +0000 (15:28 -0300)]
musepack: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibreplaygain: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:16 +0000 (15:28 -0300)]
libreplaygain: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibsamplerate: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:15 +0000 (15:28 -0300)]
libsamplerate: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolibsndfile: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:14 +0000 (15:28 -0300)]
libsndfile: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolinux-fusion: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:13 +0000 (15:28 -0300)]
linux-fusion: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agolm-sensors: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:12 +0000 (15:28 -0300)]
lm-sensors: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agomplayer: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:11 +0000 (15:28 -0300)]
mplayer: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agonasm: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:10 +0000 (15:28 -0300)]
nasm: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agongircd: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:09 +0000 (15:28 -0300)]
ngircd: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agoproftpd: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:08 +0000 (15:28 -0300)]
proftpd: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosawman: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:07 +0000 (15:28 -0300)]
sawman: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_gfx: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:06 +0000 (15:28 -0300)]
sdl_gfx: add hash file

Also update homepage URL.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_image: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:05 +0000 (15:28 -0300)]
sdl_image: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_mixer: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:04 +0000 (15:28 -0300)]
sdl_mixer: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_net: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:03 +0000 (15:28 -0300)]
sdl_net: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_sound: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:02 +0000 (15:28 -0300)]
sdl_sound: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl_ttf: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:01 +0000 (15:28 -0300)]
sdl_ttf: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agosdl: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:28:00 +0000 (15:28 -0300)]
sdl: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agoshared-mime-info: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:59 +0000 (15:27 -0300)]
shared-mime-info: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agospice-protocol: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:58 +0000 (15:27 -0300)]
spice-protocol: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agospice: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:57 +0000 (15:27 -0300)]
spice: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agostatserial: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:56 +0000 (15:27 -0300)]
statserial: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agotaglib: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:55 +0000 (15:27 -0300)]
taglib: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agoudisks: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:54 +0000 (15:27 -0300)]
udisks: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agotime: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:53 +0000 (15:27 -0300)]
time: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agotcping: add hash file
Gustavo Zacarias [Wed, 15 Jul 2015 18:27:52 +0000 (15:27 -0300)]
tcping: add hash file

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 years agouclibc: remove obsolete patches
Waldemar Brodkorb [Wed, 15 Jul 2015 06:53:09 +0000 (08:53 +0200)]
uclibc: remove obsolete patches

Patches are in 1.0.4 release included.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agouclibc: update uClibc-ng to latest version
Waldemar Brodkorb [Wed, 15 Jul 2015 06:52:05 +0000 (08:52 +0200)]
uclibc: update uClibc-ng to latest version

Fixes gcc 5.1 errors and contains all recent
improvements to Xtensa/ARC NPTL/TLS.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libmemcached: disable documentation
Romain Naour [Mon, 11 May 2015 22:09:52 +0000 (00:09 +0200)]
package/libmemcached: disable documentation

libmemcached fail to build the documentation/man due to
an python sphinx error.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoskeleton: use backtick instead of $(shell ...) make function
Arnout Vandecappelle [Sun, 12 Jul 2015 14:35:30 +0000 (16:35 +0200)]
skeleton: use backtick instead of $(shell ...) make function

Only the instance for setting the root password is changed. The
instance in SYSTEM_GETTY is harmless since it just uses echo and tail.

If SKELETON_TARGET_GENERIC_ROOT_PASSWD is passed as a hashed password
by the user, it contains $, so the '-quotes are needed. If it is not,
we need the backtick to be expanded so "-quotes are needed. Therefore,
the quoting is moved to the definition of SYSTEM_ROOT_PASSWORD.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agompg123: replace $(shell ...) call with $(subst ...)
Arnout Vandecappelle [Sun, 12 Jul 2015 14:35:29 +0000 (16:35 +0200)]
mpg123: replace $(shell ...) call with $(subst ...)

There's no reason to use a shell here.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoboost: use backtick instead of $(shell ...) make function
Arnout Vandecappelle [Sun, 12 Jul 2015 14:35:28 +0000 (16:35 +0200)]
boost: use backtick instead of $(shell ...) make function

Also remove the variables TARGET_CC_VERSION and HOST_CC_VERSION which
lack the BOOST_ prefix and are used only once.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolinux: use backtick instead of $(shell ...) make function
Arnout Vandecappelle [Sun, 12 Jul 2015 14:35:27 +0000 (16:35 +0200)]
linux: use backtick instead of $(shell ...) make function

Verified that LINUX_VERSION_PROBED is only used in "-quoted commands
(actually, usually it's not quoted).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>