buildroot.git
10 years agolibmbim: add new package
Yegor Yefremov [Wed, 4 Dec 2013 09:55:03 +0000 (10:55 +0100)]
libmbim: add new package

[Peter: fixup license info as pointed out by Thomas]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibqmi: bump to 1.6.0
Yegor Yefremov [Wed, 4 Dec 2013 09:55:02 +0000 (10:55 +0100)]
libqmi: bump to 1.6.0

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackages: remove uninstall commands
Thomas De Schampheleire [Thu, 5 Dec 2013 10:54:08 +0000 (11:54 +0100)]
packages: remove uninstall commands

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoinfra: remove uninstall commands
Thomas De Schampheleire [Thu, 5 Dec 2013 10:54:07 +0000 (11:54 +0100)]
infra: remove uninstall commands

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agomanual: remove references to uninstall commands
Thomas De Schampheleire [Thu, 5 Dec 2013 10:54:06 +0000 (11:54 +0100)]
manual: remove references to uninstall commands

[Peter: keep clean comment as pointed out by Arnout]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofreetype: fix staging headers
Gustavo Zacarias [Fri, 6 Dec 2013 02:15:34 +0000 (23:15 -0300)]
freetype: fix staging headers

freetype 2.5.1 moved headers from /usr/include/freetype2/freetype to
/usr/include/freetype2.
Some packages use a non-recommended header inclusion of <freetype/x.h>
instead of using the recommended ft2build.h method, so until it's fixed
across the board upstream for packages that break do a symlink.

See:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=fae382076409db198dfbff36ac4cbb97b05b30a1

Fixes:
http://autobuild.buildroot.net/results/64c/64cc8467eeb44f741aeb42bf1a0c77edbfbd285f/
http://autobuild.buildroot.net/results/708/708fa7423c83e22a51854f1abca0f3358506a318/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoopus-tools: bump version, add license info
Peter Korsgaard [Fri, 6 Dec 2013 08:34:10 +0000 (09:34 +0100)]
opus-tools: bump version, add license info

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoopus: bump version, add license info
Peter Korsgaard [Fri, 6 Dec 2013 08:31:53 +0000 (09:31 +0100)]
opus: bump version, add license info

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolog4cplus: new package
Peter Seiderer [Thu, 5 Dec 2013 23:15:18 +0000 (00:15 +0100)]
log4cplus: new package

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogpsd: update ubx option for version 3.10
Simon Dawson [Mon, 2 Dec 2013 10:21:53 +0000 (10:21 +0000)]
gpsd: update ubx option for version 3.10

For gpsd 3.10, the ubx scons option has been renamed to ublox. Update our
makefile accordingly.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogpsd: switch to Git snapshot
Simon Dawson [Thu, 5 Dec 2013 08:08:22 +0000 (08:08 +0000)]
gpsd: switch to Git snapshot

Since the gpsd version bump from 3.9 to 3.10, gpsd has been generating a lot
of autobuild failures. See, for example, the following.

  http://autobuild.buildroot.net/results/c8f/c8f2eed70cfbdcb7e7af820977aa531b59f0575a/

A 3.11 release is expected shortly; in the interim, switch to a recent Git
snapshot in which the most serious build problems appear to have been fixed.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/openssl: fix coding style
Yann E. MORIN [Thu, 5 Dec 2013 21:46:49 +0000 (22:46 +0100)]
package/openssl: fix coding style

Currently, openssl defines three conditional hooks, but two do not
follow our coding rules:
  - for PRE_CONFIGURE, the hook is defined in the if-block, but
    the _HOOK variable is always set
  - for POST_INSTALL_TARGET, the hook is always defined, but the
    _HOOK variable is set in the if-block

Fix that:
  - define the hook in the if-block
  - assign the _HOOK variable in the if-block

At the same time, get rid of extra empty lines that make it more
difficult to read.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopkg-config: remove deprecated
Gustavo Zacarias [Thu, 5 Dec 2013 12:52:40 +0000 (09:52 -0300)]
pkg-config: remove deprecated

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.12.3
Gustavo Zacarias [Thu, 5 Dec 2013 12:02:13 +0000 (09:02 -0300)]
linux: bump to version 3.12.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: bump 3. {4, 10, 12}.x stable versions
Gustavo Zacarias [Thu, 5 Dec 2013 12:02:12 +0000 (09:02 -0300)]
linux-headers: bump 3. {4, 10, 12}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofontconfig: bump to version 2.11.0
Gustavo Zacarias [Thu, 5 Dec 2013 14:04:48 +0000 (11:04 -0300)]
fontconfig: bump to version 2.11.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofreetype: bump to version 2.5.1
Gustavo Zacarias [Thu, 5 Dec 2013 14:04:47 +0000 (11:04 -0300)]
freetype: bump to version 2.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoolsr: bump to version 0.6.6.1
Gustavo Zacarias [Thu, 5 Dec 2013 14:04:18 +0000 (11:04 -0300)]
olsr: bump to version 0.6.6.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoradvd: bump to version 1.9.7
Gustavo Zacarias [Thu, 5 Dec 2013 14:04:17 +0000 (11:04 -0300)]
radvd: bump to version 1.9.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoudev: disable on avr32
Simon Dawson [Thu, 5 Dec 2013 09:39:41 +0000 (09:39 +0000)]
udev: disable on avr32

udev requires the epoll_create1 system call, which is not available on avr32.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolftp: new package
Arnaud Rébillout [Tue, 3 Dec 2013 08:20:07 +0000 (09:20 +0100)]
lftp: new package

LFTP is a sophisticated ftp/http client, and a file transfer program
supporting a number of network protocols. Like BASH, it has job
control and uses the readline library for input. It has bookmarks,
a built-in mirror command, and can transfer several files in parallel.
It was designed with reliability in mind.

Signed-off-by: Arnaud Rébillout <rebillout@syscom.ch>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobinutils: add version 2.24
Gustavo Zacarias [Mon, 2 Dec 2013 11:40:36 +0000 (08:40 -0300)]
binutils: add version 2.24

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pyparsing: rename package's Config.in bool
Ryan Barnett [Mon, 7 Oct 2013 16:57:21 +0000 (11:57 -0500)]
python-pyparsing: rename package's Config.in bool

Also remove unnecessary tab/spaces on blank line.

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pygame: rename package's Config.in bool
Ryan Barnett [Mon, 7 Oct 2013 16:57:20 +0000 (11:57 -0500)]
python-pygame: rename package's Config.in bool

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: force -m32 so we build grub 32 bits on 64 bits architecture
Thomas Petazzoni [Wed, 4 Dec 2013 19:33:50 +0000 (20:33 +0100)]
grub: force -m32 so we build grub 32 bits on 64 bits architecture

As reported by Matthew Weber, Grub doesn't build on 64 bits build
machines, because the host compiler produces 64 bits binaries by
default, while Grub should be built 32 bits. Therefore, this commit
passes -m32 to the Grub CFLAGS, so that 32 bits binaries are always
produced.

Reported-by: Matthew Weber <mlweber1@rockwellcollins.com>
Cc: Matthew Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Matthew Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosquid: bump to version 3.3.11
Gustavo Zacarias [Wed, 4 Dec 2013 18:24:23 +0000 (15:24 -0300)]
squid: bump to version 3.3.11

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosqlite: bump to version 3.8.1
Gustavo Zacarias [Wed, 4 Dec 2013 18:23:47 +0000 (15:23 -0300)]
sqlite: bump to version 3.8.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowireshark: fix wrong CFLAGS_FOR_BUILD assumption
Gustavo Zacarias [Wed, 4 Dec 2013 17:37:27 +0000 (14:37 -0300)]
wireshark: fix wrong CFLAGS_FOR_BUILD assumption

Tested valid CFLAGS can't be pushed into CFLAGS_FOR_BUILD, they're
different compilers.

Fixes:
http://autobuild.buildroot.net/results/2b1/2b1a0654b649618422d65edf370b82476ba84491/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodropbear: bump to version 2013.62
Gustavo Zacarias [Wed, 4 Dec 2013 13:24:00 +0000 (10:24 -0300)]
dropbear: bump to version 2013.62

Bump to version 2013.62 with ECC support.
Switch the initscript to on-demand key generation and add systemd unit
file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiw: bump to version 3.13
Gustavo Zacarias [Wed, 4 Dec 2013 13:23:26 +0000 (10:23 -0300)]
iw: bump to version 3.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosupport: fix typo in mkusers
Samuel Martin [Wed, 4 Dec 2013 12:00:54 +0000 (13:00 +0100)]
support: fix typo in mkusers

This patch fixes typos in the 'encode_password' function calls.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoopenssh: add systemd unit file
Gustavo Zacarias [Wed, 4 Dec 2013 10:37:53 +0000 (07:37 -0300)]
openssh: add systemd unit file

And only install sysV-style script when appropiate.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolighttpd: fix systemd service file permission
Gustavo Zacarias [Wed, 4 Dec 2013 10:37:27 +0000 (07:37 -0300)]
lighttpd: fix systemd service file permission

Systemd service files don't need to be +x so switch the installation to
mode 644.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotvheadend: fix typo in patch description
Peter Korsgaard [Wed, 4 Dec 2013 09:39:36 +0000 (10:39 +0100)]
tvheadend: fix typo in patch description

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoncurses: add target progs option
Gustavo Zacarias [Tue, 3 Dec 2013 18:03:20 +0000 (15:03 -0300)]
ncurses: add target progs option

Closes bug #5072
Based on work from Stefan Meißner, thanks!

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowireshark: bump to version 1.10.3
Axel Lin [Wed, 4 Dec 2013 03:28:43 +0000 (11:28 +0800)]
wireshark: bump to version 1.10.3

The current stable release of Wireshark is 1.10.3. It supersedes all
previous releases.  So let's upgrade to 1.10.3.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/tvheadend: unbreak
Yann E. MORIN [Wed, 4 Dec 2013 00:08:41 +0000 (01:08 +0100)]
package/tvheadend: unbreak

tvheadend tries to impersonate an autotools package, when it is not.
This breaks the build.

tvheadend's ./configure tries to run compiled code.
This breaks the build.

Switch tvheadend over to using the generic-package infrastructure,
and provide carefully-crafted _CMDS for each steps.

We still keep a post-install hook to install our "DB" since it is not
part of tvheadend, but an addition of our own packaging of tvheadend.

Fixes:
    http://autobuild.buildroot.net/results/3ea/3eaa17b94975477263fe12e201eec9cbeeb2912c/
    http://autobuild.buildroot.net/results/7c8/7c85db0dfab98808c97a5ef17dec9d1071dc0d49/
and a few others as well.

[Peter: tweak 004-dont-run-compiled-code.patch description as pointed out by Thomas]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibpfm4: needs thread support
Thomas Petazzoni [Tue, 3 Dec 2013 19:27:18 +0000 (20:27 +0100)]
libpfm4: needs thread support

Fixes:

  http://autobuild.buildroot.net/results/73d736dd3c8a70358ef4b19a63dda46178cf8bf1/

Note that the propagation of the thread dependency to the oprofile
package is a little bit non standard, because oprofile selects libpfm4
only on the PowerPC architecture. So we ensure the thread dependency
is only enforced on PowerPC, and a separate comment is displayed when
thread support is not available, but the PowerPC architecture is used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoalsa-utils: add dependency on host-pkgconf
Sven Neumann [Tue, 3 Dec 2013 22:10:07 +0000 (23:10 +0100)]
alsa-utils: add dependency on host-pkgconf

The alsa-utils configure script will use pkg-config if available,
so make sure that it is available.

Signed-off-by: Sven Neumann <neumann@teufel.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agonet-tools: new package
Gustavo Zacarias [Tue, 3 Dec 2013 16:51:52 +0000 (13:51 -0300)]
net-tools: new package

Loosely based on the patch from bug #5066.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agognutls: revert bump
Gustavo Zacarias [Tue, 3 Dec 2013 16:28:00 +0000 (13:28 -0300)]
gnutls: revert bump

Revert bump to 3.2.7 from commit 8238e744b813e9922c0a81f21b271263ef0e216a
It causes build issues because of an internal gnulib bump:
http://autobuild.buildroot.net/results/48d/48d5c6364fec55e84309b2fb6986f206699f1800/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotoolchain: Allow ld64.so linker
Jeremy Kerr [Tue, 3 Dec 2013 11:26:13 +0000 (22:26 +1100)]
toolchain: Allow ld64.so linker

The glibc dynamic linkers for ppc64 and s390x are named ld64.so.*
so modify the check_glibc test to match them.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-firmware: only install one firmware file
Yann E. MORIN [Mon, 2 Dec 2013 20:49:28 +0000 (21:49 +0100)]
package/rpi-firmware: only install one firmware file

Since only one firmware is used to boot the Raspberry Pi, there is no
reason to install all of them.

Add an option to select what firmware to install.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodocs/manual: limit the depth of the TOC in the HTML output
Yann E. MORIN [Mon, 2 Dec 2013 20:49:27 +0000 (21:49 +0100)]
docs/manual: limit the depth of the TOC in the HTML output

The current TOC level is set to 4, which does not mean 'a 4-level deep TOC',
but really means 'a TOC deep to the 4th level', with the first level being
level 0, which means we have:

    12. Appendix
        12.1. Makedev syntax documentation
        12.2. Makeuser syntax documentation
        12.3. Partition table layout description syntax
            12.3.1. The global section
                Properties for the global section

Which a bit too much. And yet, the fifth level is not shown, since we
don't have any! :-/

Limit the depth of the TOC to three levels, which is just enough to be
usefull, yet not cluttered by low-level titles.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocubieboard: mkcubiecard: use the right command for checking user privilege
Andi Shyti [Mon, 2 Dec 2013 13:46:07 +0000 (14:46 +0100)]
cubieboard: mkcubiecard: use the right command for checking user privilege

On some shell environments the EUID variable, which checks the
user id, is not defined. Use `id -u` instead.

This patch mutes the following error:

./board/cubietech/cubieboard/mkcubiecard.sh: 31: [: -ne: unexpected operator

Signed-off-by: Andi Shyti <andi@etezian.org>
Reviewed-by: Arvid Picciani <aep@exys.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosysklogd: install to /sbin
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:28 +0000 (07:49 -0300)]
sysklogd: install to /sbin

Install syslogd/klogd to /sbin instead of /usr/sbin to really win over
busybox and avoid the ugly noise when booting without busybox installed.
Also drop uninstall hook and manpage installation.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoutil-linux: add agetty->getty symlink
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:26 +0000 (07:49 -0300)]
util-linux: add agetty->getty symlink

When busybox isn't installed symlink agetty->getty to make the default
inittab work.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoutil-linux: install PAM configuration files
Gustavo Zacarias [Thu, 28 Nov 2013 17:22:27 +0000 (14:22 -0300)]
util-linux: install PAM configuration files

Install PAM configuration files for su (with "su -" variant) and login
when the tools are enabled.
This finally fixes bug #5366 and now we can login with an util-linux
/bin/login.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-pam: install default config
Gustavo Zacarias [Thu, 28 Nov 2013 17:22:26 +0000 (14:22 -0300)]
linux-pam: install default config

Install default "other" configuration file that denies everything not
handled by other specific configurations.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocoreutils: bump to version 8.21
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:25 +0000 (07:49 -0300)]
coreutils: bump to version 8.21

Set PERL=missing so as to avoid generating manpages with help2man that breaks
on many occasions (and it's pointless).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocoreutils: belongs to system tools, not development
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:24 +0000 (07:49 -0300)]
coreutils: belongs to system tools, not development

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtasn1: fix botched makeinfo/missing logic
Gustavo Zacarias [Mon, 2 Dec 2013 12:22:57 +0000 (09:22 -0300)]
libtasn1: fix botched makeinfo/missing logic

The makeinfo/missing logic is botched leading to failures such as:
http://autobuild.buildroot.net/results/5f0/5f0e8f62be86b56813f5fc0510e83289ed2b0410/
Just disable documentation build the hard way.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotar: bump to version 1.27.1
Gustavo Zacarias [Mon, 2 Dec 2013 11:51:48 +0000 (08:51 -0300)]
tar: bump to version 1.27.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: add rtptools
Peter Korsgaard [Mon, 2 Dec 2013 12:11:31 +0000 (13:11 +0100)]
package: add rtptools

Notice that the license is quite special. It is basically MIT with the
difference that it only allows use for:

'research and educational purpose and without fee ... Use of this software
 in whole or in parts for direct commercial advantage requires explicit
 prior permission'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtasn1: bump to version 3.4
Gustavo Zacarias [Mon, 2 Dec 2013 10:39:41 +0000 (07:39 -0300)]
libtasn1: bump to version 3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agognutls: bump to version 3.2.7
Gustavo Zacarias [Mon, 2 Dec 2013 10:39:40 +0000 (07:39 -0300)]
gnutls: bump to version 3.2.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnl: bump to version 3.2.23
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:56 +0000 (07:38 -0300)]
libnl: bump to version 3.2.23

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowireless-regdb: bump to version 2013.10.11
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:55 +0000 (07:38 -0300)]
wireless-regdb: bump to version 2013.10.11

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosamba: bump to version 3.6.21
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:25 +0000 (07:38 -0300)]
samba: bump to version 3.6.21

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolighttpd: apply security patches for lighttpd-1.4.33
Axel Lin [Mon, 2 Dec 2013 06:51:41 +0000 (14:51 +0800)]
lighttpd: apply security patches for lighttpd-1.4.33

Apply security patches for lighttpd-1.4.33.
Also rename these patches to follow buildroot's naming scheme.

lighttpd-03-fix_fam_use_after_free.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_fam_use_after_free.patch

lighttpd-04-fix_setuid.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_setuid.patch

lighttpd-05-fix_ssl_sni.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_ssl_sni.patch

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoberkeleydb: bump to version 5.3.28
Axel Lin [Mon, 2 Dec 2013 03:11:02 +0000 (11:11 +0800)]
berkeleydb: bump to version 5.3.28

According to the information from oracle website, version 5.3.21 is no longer
available for download. Let's upgrade to version 5.3.28.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoeglibc: bump to version 2.18 SVN R23787
Gustavo Zacarias [Mon, 2 Dec 2013 00:29:55 +0000 (21:29 -0300)]
eglibc: bump to version 2.18 SVN R23787

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiproute2: bump to version 3.12.0
Gustavo Zacarias [Mon, 2 Dec 2013 00:28:33 +0000 (21:28 -0300)]
iproute2: bump to version 3.12.0

* Add arpd support via the new berkeleydb compat option.
* Remove uninstall define.
* Install ifcfg if bash on the target is enabled.
* Misc cleanups.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoberkeleydb: add compat option
Gustavo Zacarias [Mon, 2 Dec 2013 00:29:15 +0000 (21:29 -0300)]
berkeleydb: add compat option

Add DB 1.85 compatibility layer option, it's needed for arpd in iproute2
and other old apps that haven't moved to the newer API.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcurl: bump to version 7.33.0
Gustavo Zacarias [Mon, 2 Dec 2013 00:27:59 +0000 (21:27 -0300)]
libcurl: bump to version 7.33.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/qemu: bump relevant config versions
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:58 +0000 (21:26 -0300)]
configs/qemu: bump relevant config versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.12.2
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:57 +0000 (21:26 -0300)]
linux: bump to version 3.12.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: bump 3. {2, 4, 10, 11, 12}.x stable versions
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:56 +0000 (21:26 -0300)]
linux-headers: bump 3. {2, 4, 10, 11, 12}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/tvheadend: bump version
Yann E. MORIN [Sun, 1 Dec 2013 22:36:07 +0000 (23:36 +0100)]
package/tvheadend: bump version

Misc fixes and improvements all over the place, mostly fixes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/dvb-apps: bump version
Yann E. MORIN [Sun, 1 Dec 2013 22:36:06 +0000 (23:36 +0100)]
package/dvb-apps: bump version

Fixes for scanning DVBS, misc compiler warnings suppressed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-userland: bump for misc fixes
Yann E. MORIN [Sun, 1 Dec 2013 22:36:05 +0000 (23:36 +0100)]
package/rpi-userland: bump for misc fixes

Fixes for:
  - video encoder I-Frames compliance )PPS and SPS headers)
  - bitrate (quantisation?)
  - unnecessary build of mmal components
  - segfault in multiple-files stream generation

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-firmware: bump for misc fixes and improvements
Yann E. MORIN [Sun, 1 Dec 2013 22:36:04 +0000 (23:36 +0100)]
package/rpi-firmware: bump for misc fixes and improvements

This fixes a few shortcomings in the boot firmware:
  - emmc pll clock issues
  - audio underruns and chirps
  - unload of sensor drivers (?)
  - missing config.txt no longer borks the boot
  - lockups during long exposures on the camera
  - YUV-to-texture fastpath for the camera

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: improve help text with detailed instructions to install grub
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:34 +0000 (17:47 +0100)]
grub: improve help text with detailed instructions to install grub

These instructions should probaby go in the Buildroot manual, but at
this point, it's not clear in which section they should go. So in
order to not loose those notes, add them to the Grub help text.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: add option to configure the list of supported filesystems
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:33 +0000 (17:47 +0100)]
grub: add option to configure the list of supported filesystems

Grub can be configured to enable or disable the filesystems supported
in the stage 2. In addition, there are filesystem specific stage
1.5. In order to save space and build time, we provide a new option
that allows to give a space-separated list of filesystems that Grub
should support.

We default to support FAT and ext2, since most of the other
filesystems are fairly unlikely to be used.

We use this option to:

 1) Pass --enable-<fs> or --disable-<fs>, which enables/disables the
    support of <fs> in Grub stage 2.

 2) Install only the stage 1.5 that correspond to the selected
    filesystems.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: adjust splashimage in menu.lst depending on configuration
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:32 +0000 (17:47 +0100)]
grub: adjust splashimage in menu.lst depending on configuration

Make the splashimage line in menu.lst only active when splashimage
support has really been enabled in the Grub configuration.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: install the sample menu.lst into $(TARGET_DIR)/boot/grub
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:31 +0000 (17:47 +0100)]
grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: sample menu.lst file improvements
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:30 +0000 (17:47 +0100)]
grub: sample menu.lst file improvements

Two improvements to the menu.lst file:

 * Do not enforce any video mode, let the kernel use whatever it wants
   as the default, or let the user customize it when needed.

 * Use /dev/sda1 instead of /dev/hda1. Nowadays, most hard disk
   controllers are handled using libata, and therefore the disks are
   visible as /dev/sd<X>.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: replace splash screen with a nicer Buildroot splash screen
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:29 +0000 (17:47 +0100)]
grub: replace splash screen with a nicer Buildroot splash screen

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: support build on x86-64, and misc other improvements
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:28 +0000 (17:47 +0100)]
grub: support build on x86-64, and misc other improvements

This commit brings a number of improvements to the grub packaging:

 * It builds grub with the host compiler, which is needed so that we
   can build a 32 bits grub even if the target architecture is
   x86-64. To make sure we have a host compiler capable of generating
   32 bits code, grub now selects the BR2_HOSTARCH_NEEDS_IA32_COMPILER
   option. Building with the host compiler is done by cheating and
   passing $(HOST_CONFIGURE_OPTS) in GRUB_CONF_ENV.

 * Some additional CFLAGS are added to make sure grub builds properly
   with modern compilers (-O0, --build-id=none, -fno-stack-protector).

 * Removal of the GRUB_INSTALL_STAGING_CMDS which were not used, since
   GRUB_INSTALL_STAGING was not set to YES.

 * Installation of the "grub" binary in $(HOST_DIR) instead of
   $(TARGET_DIR) since it's actually used only on the host to install
   grub into an image or device.

 * Removal of the grub uninstall commands, since they are generally
   considered useless.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: factorize BR2_TARGET_GRUB dependency in Config.in
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:27 +0000 (17:47 +0100)]
grub: factorize BR2_TARGET_GRUB dependency in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: add objcopy and ranlib to HOST_CONFIGURE_OPTS
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:26 +0000 (17:47 +0100)]
package: add objcopy and ranlib to HOST_CONFIGURE_OPTS

This commit adds the OBJCOPY and RANLIB variables to
HOST_CONFIGURE_OPTS, since grub legacy will need these defined in
order to build properly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocore: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:25 +0000 (17:47 +0100)]
core: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option

Some bootloaders (such as Grub) need to be built for x86 (i.e IA32)
even if the target architecture is x86-64. However, when the target
architecture is x86-64, the cross-compiler generated by Buildroot is
not able to generate 32 bits code.

To solve this, we will rely on the host compiler being a x86 + x86-64
compiler. Therefore, this commit introduces the
BR2_HOSTARCH_NEEDS_IA32_COMPILER option, which tells the dependency
checking logic to verify that the host compiler is indeed capable of
building x86 32 bits code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoimagemagick: bump to version 6.8.7-8
Jerzy Grzegorek [Sun, 1 Dec 2013 22:23:52 +0000 (23:23 +0100)]
imagemagick: bump to version 6.8.7-8

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodocs/news.html: add 2013.11 announcement link
Peter Korsgaard [Sun, 1 Dec 2013 20:10:53 +0000 (21:10 +0100)]
docs/news.html: add 2013.11 announcement link

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocrda: fix static build failure
Samuel Martin [Sun, 1 Dec 2013 19:13:38 +0000 (20:13 +0100)]
crda: fix static build failure

libnl-3 uses threads and this isn't accounted for in crda or
libnl-3*.pc files since crda doesn't use pkg-config.

Since linking order matters for static scenarios also throw in -lnl-3
into NLLIBS first since it gets appended to in crda makefiles to add
libnl-3.

libgcrypt depends on libgpg-error and this isn't accounted for in
crda makefile, but it is in libgcrypt-config script (in the correct
order for static linking), so set LDLIBS calling this script.

Fixes:
  http://autobuild.humanoidz.org/results/31c/31c54e16b60f41e2aa9ea6cd43ced694d3ce3ce0/
  http://autobuild.humanoidz.org/results/a45/a4548583aa63fbf6db9dbdf7e1556b0d23800de5/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agostrace: disable unsupported nios2 arch
Baruch Siach [Sun, 1 Dec 2013 07:49:36 +0000 (09:49 +0200)]
strace: disable unsupported nios2 arch

Fixes
http://autobuild.buildroot.net/results/88f330254a83fbc105a74e76df586672d2c369c4/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoMerge branch 'next'
Peter Korsgaard [Sun, 1 Dec 2013 19:31:43 +0000 (20:31 +0100)]
Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoUpdate for 2013.11
Peter Korsgaard [Sat, 30 Nov 2013 13:16:03 +0000 (14:16 +0100)]
Update for 2013.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodocs/news.html: announce slides from 'Buildroot: What is new' presentation at ELCE
Peter Korsgaard [Sat, 30 Nov 2013 08:50:24 +0000 (09:50 +0100)]
docs/news.html: announce slides from 'Buildroot: What is new' presentation at ELCE

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnspr: Add patch to support nios2 arch
Ezequiel García [Wed, 13 Nov 2013 22:58:16 +0000 (19:58 -0300)]
libnspr: Add patch to support nios2 arch

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoCHANGES: update with recent changes
Peter Korsgaard [Sat, 30 Nov 2013 08:37:14 +0000 (09:37 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodbus-python: select pyexpat dependency
Ivan Sergeev [Tue, 19 Nov 2013 02:10:46 +0000 (18:10 -0800)]
dbus-python: select pyexpat dependency

dbus-python requires xml.parsers.expat, which is provided by the pyexpat
module. This patch enables the pyexpat module as a dependency when dbus-python
is selected.

[Peter: fixup whitespace]
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibiscsi: Call autoreconf to use buildroot's libtool
Vicente Olivert Riera [Mon, 18 Nov 2013 14:23:42 +0000 (14:23 +0000)]
libiscsi: Call autoreconf to use buildroot's libtool

Use updated libtool from buildroot to fix MIPS64/n64 build problems
http://autobuild.humanoidz.org/results/a9a/a9aa506a591581e413dc38c53d0e56bec5970634/build-end.log

[Peter: add comment explaining why]
Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtool: Apply upstream patch to set correct linkage on MIPS64
Vicente Olivert Riera [Mon, 18 Nov 2013 12:25:32 +0000 (12:25 +0000)]
libtool: Apply upstream patch to set correct linkage on MIPS64

This libtool change ensures that ld uses the right machine emulation file,
which will allow to fix several MIPS64 n64 link failures, such as the one
currently visible on the libiscsi package.  Packages affected by this
problem will have to use <pkg>_AUTORECONF = YES to benefit from this libtool
fix, until they are fixed upstream.

Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt5: Disable on MIPS64 BigEndian n64 platforms
Vicente Olivert Riera [Fri, 29 Nov 2013 15:23:20 +0000 (15:23 +0000)]
qt5: Disable on MIPS64 BigEndian n64 platforms

qt5base fails to compile on MIPS64 BigEndian n64 platforms because there
are multiple calls to some functions that are disabled. Since every Qt5
package depends on qt5base we can disable Qt5 entirely. This is a quick
fix for the next release. In the meantime, a proposed patch to fix this
problem has already been sent to Qt:

https://bugreports.qt-project.org/browse/QTBUG-35228

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agohostapd: fix static build failure
Gustavo Zacarias [Fri, 29 Nov 2013 14:25:43 +0000 (11:25 -0300)]
hostapd: fix static build failure

libnl-3 uses threads and this isn't accounted for in hostapd (or
libnl-3*.pc files for that matter - hostapd doesn't use pkg-config
anyway).
Since linking order matters for static scenarios also throw in -lnl-3
into LIBS first since it gets appended to in hostapd makefiles to add
libnl-3.

Fixes:
http://autobuild.buildroot.net/results/d4a/d4a9f44effeb08eda6c4b32764274ae81d185d5e/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotvheadend: remove -Werror from CFLAGS
Vicente Olivert Riera [Fri, 29 Nov 2013 10:37:49 +0000 (10:37 +0000)]
tvheadend: remove -Werror from CFLAGS

Remove -Werror from CFLAGS to avoid build failures caused by warnings.

Fixes the following autobuild failure on MIPS64 n32/64:

   http://autobuild.buildroot.net/results/6be/6be075726ac6db0a48dd6b535841ada932c9ffbb/

Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibpfm4: disable on avr32
Simon Dawson [Fri, 29 Nov 2013 09:23:49 +0000 (09:23 +0000)]
libpfm4: disable on avr32

The perf_event_open syscall is not available on avr32. Fixes build failures
such as the following.

  http://autobuild.buildroot.net/results/38f/38fa81315be448c409b9af29f92621fcf5676f71/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt: fix build with opengl es
Peter Korsgaard [Fri, 29 Nov 2013 10:25:25 +0000 (11:25 +0100)]
qt: fix build with opengl es

Fixes http://autobuild.buildroot.net/results/efe/efe26c54361094fb1e201da6915900cd9b24d596/

qt doesn't use pkg-config to figure out the needed compiler/linker flags
for egl, so pass them explicitly instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt5base: use ccache if enabled
Fatih Aşıcı [Fri, 29 Nov 2013 08:47:49 +0000 (10:47 +0200)]
qt5base: use ccache if enabled

For now, it doesn't use ccache when compiling host tools (e.g. qmake).
It seems the fix is not trivial.

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>