Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-25 | psmic: locale support | Peter Korsgaard | |
Closes #4274. | |||
2008-08-25 | psmisc: bump version | Peter Korsgaard | |
2008-08-25 | psmisc: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-24 | procps: bump version | Peter Korsgaard | |
Closes #4284. | |||
2008-08-24 | procps: needs WCHAR | Peter Korsgaard | |
2008-08-24 | toolchain/gdb: unbreak target gdb support | Peter Korsgaard | |
r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954. | |||
2008-08-24 | libxml2: enable ipv6 support if enabled in buildroot | Peter Korsgaard | |
2008-08-23 | Update AT91 patches to latest Linux | Ulf Samuelsson | |
2008-08-23 | Add configurations for current linux versions | Ulf Samuelsson | |
2008-08-23 | libxml2: use install-strip instead of install-exec for target install | Peter Korsgaard | |
Use install-strip so binaries gets stripped and man pages / header files gets installed. | |||
2008-08-23 | libxml2: cleanup configure args | Peter Korsgaard | |
2008-08-23 | libxml2: point to homepage instead of ftp site in help | Peter Korsgaard | |
2008-08-23 | libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option | Peter Korsgaard | |
2008-08-22 | openchrome: fix install | Peter Korsgaard | |
Closes #4674. | |||
2008-08-22 | xorg: depend on WCHAR and LOCALE | Peter Korsgaard | |
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day. | |||
2008-08-22 | package: don't hide xorg/tinyx selection | Peter Korsgaard | |
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive. | |||
2008-08-22 | Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-22 | gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-21 | sqlite: bump version | Peter Korsgaard | |
2008-08-21 | ace_of_penguins: remove redundant configure settings | Peter Korsgaard | |
Reported by Hartleys. | |||
2008-08-21 | busybox: add 1.12.x and make it default | Peter Korsgaard | |
2008-08-20 | u-boot: bump version | Peter Korsgaard | |
2008-08-20 | u-boot: fix broken insert_define in Makefile | Peter Korsgaard | |
Patch by Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-08-20 | u-boot: fix wrong syntax in Makefile | Peter Korsgaard | |
Patch by Markus Heidelberg <markus.heidelberg@web.de> Some $(call insert_define, ..., ...) calls were lacking the comma after the variable. That didn't lead to a syntax error but it didn't have any effect on the output u-boot/include/config.h | |||
2008-08-20 | lzo: bump version and update to Makefile.autotools.in format | Peter Korsgaard | |
Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com> | |||
2008-08-20 | rsync: bump version | Peter Korsgaard | |
2008-08-20 | rsync: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-19 | kernel-headers: rename aout patch so it gets applied to 2.6.25.15 | Peter Korsgaard | |
Needed by valgrind. | |||
2008-08-19 | kernel-headers: bump 2.6.25.x / 2.6.26.x versions | Peter Korsgaard | |
2008-08-19 | haserl: bump 0.9.x version | Peter Korsgaard | |
2008-08-19 | haserl: don't install unneeded examples for 0.8.0 to target | Peter Korsgaard | |
2008-08-19 | ifplugd: add missing newline | Peter Korsgaard | |
2008-08-17 | speex: also compile static libraries | Peter Korsgaard | |
2008-08-17 | speex: automate selection of arm specific optimizations | Peter Korsgaard | |
ARM version info according to wikipedia, hopefully I got it all correct. | |||
2008-08-17 | speex: fix target install | Peter Korsgaard | |
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | |||
2008-08-17 | speex: select libogg | Peter Korsgaard | |
Speex depends on libogg, so make it visible in Kconfig | |||
2008-08-17 | speex: convert to Makefile.autotools.in and bump version to 1.2rc1 | Peter Korsgaard | |
Patch by Malek <souf_oued@yahoo.fr> | |||
2008-08-16 | pcre: fix target install | Peter Korsgaard | |
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | |||
2008-08-16 | fontconfig: remove redundant configure args | Peter Korsgaard | |
Patch by antialize / bug #4524. | |||
2008-08-16 | pcre: bump version | Peter Korsgaard | |
2008-08-16 | pcre: fix compilation when C++ support is disabled | Peter Korsgaard | |
pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead. | |||
2008-08-16 | pcre: add homepage to description | Peter Korsgaard | |
2008-08-16 | Makefile.autotools.in: add missing continuation for PKG_CONF_OPT | Peter Korsgaard | |
The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed. | |||
2008-08-14 | target/device: enable uclibc globbing support | Peter Korsgaard | |
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list. | |||
2008-08-08 | dnsmasq: bump version | Peter Korsgaard | |
fixes dns spoofing vulnerability. | |||
2008-08-06 | busybox: fix missing dependencies in unpacked and config rules | Peter Korsgaard | |
Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-08-06 | busybox: additional 1.11.1 patches | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: remove extra newlines in MESSAGE macro | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: quiet configure on silent (-s) builds | Peter Korsgaard | |
Use --quiet configure argument when make is invoked with the -s (silent) option. | |||
2008-08-04 | i2c-tools: cleanup clean target | Peter Korsgaard | |