summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* alsa-lib: fix build with largefile on 32bit archsPeter Korsgaard2009-01-281-0/+30
| | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git.
* avahi-autoipd: fix issue with repeated buildsPeter Korsgaard2009-01-281-0/+1
| | | | | | | | | | | The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is already a symlink to /tmp (E.G. like the default target_skeleton is). If that's the case, then you end up adding a /tmp/avahi-autoipd symlink pointing to itself, causing subsequent builds to fail (Too many levels of symbolic links in the ln -sf call). Fix it by simply first removing the symlink if it's there.
* xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵Nigel Kukard2009-01-281-1/+0
| | | | remove depend on deprecated
* * Cleanup of prefixNigel Kukard2009-01-281-4/+1
|
* Config.in: remove extra white space added in r25086.Peter Korsgaard2009-01-281-1/+1
| | | | Thanks to HcE for noticing.
* fix configuration wrt elf2fltPeter Korsgaard2009-01-282-4/+4
| | | | | | | | | | The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
* elf2flt: fix linkPeter Korsgaard2009-01-281-0/+1
| | | | | Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
* Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)Peter Korsgaard2009-01-281-6/+9
| | | | As requested on irc.
* webkit: depend on C++ + wchar support in toolkit, as icu needs itPeter Korsgaard2009-01-271-0/+4
|
* webkit: don't depend on X serverPeter Korsgaard2009-01-271-1/+1
|
* libxml2: stop continous rerun of post-extract targetPeter Korsgaard2009-01-271-0/+1
| | | | Touch stamp file (seems to have been missed by r23656).
* icu: needs wchar support in toolchain as wellPeter Korsgaard2009-01-271-2/+3
|
* icu: add project url to help textPeter Korsgaard2009-01-271-0/+2
|
* icu: needs C++ support in toolchainPeter Korsgaard2009-01-271-0/+4
|
* webkit: revert r24983 (Disable webkit (with comment) if X is not available)Peter Korsgaard2009-01-271-6/+1
| | | | Webkit doesn't need X.
* Update at91rm9200df BSPUlf Samuelsson2009-01-271-230/+260
|
* alsa-lib: fix typo in -source targetPeter Korsgaard2009-01-271-1/+1
|
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-266-9/+82
| | | | | | | | | | | | | | | | | | | | all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
* Update at91sam9260dfc BSPUlf Samuelsson2009-01-261-13/+6
|
* target/device/Atmel/arch-avr32: remove old unused kernel patchesPeter Korsgaard2009-01-2616-58777/+0
| | | | | | | As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27
* toolchain/kernel-headers: remove ancient (and unused) patchesPeter Korsgaard2009-01-269-34996/+0
|
* toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patchesPeter Korsgaard2009-01-2699-7800/+0
|
* Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanupUlf Samuelsson2009-01-261-38/+29
|
* Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with ↵Ulf Samuelsson2009-01-261-2/+2
| | | | BUILDROOT_USE_XWINDOWS
* Makefile: fix typo introduced in r25601Peter Korsgaard2009-01-261-1/+1
|
* libcgicc: don't build demosPeter Korsgaard2009-01-262-38/+1
| | | | And remove unneeded patch for demos while we're at it.
* libcgicc: install to usr/libPeter Korsgaard2009-01-261-12/+4
|
* Fix spelling error in Makefile commentUlf Samuelsson2009-01-261-2/+2
|
* package/: depend on toolchain C++ config, don't use selectPeter Korsgaard2009-01-263-3/+13
| | | | select should only be used for package (library) dependencies.
* libcgicc: depend on toolchain config, don't use selectPeter Korsgaard2009-01-261-1/+4
| | | | select should only be used for package (library) dependencies.
* libglib2: move HOST_GLIB detection to glib packagePeter Korsgaard2009-01-262-3/+4
| | | | | Makes more sense to have it here, and easier to change once we start building host-glib.
* libglib2: halt build early with description if host glib-genmarshal isn't foundPeter Korsgaard2009-01-261-0/+7
|
* linux/advanced: default to make menuconfigPeter Korsgaard2009-01-262-2/+2
|
* acpid: remove unused legacy patchesPeter Korsgaard2009-01-262-22/+0
| | | | As discussed on the list.
* liboil: don't build examplesPeter Korsgaard2009-01-262-9/+0
|
* u-boot: halt build early with description if no u-boot board name is setPeter Korsgaard2009-01-261-0/+6
|
* u-boot: clean up after UlfPeter Korsgaard2009-01-261-14/+1
| | | | As discussed on the list.
* u-boot: mark 2008.10 version as recentPeter Korsgaard2009-01-261-0/+1
|
* Fix erronous mkimage targetUlf Samuelsson2009-01-261-1/+1
|
* Revert bad patch to fix linux rebuild problemUlf Samuelsson2009-01-262-2/+3
|
* mplayer: add -fomit-frame-pointer for i386Peter Korsgaard2009-01-261-1/+6
| | | | | | | | | | | | | | | | | | | This seems to be required to compile some of the inline asm. This solves the following compiler errors: h264.c: In function 'decode_cabac_residual': h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type cabac.h: In function 'get_cabac_noinline': cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' cabac.h:513: error: 'asm' operand has impossible constraints While searching several weeks ago, I hit the following URL, which unfortunately currently doesn't seem to work anymore and I can't remember what the bug was about. Also see http://bugs.uclibc.org/view.php?id=4604 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* mplayer: add patch due to missing sys/timeb.hPeter Korsgaard2009-01-261-0/+12
| | | | | | | | | | | This include file is only available, if uClibc is compiled with UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of mplayer at all. This solves the following compiler error: win32.c:67:23: error: sys/timeb.h: No such file or directory Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* libsexy: remove trailing newline from r24996Peter Korsgaard2009-01-261-1/+0
|
* asterisk: mark as BROKEN and remove obsolete patchPeter Korsgaard2009-01-262-15/+1
| | | | | Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten.
* irda-utils: totally broken packages should depend on BROKEN, not DEPRECATEDPeter Korsgaard2009-01-261-2/+2
| | | | Or we should simply delete the dir.
* mysql_client: fix deps and clean up configure argsPeter Korsgaard2009-01-262-5/+8
| | | | mysql client needs ncurses, readline and C++
* Add help for packages without AVR32 supportUlf Samuelsson2009-01-2614-0/+42
|
* Add comment on brokenness of AsteriskUlf Samuelsson2009-01-261-0/+4
|
* deprecate libfloat, package is obsoleteUlf Samuelsson2009-01-261-0/+1
|
* Deprecate ltt, package is obsolete and replaced by ltt-ngUlf Samuelsson2009-01-261-0/+3
|