summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hdparm: needs largefile supportPeter Korsgaard2010-10-051-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: remove fixed jpeg+tiff dependencies, add optional depsPeter Korsgaard2010-10-052-7/+49
| | | | | | For fontconfig/freetype/jpeg/libpng/librsvg/libxml2/tiff. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add librsvg packagePeter Korsgaard2010-10-054-1/+34
| | | | | | librsvg is a svg renderer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: convert to autotargets and bump to 6.6.4Martin Banky2010-10-054-160/+37Star
| | | | | | | | | | program-transform-name='s,,,' is needed, otherwise configure defines it as $(platform)-$(cpu)-. During install, all executables are prepended with this variable. [Peter: disable libtool patch, remove unneeded/wrong staging install cmd] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jpeg: remove lgpl headerPeter Korsgaard2010-10-041-17/+0Star
| | | | | | | | | Buildroot as a whole is under GPL, so lets not expand each .mk file with legal matter. The git history nicely shows the origin of each file, and after the conversion to autotargets there basically isn't anything left of the original file anymore. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jpeg: bump to 8bMartin Banky2010-10-043-169/+3Star
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts: get rid of outdated buildall scriptPeter Korsgaard2010-10-044-1202/+0Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard2010-10-0411-33/+0Star
| | | | | | | | | These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: convert to autotargets and bump to 3.3.0Martin Banky2010-10-042-99/+33Star
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libosip2: change site location and bump to 3.3.0Martin Banky2010-10-042-12/+22
| | | | | | | Change the site location to debian mirror to get the latest debian patches. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: should select libXaw and bump to latest versionPaulius Zaleckas2010-10-043-3/+4
| | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: bump versionGustavo Zacarias2010-10-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: bump versionGustavo Zacarias2010-10-042-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: bump 4.4.x versionPeter Korsgaard2010-10-047-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.32.x stable versionPeter Korsgaard2010-10-022-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gdb: fix WCHAR typoPeter Korsgaard2010-10-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: add new toolchain backend: crosstool-NGYann E. MORIN2010-10-019-2/+964
| | | | | | [Peter: indent Config.in, shuffle make targets around] Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sed: get rid of host-sed variantPeter Korsgaard2010-09-3010-180/+19Star
| | | | | | | | And all the infrastructure surrounding it. A broken sed implementation is quite rare nowadays, as seen by the fact that the current host-sed support has been broken for a while, so just get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tcl: fix for POSIX complianceYann E. MORIN2010-09-301-2/+2
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts: fix for POSIX complianceYann E. MORIN2010-09-303-18/+18
| | | | | | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Of the three affected scripts, two are explicitly called vi #!/bin/bash. Those two do not _need_ the fix, but gets it nonetheless, in case we later switch to a POSIX-compliant shell for those scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* skeleton: fix atstk1005, ststk100x and atngw100 for POSIX complianceYann E. MORIN2010-09-303-9/+9
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: fix helpers for POSIX complianceYann E. MORIN2010-09-301-4/+4
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: bump version, fix conflicting options, enhance helpGustavo Zacarias2010-09-304-52/+48Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: alpha/cris/ia64/sparc64 support removedPeter Korsgaard2010-09-301-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/remove-deprecated-arch' of ↵Peter Korsgaard2010-09-307-132/+13Star
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * Remove code specific to removed architecturesThomas Petazzoni2010-08-316-11/+4Star
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Remove architectures marked as deprecatedThomas Petazzoni2010-08-311-121/+9Star
| | | | | | | | | | | | | | | | | | The Alpha, CRIS, IA64 and Sparc64 architectures have been marked as deprecated during the previous release cycle. They are not widely used in embedded systems and/or no longer supported by their manufacturers and/or not properly supported in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Makefile: Force make to run serially in the top-level MakefileYann E. MORIN2010-09-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The top-level Makefile can be executed in parallel, as it causes problems. We can force make to be not parallel. It's been reported many times, and recent discussions on IRC with kos_tom, and user nick-named knee, led to this patch. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | cvs: convert to autotargetsMartin Banky2010-09-302-67/+26Star
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | acpid: convert to gentargets and bump to 2.0.6Martin Banky2010-09-292-39/+24Star
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, added acpi_listen to the target. It was being stripped, but not copied. acpi_listen is a simple shell-friendly tool which connects to acpid and listens for events. When an event occurs, acpi_listen will print it on stdout. [Peter: no strip, install/remove man pages, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: cleanup install/uninstallPeter Korsgaard2010-09-291-2/+11
| | | | | | | | | | | | | | Install/uninstall all programs (including mail-*), and use install -D to copy to target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: convert to gentargets and bump to 0.1.15Martin Banky2010-09-293-43/+22Star
| | | | | | | | | | | | [Peter: no strip, remove unused _BINARY var] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | liberation: convert to gentargets and bump to 1.06.0.20100721Martin Banky2010-09-292-42/+21Star
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gadgets-test: convert to gentargetsMartin Banky2010-09-292-40/+21Star
| | | | | | | | | | | | [Peter: fix aio dependency, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fconfig: convert to gentargets and bump to 20080329Martin Banky2010-09-294-218/+20Star
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars, add homepage URL] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libdaemon; bump versionPeter Korsgaard2010-09-292-22/+23
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dosfstools: needs largefile supportPeter Korsgaard2010-09-291-0/+4
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'for-2010.11/kernel-image-formats' of ↵Peter Korsgaard2010-09-292-5/+11
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | linux: fix uImage location on AVR32Thomas Petazzoni2010-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On most architectures, the kernel image can be found in arch/<ARCH>/boot, but on AVR32, it's in arch/<ARCH>/boot/images. Issue initially reported by Joachim Pihl <joachim.pihl@sensordevelopments.com>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | linux: restrict output image formats to the appropriate archesThomas Petazzoni2010-09-292-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some Linux kernel output image formats are available on some archs, some not. For example 'uImage' is not supported on MIPS, so let's prevent the user from making this selection. Issue initially reported by Choi, David <David.Choi@Micrel.Com>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | fix buildroot.html typosYegor Yefremov2010-09-281-9/+9
|/ / | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | barebox/u-boot/linux: don't error out on missing config when make sourcePeter Korsgaard2010-09-283-3/+10
| | | | | | | | | | | | As it breaks 'make allyesconfig; make source', used for the source mirror. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/news.html: typo, fix Thomas' family namePeter Korsgaard2010-09-281-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | news.html: Announce developer day in Cambridge, UKPeter Korsgaard2010-09-281-0/+14
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dropbear: fix xauth tweak since dbcec2b2Peter Korsgaard2010-09-281-2/+2
| | | | | | | | | | | | | | | | The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hdparm: convert to gentargets and bump to 9.32Martin Banky2010-09-273-51/+22Star
| | | | | | | | | | | | [Peter: remove stripping, get rid of _BINARY variables] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: full install, install into staging, make bins configurablePeter Korsgaard2010-09-272-12/+66
| | | | | | | | | | | | | | | | Use make install to install so we get libraries and man pages if enabled, install into staging so other programs can find libsensors and add kconfig options for each of the available programs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: convert to gentargets and bump to 3.1.2Martin Banky2010-09-272-54/+26Star
| | | | | | | | | | | | [Peter: remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/buildroot.html: document Makefile wrapper in output dirPeter Korsgaard2010-09-271-1/+16
| | | | | | | | | | | | For out-of-tree builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/buildroot.html: minor tweaksPeter Korsgaard2010-09-271-2/+2
| | | | | | | | | | | | | | | | - We have gconfig as well nowadays - Variables like BUILDROOT_DL_DIR can also be set permanently in the environment, and not just passed to make every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>