summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for 2011.022011.02Peter Korsgaard2011-02-284-7/+16
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: qt3 compatibility needs gui supportPeter Korsgaard2011-02-282-0/+2
| | | | | | Closes #2911 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: disable parallel buildsPeter Korsgaard2011-02-281-1/+1
| | | | | | | The build system has a race condition causing build failure with high BR2_JLEVEL values, so ensure make -j1 is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-02-281-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: disable mmx for low end x86-type processorsGustavo Zacarias2011-02-281-0/+5
| | | | | | | | | ffmpeg enables mmx by default for x86-class processors, so disable it for processors that lack it (i386, i486, i586, i686, pentium pro, geode). Solves bug #3325 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: fix avahi access through dbusPeter Korsgaard2011-02-281-0/+11
| | | | | | | | | | | Ensure that the avahi dbus service gets installed if dbus support is enabled, otherwise avahi access through dbus fails (as clients try to start the daemon and dbus doesn't know how to do this). Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this workaround is simpler/safer for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gdb: depend on host-expat to fix remote debuggingBjørn Forsman2011-02-281-1/+2
| | | | | | | | | | | | | This patch fixes the following error when using GDB with gdbserver: warning: Can not parse XML target description; XML support was disabled at compile time Remote 'g' packet reply is too long: <very long line of hex chars> [remote debugging does not work] Use $(HOST_CONFIGURE_OPTS) so expat is found. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: fix build with modern toolchainsPeter Korsgaard2011-02-282-21/+167
| | | | | | A number of includes were missing for exit/getenv/memcpy/strlen/... Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-02-271-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xerces: needs wchar support in toolchainPeter Korsgaard2011-02-271-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webif: mark as deprecatedPeter Korsgaard2011-02-271-0/+1
| | | | | | | It's long dead upstream and hasn't seen any updates since it got added back in 2008. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* devmem2: mark as deprecatedPeter Korsgaard2011-02-271-0/+1
| | | | | | | Busybox has had a devmem applet for a number of years now, so deprecate the old standalone program. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: add option to hide mouse cursorDaniel Nyström2011-02-252-0/+10
| | | | | | | | Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: use kconfig to ensure atleast one compressor is selectedPeter Korsgaard2011-02-252-5/+1
| | | | | | | | Similar to how we do it for mpd now. This way, the selection is clearly visible to the user, instead of the hidden selection we used to do in the makefile. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: forcibly disable oggflac without flacGustavo Zacarias2011-02-251-1/+1
| | | | | | | | | | If flac and libogg were both built but flac isn't selected in mpd it will be picked up anyway. Forcibly disable oggflac support if flac support is disabled for consistency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: move ffmpeg option upGustavo Zacarias2011-02-251-11/+11
| | | | | | | Move the ffmpeg option up to keep the pretty sort order. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: default to tremor input pluginGustavo Zacarias2011-02-251-0/+1
| | | | | | | | MPD requires at least one input plugin to build. If there's none selected default to tremor (vorbis). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: fix alsa dependenciesPeter Korsgaard2011-02-251-0/+2
| | | | | | Alsamixergui needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix alsa dependenciesPeter Korsgaard2011-02-251-0/+2
| | | | | | Alsa output support needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-02-251-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: fix mips build failureGustavo Zacarias2011-02-251-1/+3
| | | | | | | | | | | Closes #3295 Fix MIPS build failure as reported by Thomas Petazzoni. We're forcing CFLAGS and busting -fPIC in the process. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nuttcp: fix build on systems without legacy susv3 functionsPeter Korsgaard2011-02-251-0/+264
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uClibc: fix uclibc-menuconfig with ccache enabledPeter Korsgaard2011-02-251-0/+7
| | | | | | | If ccache is enabled, we need to ensure it is built for the host before anything else. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: fix ctng-menuconfig with ccache enabledPeter Korsgaard2011-02-251-1/+2
| | | | | | | If ccache is enabled, we need to ensure it is built for the host before anything else. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: bump 2.6.37.x stable versionPeter Korsgaard2011-02-251-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.37.x stable versionPeter Korsgaard2011-02-251-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sylpheed: bump version, fix buildPeter Korsgaard2011-02-252-30/+13
| | | | | | | | | | | The old sylpheed version no longer built with our libgtk2 version, so move to the latest stable release. At the same time add optional openssl support. The sylpheed build system adds -I$includedir to the CFLAGS, so ensure it points at our staging rather than the host headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #3259 is resolvedPeter Korsgaard2011-02-241-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* icu: tweak icu-config exec_prefix outputGustavo Zacarias2011-02-241-1/+3
| | | | | | | | | | | Closes #3259 We need to tweak icu-config's exec_prefix too, otherwise if the host system lacks icu the build fails when looking for the libraries in /usr/lib rather than the staging directory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: fix /know/known/ typoPeter Korsgaard2011-02-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.02-rc22011.02_rc2Peter Korsgaard2011-02-244-5/+17
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: fix buildPeter Korsgaard2011-02-244-5/+29
| | | | | | | | | Closes #3307 Synergy needs libXtst, a toolchain with wchar support and was missing an include for exit(). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: fix build with snmp supportGustavo Zacarias2011-02-242-4/+9
| | | | | | | | | | | | Closes #3277 Quagga's snmp support tries to link with libcrypto from openssl by default. That's a bad no no since snmp might have ssl support disabled and openssl won't be around. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: fix cases where (start != 0)Thomas De Schampheleire2011-02-232-9/+18
| | | | | | | | | | | The makedevs script did not always generate the requested set of device names / minor number series. * If start != 0, then requesting (count) devices would generate only (count - start) * If start != 0 && increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1))) This patch fixes the code and updates the usage text with extra examples. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix libdir issueGustavo Zacarias2011-02-232-0/+2
| | | | | | | | | | | | | Closes #3205 OpenSSL's build system tries to be too wise for it's own good when guessing what libdir should be. This causes problems like the one reported in bug #3205 so just specify libdir to point to /lib (since it's prefixed it would finally be /usr/lib) since it should be present on 32 and 64 bit targets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-02-231-0/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* metacity: fix build, bump versionPeter Korsgaard2011-02-233-50/+33
| | | | | | | | | Metacity no longer built after libgtk2 was updated, so fix it by bumping the version. We unfortunately cannot move to the latest version, as these have extra dependencies we don't have in BR yet (libcanberra-gtk + gnome-doc-utils). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* u-boot: drop old 2009.xx versionsPeter Korsgaard2011-02-232-9/+1
| | | | | | | | | | | | | We use 'make tools' to build a mkimage for the host if needed by the kernel (uImage) without having u-boot configured, but that only works since the 2010.03 release: http://git.denx.de/?p=u-boot.git;a=commit;h=c7c0d542a1990 So drop the old 2009.xx versions rather than having the build break for people. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: cross toolchain is now installed into host/usr/bin.Peter Korsgaard2011-02-231-3/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: make xconfig now uses libqt4Peter Korsgaard2011-02-231-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: mark festival packages as brokenPeter Korsgaard2011-02-231-0/+1
| | | | | | | | | | | After spending a couple of hours on it today, I'm still unable to get speech-tools to build and install properly with a uClibc toolchain. So I'm giving up. Mark the entire thing broken as the text-to-speech stuff is unlikely to be used very much on the kind of small systems we're targetting. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/skeleton: mount /proc before remounting rwANDY KENNEDY2011-02-211-1/+1
| | | | | | | | inittab ordering causes mount to fail on remount,rw. inittab changed to mount /proc first. Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc/4.2.4: Add missing hunk to gcc 4.2.4 libgcc patch.Will Newton2011-02-201-0/+17
| | | | | | | | This patch is required to build gcc 4.2.4 libgcc with dwarf2 unwinding support enabled. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: needs largefile supportPeter Korsgaard2011-02-201-2/+3
| | | | | | | | Even though ./configure has a --disable-largefile, functions like statfs64 is used in several places, breaking the build on toolchains without largefile support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: bump version, convert to autotargetsPeter Korsgaard2011-02-205-2773/+329
| | | | | | Fixes build when host doesn't have rpcgen. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bind: disable parallel buildPeter Korsgaard2011-02-201-0/+1
| | | | | | | | | | | The build system of bind seems to have issues with (highly) parallel builds, breaking the build with errors like: libtool: link: `nothreads/condition.lo' is not a valid libtool object So disable parallel builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: bump versionPeter Korsgaard2011-02-191-3/+3
| | | | | | | | | | | The old 0.4.2 version doesn't seem to be available on the GNU mirrors anymore, so change to the slightly-less-ancient 0.4.6 version. We're not moving to the new 0.9.x series yet, as that one needs an external libgnutls for https support, which we don't have a BR package for yet. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: make https support optionalPeter Korsgaard2011-02-192-2/+14
| | | | | | | | Libmicrohttpd works nicely without https support, so make it optional. Also ensure the cross-libgcrypt-config is found, rather than whatever is installed on the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: fix zlib dependencyPeter Korsgaard2011-02-191-1/+1
| | | | | | The 'gzip' compression supports just needs zlib, and not the gzip package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: add option for ffmpeg supportPeter Korsgaard2011-02-192-0/+18
| | | | | | For all the special file formats supported by ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>