summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-20mplayer: force cross-compile modePeter Korsgaard
2009-01-20libmad: unbreak build with gcc-4.3.xPeter Korsgaard
libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
2009-01-20U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵Ulf Samuelsson
string is not allowed
2009-01-20mplayer: add patch to fix compilation against alsa-lib 1.0.18Hans-Christian Egtvedt
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a grab of the change from mplayer repository. It also refreshes the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2009-01-19Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson
patches if using an at91
2009-01-19Fix some bugs in advanced linux configuration, remove some arbitrary ↵Ulf Samuelsson
combinations of major/minor directly supported, general cleanup
2009-01-19busybox: 1.13.2 depmod fixPeter Korsgaard
2009-01-19toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versionsPeter Korsgaard
2009-01-19toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCsPeter Korsgaard
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0.
2009-01-18lsof, m4: use variables from BR instead of uclibcPeter Korsgaard
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always evaluate to the same result. Use appropriate Buildroot variables. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18Cleanup libgtk2, and prepare for 2.15Ulf Samuelsson
2009-01-18Change use of rint, which is only supported for X86 in uClibc to generic ↵Ulf Samuelsson
rounding
2009-01-18The liboil Makefile will use "-mcpu=vfp" when building for ARM.Ulf Samuelsson
The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2009-01-18Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist
2009-01-17Easier with one place for configure options for disabling gtk-docThomas Lundquist
2009-01-17Ensure glib-1.2 builds a static libraryUlf Samuelsson
2009-01-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson
selected
2009-01-16Update buildall.sh scriptUlf Samuelsson
2009-01-16Update broken AVR32 toolchain, and update configs for this, deprecate all ↵Ulf Samuelsson
but latest AVR32 toolchain
2009-01-16Fix legacy strings for alsa-utils & remove man pagesUlf Samuelsson
2009-01-16libeXosip2 requires libosip2Ulf Samuelsson
2009-01-16Fix libglib2 build when LIBICONV is selected, clean up versioningUlf Samuelsson
2009-01-16docs/download.html: cleanup and mention releasesPeter Korsgaard
2009-01-16docs/news.html: announce 2009.02-rc1Peter Korsgaard
2009-01-16buildroot: bump version for releasePeter Korsgaard
2009-01-16toolchain/uClibc: mark 0.9.29 as recentPeter Korsgaard
2009-01-16toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2009-01-16toolchain/gcc: default to 4.3.2 for !AVR32Peter Korsgaard
2009-01-16package: remove tinyloginPeter Korsgaard
It's ancient and upstream is gone, people should just use the login stuff in busybox instead.
2009-01-16xerces: tarball moved to archive.apache.orgPeter Korsgaard
2009-01-16quagga: tarball moved to attic/ subdirPeter Korsgaard
2009-01-16openswan: tarball moved to old/ subdirPeter Korsgaard
2009-01-16package/mpfr: fix make source-check/external-deps issuePeter Korsgaard
2009-01-16package/dm: fix DOWNLOAD falloutPeter Korsgaard
2009-01-16DOWNLOAD: don't use := assignment for function implementationPeter Korsgaard
:= causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16target/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard
This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
2009-01-16BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard
2009-01-16Makefile: update copyrightPeter Korsgaard
2009-01-16package/freetype/freetype.mk: Fix editing of freetype-configDaniel Laird
Found that the editing of freetypr-config was not quite enough. Changed it and looked at freetype-config --cflags, --libs and got the values I expected. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-15Update kernel snapshot versionUlf Samuelsson
2009-01-15Update package buildscriptUlf Samuelsson
2009-01-15Makefile: implement make releasePeter Korsgaard
2009-01-15docs/developer.html: People should ask on the list for commit accessPeter Korsgaard
2009-01-15docs/copyright.txt: update year, add buildroot developersPeter Korsgaard