summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel-headers: bump 3.{0, 4, 5, 6}.x stable versionsGustavo Zacarias2012-10-082-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netatalk: bump versionMaxime Hadjinlian2012-10-082-23/+14
| | | | | | | | | | | | | Netatalk goes to version 3.0. The startup script has changed too, there is now only one binary called netatalk. No more afpd, cnid, ... at startup ! They are executed by netatalk. All the config is done within /etc/afp.conf, look at : http://netatalk.sourceforge.net/3.0/htmldocs/upgrade.html for more info about the upgrade process. [Peter: added --without-kerberos to disable kerberos detection] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: fix X11 + !locale build issuePeter Korsgaard2012-10-061-0/+19
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/aa1072ee5115ce12f03d600b46ff980a9d20c45d/ Pulseaudio installs autostart .desktop files when X11 support is enabled, but the files are not created from the corresponding .desktop.in files when built with --disable-nls (which we add for !locale builds). Reported upstream at: https://bugs.freedesktop.org/show_bug.cgi?id=54658 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* use portable printf instead of echo -e, needed for MacOS X buildhostWaldemar Brodkorb2012-10-061-2/+2
| | | | | | | | | echo -e is not a portable way to do this, better use printf. Works with MacOS X. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: Only enable IPv6 if BR2_INET_IPV6 is setValentine Barshak2012-10-041-0/+3
| | | | | | | This fixes false positive IPv6 detection. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: Amend libmad selectionValentine Barshak2012-10-041-1/+1
| | | | | | | Do not set both --enable-mad and --disable-mad. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: Fix external libdvdread and libdvdnav supportValentine Barshak2012-10-041-0/+15
| | | | | | | | | This sets paths to dvdread-config and dvdnav-config, and configuration options to enable external libdvdread and libdvdnav support. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdvdnav: Fix dvdnav-configValentine Barshak2012-10-041-0/+14
| | | | | | | | | This fixes path prefix in the staging dvdnav-config and removes dvdnav-config from the target filesystem if BR2_HAVE_DEVFILES is not set. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdvdread: Fix dvdread-configValentine Barshak2012-10-041-0/+14
| | | | | | | | | This fixes path prefix in the staging dvdread-config and removes dvdread-config from the target filesystem if BR2_HAVE_DEVFILES is not set. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: bump to version 3.6.8Gustavo Zacarias2012-10-042-7/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: Add upstream patch to fix building with Linux 3.6Markos Chandras2012-10-041-0/+37
| | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: Remove more pkgconfig filesValentine Barshak2012-10-041-1/+2
| | | | | | | | | | | | | The pkgconfig files are located in /usr/lib/pkgconfig and /usr/share/pkgconfig directories. However, only /usr/lib/pkgconfig is removed when no development files are needed in the target filesystem. Remove pkgconfig directory from $(TARGET_DIR)/usr/share as well if BR2_HAVE_DEVFILES is not set. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-infra: make sure cross compiling is enabled when host == targetArnout Vandecappelle2012-10-041-1/+1
| | | | | | | | | | | | | | | | When compiling for the same architecture and libc as the host, GNU_TARGET_NAME and GNU_HOST_NAME are equal. configure scripts use these to detect cross-compilation, and will decide that we're doing native compilation. This may trigger running of executables, which fail because of missing libraries in the host environment. To solve this, set the vendor part in GNU_TARGET_NAME to buildroot. This problem exists for instance in xserver_xorg-server on x86_64. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* strace: Version bump to 4.7Markos Chandras2012-10-041-2/+2
| | | | | | | | This also fixes a compilation problem with kernel headers 3.5 http://autobuild.buildroot.net/results/bb66a3a06d26f558e1c4c0593bb68e7af1d82398/build-end.log Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: add license infoGustavo Zacarias2012-10-041-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxslt: bump to version 1.1.27Gustavo Zacarias2012-10-044-84/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* external-toolchain: BR2_TOOLCHAIN_EXTERNAL_GLIBC includes eglibcBaruch Siach2012-10-041-1/+6
| | | | | | | | | | | | | Yann E. MORIN says: "Although eglibc can be configured to include/exclude parts of the features, it seems to not be in wide use, if at all." Acked-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: ensure connmanctl is only built if explicitly enabledPeter Korsgaard2012-10-041-0/+2
| | | | | | | | Fixes http://autobuild.buildroot.net/results/3d3a2eec6a2520f048e00eeb967e3a770ffbcdd3 connmanctl is now built by default unless explicitly disabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: add openssl 1.0.1 patchGustavo Zacarias2012-10-041-0/+54
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: add openssl 1.0.1 patchGustavo Zacarias2012-10-041-0/+54
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 3.6.0Gustavo Zacarias2012-10-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipset: bump to version 6.14Gustavo Zacarias2012-10-041-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hdparm: bump to version 9.42Gustavo Zacarias2012-10-031-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 3.{0, 4, 5}.x stable versionsGustavo Zacarias2012-10-032-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fftw: bump versionPeter Korsgaard2012-10-021-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: add 3.6 kernel, remove 3.5 optionPeter Korsgaard2012-10-021-4/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: add 3.6 kernelPeter Korsgaard2012-10-021-1/+6
| | | | | | And deprecate 2.6.39. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: bump to version 1.7Jonathan Liu2012-10-022-2/+4
| | | | | | [Peter: command line client needs readline] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sheevaplug_defconfig: use 3.5.4 kernelPeter Korsgaard2012-09-301-1/+1
| | | | | | | | Notice that you need u-boot >= 2012.04 to be able to boot kernel >= 3.2, because older u-boots keep the l2 cache enabled, see u-boot commit 679530278 (arm, arm-kirkwood: disable l2c before linux boot) for details. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: bump versionPeter Korsgaard2012-09-301-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xsetroot: needs libXcursorPeter Korsgaard2012-09-302-1/+2
| | | | | | Fixes http://autobuild.buildroot.net/results/1fe8d3496ca1b591cbc470f55067b4acc3ed4d63 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: add optional dependenciesPeter Korsgaard2012-09-292-2/+77
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: add libXtst as a dependencyPeter Korsgaard2012-09-292-1/+2
| | | | | | | | | | | | | | | | x11vnc CAN be built without XTEST support, but it isn't very useful as noted by the warning printed by configure when it isn't found: *** A working build environment for the XTEST extension was not found *** (libXtst). An x11vnc built this way will be *ONLY BARELY USABLE*. You will be able to move the mouse but not click or type. There can also be deadlocks if an application grabs the X server. It is recommended that you install the necessary development packages for XTEST (perhaps it is named something like libxtst-dev) and run configure again. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* external-toolchain: add Sourcery CodeBench ARM 2012.03Fabio Porcedda2012-09-292-0/+25
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain-external: add linaro 2012.0{7,8,9}Peter Korsgaard2012-09-292-41/+47
| | | | | | And remove the 2012.0{2,3,4} versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/calao_*: defconfigs should not hardcode BR2_JLEVELPeter Korsgaard2012-09-282-2/+0
| | | | | | | BR2_JLEVEL is specific to the build machine, not the specific board you are targetting. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* evtest: add as a seperate packagePeter Korsgaard2012-09-283-0/+47
| | | | | | | | | | | Evtest is nowadays maintained as a seperate package by Peter Hutterer. The project doesn't release any tarballs, so use the one of Fedora instead so we don't need to autoreconf: http://comments.gmane.org/gmane.comp.freedesktop.xorg.announce/1671 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* input-tools: drop evtest from input-tools packagePeter Korsgaard2012-09-282-8/+0
| | | | | | Evtest is nowadays maintained as a seperate package by Peter Hutterer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* barebox: add 2012.08 / .09, drop .04 / .05Peter Korsgaard2012-09-281-9/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: fix build without ipv6 supportPeter Korsgaard2012-09-261-0/+6
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/1119dbf055edf281451a9e4216fdebc0b07fffae/ configure script uses --without-ipv6 instead of --disable-ipv6, and configure option is only used for libraries, not the x11vnc application. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_libSM: only build documentation if neededPeter Korsgaard2012-09-261-0/+5
| | | | | | Documentation generation is slow, so only create it if requested. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* genext2fs: needs largefile after version bumpPeter Korsgaard2012-09-261-7/+11
| | | | | | | | Fixes http://autobuild.buildroot.net/results/8c7c10c0175a7ddf8e2d37a4718469d4ead3835a And fixup space/tab mixup in Config.in while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: 1.1 version needs largefile supportPeter Korsgaard2012-09-261-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/7d084a1a8fd484f2c6df82ccd7b9d8aeebe68c2d Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: bump versionPeter Korsgaard2012-09-251-3/+2
| | | | | | | | | | For details, see: http://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.3.news Notice: 2.30.3 is only available in .xz format. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11r7: xserver_xorg-server: Amend record proto selectionValentine Barshak2012-09-252-2/+2
| | | | | | | Record proto is not really required. It can be disabled. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tiff: security bump to version 4.0.3Gustavo Zacarias2012-09-251-3/+3
| | | | | | | Fixes CVE-2012-3401 and CVE-2012-3386. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cvs: needs MMU supportThomas Petazzoni2012-09-251-0/+2
| | | | | | | | | Fixes http://autobuild.buildroot.org/results/33ac8387a7b27d7b90c23a5f772292921534f8da/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: bump version to fix build issue with newer libX11Peter Korsgaard2012-09-252-2/+5
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/2733c2c9fa7aacb355e0e0b184a5afe41cf35a3d Old x11vnc defined a 'pointer' function, which collides with the libX11 pointer type. Fix it by bumping the version (upstream renamed it to pointer_event()). Fix the dependencies and help text while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: needs record protoPeter Korsgaard2012-09-252-0/+2
| | | | | | Fixes http://autobuild.buildroot.net/results/0ab69c80b3e5e95a8947c32231d32da895deca60 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add defconfig for boundarydevices nitrogen6x boardPeter Korsgaard2012-09-245-0/+60
| | | | | | | | http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/ And post-build hook for u-boot scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>