summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-26libsexy: remove trailing newline from r24996Peter Korsgaard
2009-01-26asterisk: mark as BROKEN and remove obsolete patchPeter Korsgaard
Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten.
2009-01-26irda-utils: totally broken packages should depend on BROKEN, not DEPRECATEDPeter Korsgaard
Or we should simply delete the dir.
2009-01-26mysql_client: fix deps and clean up configure argsPeter Korsgaard
mysql client needs ncurses, readline and C++
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2009-01-26Add comment on brokenness of AsteriskUlf Samuelsson
2009-01-26deprecate libfloat, package is obsoleteUlf Samuelsson
2009-01-26Deprecate ltt, package is obsolete and replaced by ltt-ngUlf Samuelsson
2009-01-26Deprecate modutils, only for ancient 2.4 kernelsUlf Samuelsson
2009-01-26Deprecate irda-utils, makefile totally brokenUlf Samuelsson
2009-01-26Deprecate xfsprogs, no support for XFS in BuildrootUlf Samuelsson
2009-01-25reinstitute comment thaat spooler does not workUlf Samuelsson
2009-01-25Add explanation why examples are disabled for liboilUlf Samuelsson
2009-01-25Avoid the use of subshell in microperlUlf Samuelsson
2009-01-25Update patchlevels for linux-2.6.25/27/28Ulf Samuelsson
2009-01-25Fix exec-prefix for libeXosip2Ulf Samuelsson
2009-01-25exec-profix fix for cupsUlf Samuelsson
2009-01-25Ensure /boot exists, Write linux version to file,in case the kernel version ↵Ulf Samuelsson
has changed after the first build
2009-01-25Update verification scripts and status for ARM buildUlf Samuelsson
2009-01-25Flush configuration cache, needed if config has changedUlf Samuelsson
2009-01-25Revert Atmel boards back to desired operationUlf Samuelsson
2009-01-25Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHODUlf Samuelsson
which will override selection between xconfig and menuconfig make xconfig will, if it fails, or user does not save configuration result in make menuconfig beeing tried Fix several issues causing final part of linux to be regenerated on each make.
2009-01-25Update at91sam9261ek BSPUlf Samuelsson
2009-01-25Fix spelling error, causing php to use host includes, add patching and ↵Ulf Samuelsson
unpacked targets
2009-01-25Stop dbus continuos rebuild, fix depsUlf Samuelsson
2009-01-25Make cups build, support perl/php optionUlf Samuelsson
2009-01-25Support libiconv option for poptUlf Samuelsson
2009-01-25Use prefix=/usr for libeXosip2Ulf Samuelsson
2009-01-25qtopia4: fix and improve color/pixel depths configPeter Korsgaard
Also fix whitespace and use an existing variable for qmake.conf, which was forgotten in r23828, though it's only commented out. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25Makefile: globally define variables used at different placesPeter Korsgaard
$(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25kernel-headers: bump 2.6.27 / 2.6.28 to latest stablePeter Korsgaard
2009-01-25target/linux-advanced: default to menuconfig for all archsPeter Korsgaard
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
2009-01-25Part of NcFTP depends on ncurses, create dependencies, if neededUlf Samuelsson
2009-01-25liboil make fails on ARM with release toolset for a few unneeded examples ↵Ulf Samuelsson
due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
2009-01-25Fix make problems with perlUlf Samuelsson
2009-01-24Fix buildall script to use testbed in scripts/testUlf Samuelsson
2009-01-24Add test configuration but do not include it by defaultUlf Samuelsson
2009-01-24Make toolchain configration to fix mpg123 global and move to MakefileUlf Samuelsson
2009-01-24mpg123: remove unused legacy patchPeter Korsgaard
2009-01-24Add linux config for at91sam9261ekUlf Samuelsson
2009-01-24freetype: fix typoPeter Korsgaard
2009-01-24Update at91sam9260dfc BSPUlf Samuelsson
2009-01-24Add fix to mpg123 for bug in ARM release toolchain causing segment ↵Ulf Samuelsson
violation, bug reported to gcc bugzilla
2009-01-24freetype: only depend on zlib if it is availablePeter Korsgaard
The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache)
2009-01-24toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfigPeter Korsgaard
UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause segfaults on some architectures, so disable it. Reported and tracked down by "QuickX" <quickx@hotmail.com>.
2009-01-24libsexy: unbreak buildPeter Korsgaard
libsexy doesn't depend on libX11, but it does need libxml2.
2009-01-24Revert r24982 (Disable libsexy (with comment) if X is not available)Peter Korsgaard
It's wrong, libsexy doesn't depend on an X server.
2009-01-24Make sure libdnet does not find unsupported libcheck, in hostUlf Samuelsson
2009-01-23Fix unroll bug for ARM toolchainUlf Samuelsson
2009-01-23Fix static lib dep for ncursesUlf Samuelsson