Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - more cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -13/+16 |
| | |||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 6 | -27/+25 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 163 | -269/+269 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - remove a superfluous semicolon | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - pull in patches from debian. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -10/+18 |
| | |||||
* | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -42/+0 |
| | | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds).. | ||||
* | - move the PROJECT variable setting to a more sensible place | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -6/+0 |
| | |||||
* | - honour BR2_HAVE_MANPAGES | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+5 |
| | |||||
* | - bump version to 2.2.6 | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -68/+4 |
| | |||||
* | - add handling of lzma for the host (unconditionally for now) | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -5/+29 |
| | | | | - remove non-working attempt to install an lzma to the host via sudo | ||||
* | Use $(BZCAT) instead of bzcat | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | respective documentation on your target filesystem. | ||||
* | - fix installation of dbus. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 7 | -10/+10 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -4/+4 |
| | |||||
* | - fix patching in the correct target cflags (Thiago A. Corr^ea) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 79 | -143/+153 |
| | |||||
* | Reintroduce possibility to use old makefile for tiny-x as a test | Ulf Samuelsson | 2007-08-21 | 7 | -1/+483 |
| | |||||
* | Fix configure problem with libdaemon, by patching result from autotools | Ulf Samuelsson | 2007-08-21 | 2 | -4/+19 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 25 | -42/+42 |
| | |||||
* | Cleanup dnsmasq | Ulf Samuelsson | 2007-08-20 | 1 | -6/+9 |
| | |||||
* | Make sure directories are available before install of dhcp targets | Ulf Samuelsson | 2007-08-20 | 1 | -0/+7 |
| | |||||
* | Update configs for distcc, diffutils and freetype | Ulf Samuelsson | 2007-08-19 | 3 | -0/+5 |
| | |||||
* | Replace non-working 'make uninstall' for 'package/patch' with simple 'rm' | Ulf Samuelsson | 2007-08-19 | 1 | -2/+2 |
| | |||||
* | move tcpdump from lib to usr/lib, simplify configure, general cleanup | Ulf Samuelsson | 2007-08-19 | 3 | -33/+16 |
| | |||||
* | openntpd cleanup | Ulf Samuelsson | 2007-08-19 | 1 | -6/+10 |
| | |||||
* | libpcap cleanup | Ulf Samuelsson | 2007-08-19 | 2 | -15/+7 |
| | |||||
* | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | 2007-08-19 | 2 | -2/+19 |
| | | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] php fixes and updates Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST) Changes: - fastcgi config option - force php to find the php.ini in /etc (it seems to default to /lib for some reason) - build with posix support, a lot of php scripts require this apparently - strip the php binary when installing to TARGET_DIR - actually 'uninstall' php on a php-clean -Brad | ||||
* | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | 2007-08-19 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST) If libxml2 is installed before $(TARGET_DIR)/usr/lib is created, it fails because it can't copy the library over. Also, the dependency tree is a bit messed up. libxml2.a should only be installed if target-headers is specified, it's 4MB on my system and the only .a file I found in my TARGET_DIR (target-headers was not specified). The attached patch fixes the above problems. -Brad | ||||
* | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | 2007-08-16 | 3 | -6/+6 |
| | |||||
* | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | 2007-08-16 | 1 | -0/+9 |
| | |||||
* | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | 2007-08-15 | 2 | -0/+2 |
| | |||||
* | Cleanup of udev, build libvolume_id.la | Ulf Samuelsson | 2007-08-15 | 2 | -13/+68 |
| | |||||
* | Sync volume_id version to 0.79.0 matching udev-114 | Ulf Samuelsson | 2007-08-15 | 1 | -8/+10 |
| | |||||
* | Use /usr/include as std include in Xorg | Ulf Samuelsson | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | No parallel make of mdnsresponder | Ulf Samuelsson | 2007-08-15 | 1 | -2/+2 |
| | |||||
* | rxvt hardwired for X11R6, so ensure dependency is OK | Ulf Samuelsson | 2007-08-14 | 1 | -0/+3 |
| | |||||
* | Add links to 'usr/include/freetype2/freetype' to 'include' and ↵ | Ulf Samuelsson | 2007-08-14 | 1 | -4/+16 |
| | | | | 'usr/include'. Add PHONY targets | ||||
* | Remove cirular dependencies | Ulf Samuelsson | 2007-08-14 | 1 | -2/+0 |
| | |||||
* | Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets | Ulf Samuelsson | 2007-08-14 | 1 | -16/+24 |
| | |||||
* | Avoid circular dependency | Ulf Samuelsson | 2007-08-13 | 1 | -2/+2 |
| | |||||
* | Only build tinyX if WCHAR and LOCALE is enabled | Ulf Samuelsson | 2007-08-13 | 2 | -0/+5 |
| | |||||
* | Include header file defining MB_CUR_MAX to TinyX | Ulf Samuelsson | 2007-08-13 | 1 | -0/+11 |
| | |||||
* | Allow use of uclibc string routines in TinyX | Ulf Samuelsson | 2007-08-13 | 1 | -0/+13 |
| | |||||
* | Store openssl files in /usr/lib/ssl | Ulf Samuelsson | 2007-08-13 | 1 | -1/+3 |
| | |||||
* | Remove ntp patch which fails to apply, add TODO for later fixing | Ulf Samuelsson | 2007-08-13 | 2 | -11/+33 |
| | |||||
* | Fix libdir path for libfakeroot.la | Ulf Samuelsson | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | Add dependency to linux-fusion, if DirectFB is built with multi | Ulf Samuelsson | 2007-08-13 | 1 | -1/+4 |
| | |||||
* | Bump version of dialog, make it build | Ulf Samuelsson | 2007-08-13 | 1 | -12/+4 |
| | |||||
* | Bump version of lvm2 | Ulf Samuelsson | 2007-08-12 | 1 | -2/+7 |
| |