summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs/manual: Slightly improve the introductionThomas Petazzoni2012-12-291-5/+10
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/manual: add a new 'Details on Buildroot configuration' sectionThomas Petazzoni2012-12-292-0/+153
| | | | | | | | | | | | | | | | | | | | | | As discussed with Samuel Martin, there are a few questions about some Buildroot configuration aspects that come very often on the IRC channel and on the mailing-list. Topics such as the /dev management and init systems are often raised. Therefore, this patch adds a new section that provides details about the Buildroot configuration possibilities. It does not aim at replacing the help text of each configuration option, but rather to complement them by providing more background. Having those informations in the manual will also make it easier for us to point newcomers to the right place in the documentation when they have questions. Note that this section will replace the "Embedded basics" section that comes way too late in the manual. This is done in a followup commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ruby: bump to version 1.9.3-p362Gustavo Zacarias2012-12-292-35/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* taglib: bump to version 1.8Gustavo Zacarias2012-12-292-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wavpack: fix broken link on newer binutilsGustavo Zacarias2012-12-291-4/+5
| | | | | | | | | | | Newer versions of binutils (2.22+) default to --no-copy-dt-needed hence all the used libraries must be explicitly named. This is accounted for in the source configure script but not in the compiled form so we just need to autoreconf it. [Peter: add comment why autoconf is needed] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: fix legal-infoGustavo Zacarias2012-12-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: fix missing link to libmGustavo Zacarias2012-12-291-0/+17
| | | | | | | | nettle-benchmark uses ldexp without explicitly linking to libm, fixes: http://autobuild.buildroot.net/results/c8e64fabcb98b1ff4bf737e2181b7cf2ae731550 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tvheadend: new packageYann E. MORIN2012-12-287-0/+197
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libplayer: propagate 'depends on' from mplayerThomas Petazzoni2012-12-281-0/+4
| | | | | | | | BR2_PACKAGE_LIBPLAYER_MPLAYER should not select BR2_PACKAGE_MPLAYER without having the 'depends on' that BR2_PACKAGE_MPLAYER has. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dvb-apps: new packageYann E. MORIN2012-12-281-0/+28
| | | | | | | | We just need the transponders data, so we just install those. [Peter: rework install step] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* diffutils: fix build with recent glibcThomas Petazzoni2012-12-281-0/+26
| | | | | | | | | | | | | | | | Fixes the following build problem with recent toolchains: In file included from exclude.c:31:0: ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) CC hard-locale.o make[4]: *** [exclude.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from stdio-safer.h:20:0, from freopen-safer.c:22: ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: fix build on AArch64Thomas Petazzoni2012-12-281-0/+23
| | | | | | | | | | | | | | | | Fixes the following build issue: Making all in fb CC libfb_la-fb24_32.lo In file included from fb24_32.c:30:0: fb.h:98:2: error: #error "GLYPHPADBYTES must be 4" See: http://autobuild.buildroot.org/results/9135238abcde29918f8cb61002f1fb9279884a47/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: add license infoGustavo Zacarias2012-12-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: bump to version 1.10Gustavo Zacarias2012-12-281-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* network-manager: needs libgcryptGustavo Zacarias2012-12-282-1/+3
| | | | | | | | Since we moved to gnutls 3.x series which doesn't use libgcrypt we need to pull it in as a dependency to avoid build breakage. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* glib-networking: fix build failure with gnutls3Gustavo Zacarias2012-12-281-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: needs libgcryptGustavo Zacarias2012-12-282-1/+2
| | | | | | | | | Now that we've moved to gnutls 3.x which no longer uses libgcrypt we need to pull it in as a dependency for ntfs-3g encrypted volume support to avoid build breakage. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: bump to version 3.1.5Gustavo Zacarias2012-12-283-64/+30
| | | | | | [Peter: add comment when tools not available] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: remove gnutls supportGustavo Zacarias2012-12-281-8/+1
| | | | | | | | | wpa_supplicant isn't API compatible with gnutls3 so remove support. It's probably hardly used since openssl is far more common, and wpa_supplicant can use its internal routines if it's not available. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: remove gnutls supportGustavo Zacarias2012-12-281-8/+1
| | | | | | | | | hostapd isn't API compatible with gnutls3 so remove support. It's probably hardly used since openssl is far more common, and hostapd can use its internal routines if it's not available. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: add new packageGustavo Zacarias2012-12-283-0/+22
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libffi: fix mips build failuresGustavo Zacarias2012-12-281-1/+6
| | | | | | | | Fixes http://autobuild.buildroot.net/results/c4056ed2b969b900f7654e651e0e4cc2e8998e02 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ulogd: add support for mysql outputGustavo Zacarias2012-12-281-1/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mysql_client: bump to version 5.1.67Gustavo Zacarias2012-12-281-2/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sconeserver: fix dependsGustavo Zacarias2012-12-281-0/+6
| | | | | | | | | | | sconeserver selects packages that have other depends that aren't taken account of. Fixes http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e among probably others. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pcre: bump to version 8.32Gustavo Zacarias2012-12-282-1/+32
| | | | | | | | | Bump PCRE to version 8.32 Also add a patch to remove compatibility bits, fixing: http://autobuild.buildroot.net/results/e380b838296c85ff9aeaec9fa088bded69670307/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mysql: needs mmuGustavo Zacarias2012-12-283-1/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: needs mmuGustavo Zacarias2012-12-281-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dialog: needs mmuGustavo Zacarias2012-12-281-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: fix legal-infoGustavo Zacarias2012-12-281-1/+1
| | | | | | | | My mistake, wrong capitalization, fixes http://autobuild.buildroot.net/results/10261b94d95f7547a08d8fa1d0b0ddcae85c38a3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/keyutils: disable on avr32 & microblazeYann E. MORIN2012-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyutils builds on neither avr32, nor microblaze (probably because the toolchains used for those archictectures are way too old), with: ..../microblazeel-unknown-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DPKGBUILD="\"2012-12-27\"" -DPKGVERSION="\"keyutils-1.5.5\"" -DAPIVERSION="\"libkeyutils-1.4\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -g -Wall -Werror -UNO_GLIBC_KEYERR -o keyutils.o -c keyutils.c cc1: warnings being treated as errors key.dns_resolver.c: In function 'main': key.dns_resolver.c:690: warning: dereferencing type-punned pointer will break strict-aliasing rules Fixing with -fno-strict-aliasing only partially solves the issue for these two archs, since the C library does not export the resolver symbols so the link fails down the road... - on microblaze, glibc-2.3.6 is tool old and does not set these symbols as GLOBALs; - on avr32, uClibc does not have these symbols. It is much more easy to just disable keyutils for avr32 and microblaze. Fixes both (avr2, microblaze): http://autobuild.buildroot.net/results/aa86f6a68f5d0ea4914ab259ed270615bc9d6a99/ http://autobuild.buildroot.net/results/70ae127a6e353fd5c64c0c3b4e19a2e93d54ce52/ Merry X-Mas! PS. Thanks Richard for the help understanding those issues. Cc: Richard Braun <rbraun@sceen.net> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: security bump to version 2.4.11Gustavo Zacarias2012-12-271-1/+3
| | | | | | | Fixes a security vulnerability in the BDF implementation. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rng-tools: bump to version 4Gustavo Zacarias2012-12-271-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gawk: bump to version 4.0.2Gustavo Zacarias2012-12-271-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* smartmontools: bump to version 6.0Gustavo Zacarias2012-12-271-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: bump to version 3.8Gustavo Zacarias2012-12-271-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump versionPeter Korsgaard2012-12-271-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/spice: don't enable GUI if dependencies not metYann E. MORIN2012-12-261-0/+6
| | | | | | | | | | | | | | The spice GUI selects unconditionally selects cegui06, but cegui06 requires threads and C++, so spice GUI must also depend on threads and C++. Fixes: http://autobuild.buildroot.net/results/37f8ee90bb4348db97daef83493005c42a193b91/ Merry X-Mas! ;-) [Peter: add SPICE_CLIENT dependency] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sed: bump to version 4.2.2Gustavo Zacarias2012-12-261-2/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: bump to version 5.3.20Gustavo Zacarias2012-12-261-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gettext: bump to version 0.18.2Gustavo Zacarias2012-12-263-48/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: bump to version 0.9.24Gustavo Zacarias2012-12-262-4/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: make it non-wchar friendlyGustavo Zacarias2012-12-265-8/+7
| | | | | | | | Make gnutls work for non-wchar toolchains. It's just a matter of throwing a helping hand to configure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libgcrypt: disable testsGustavo Zacarias2012-12-261-1/+8
| | | | | | | | The testsuite uses fork() hence fails on !MMU targets. We don't use/install these so just get rid of them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfuse: needs mmuGustavo Zacarias2012-12-263-0/+3
| | | | | | | | Fixes http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: needs mmuGustavo Zacarias2012-12-261-0/+1
| | | | | | | | Fixes autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dosfstools: fix download linkMikhail Boiko2012-12-261-1/+1
| | | | | Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* new package: proxychainsStefan Fröberg2012-12-233-0/+18
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gettext: disable tools tests when no threadsGustavo Zacarias2012-12-231-0/+6
| | | | | | | | | | Disable the gettext-tools tests build since they break when a full toolchain without threads is being used. Fixes: http://autobuild.buildroot.net/results/a187c76c359787f8e2ec6e12da2d7b1e33ed43c5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: needs threadsGustavo Zacarias2012-12-233-2/+5
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>