Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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-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 | |
2008-08-04 | haserl: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: fix patch dir for version specific subdir | Peter Korsgaard | |
2008-08-04 | ethtool: don't specify STRIPPROG | Peter Korsgaard | |
The correct strip program gets picked up at configure time, so no need to specify it at target install time. | |||
2008-08-04 | lua: select readline / ncurses | Peter Korsgaard | |
2008-08-04 | avahi: select expat | Peter Korsgaard | |
2008-08-04 | vpnc: select libgcrypt / libgpg_error | Peter Korsgaard | |
2008-08-04 | argus: select libpcap | Peter Korsgaard | |
2008-08-04 | package: add package managers sub menu | Peter Korsgaard | |
2008-08-04 | ltrace: expand help text | Peter Korsgaard | |
2008-08-04 | ethtool: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-04 | strace: convert to makefile.autotools.in format | Peter Korsgaard | |
2008-08-04 | strace: also remove from target-utils on clean | Peter Korsgaard | |
2008-08-04 | package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations | Peter Korsgaard | |
2008-08-04 | dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Peter Korsgaard | |
2008-08-04 | package: global largefile CFLAGS handling | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-08-04 | busybox: default HIDE_OTHERS to y for all versions | Peter Korsgaard | |
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version. | |||
2008-08-04 | strace: fix LARGEFILE typo | Peter Korsgaard | |
Patch by Claus Klein. | |||
2008-08-04 | sed: fix CPPFLAGS typo | Peter Korsgaard | |
Patch by Claus Klein. |