Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-22 | - forgot to include the Config.in | Bernhard Reutner-Fischer | |
2007-08-22 | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
2007-08-22 | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | |
2007-08-22 | - fix typo | Bernhard Reutner-Fischer | |
- Start to add infrastructure to be able to download a patch. | |||
2007-08-22 | - add pptp-linux | Bernhard Reutner-Fischer | |
2007-08-22 | - was broken by the patch omitting the CFLAGS for configure | Bernhard Reutner-Fischer | |
- misc cleanup while at it | |||
2007-08-22 | - use proper include dir (Simon Pasch) | Bernhard Reutner-Fischer | |
- cleanup a little while at it | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - random whitespace cleanup | Bernhard Reutner-Fischer | |
2007-08-22 | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | |
2007-08-22 | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-22 | - fix patch regex | Bernhard Reutner-Fischer | |
2007-08-22 | Remove bzero dependencies in bash | Ulf Samuelsson | |
2007-08-22 | Fix bad patch naming scheme | Ulf Samuelsson | |
2007-08-21 | - more cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-21 | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | - remove a superfluous semicolon | Bernhard Reutner-Fischer | |
2007-08-21 | - pull in patches from debian. | Bernhard Reutner-Fischer | |
2007-08-21 | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | |
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).. | |||
2007-08-21 | - move the PROJECT variable setting to a more sensible place | Bernhard Reutner-Fischer | |
2007-08-21 | - honour BR2_HAVE_MANPAGES | Bernhard Reutner-Fischer | |
2007-08-21 | - bump version to 2.2.6 | Bernhard Reutner-Fischer | |
2007-08-21 | - add handling of lzma for the host (unconditionally for now) | Bernhard Reutner-Fischer | |
- remove non-working attempt to install an lzma to the host via sudo | |||
2007-08-21 | Use $(BZCAT) instead of bzcat | Ulf Samuelsson | |
2007-08-21 | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | |
respective documentation on your target filesystem. | |||
2007-08-21 | - fix installation of dbus. | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e ↵ | Bernhard Reutner-Fischer | |
"/\-[[: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 | |||
2007-08-21 | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-21 | - fix patching in the correct target cflags (Thiago A. Corr^ea) | Bernhard Reutner-Fischer | |
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-21 | Reintroduce possibility to use old makefile for tiny-x as a test | Ulf Samuelsson | |
2007-08-21 | Fix configure problem with libdaemon, by patching result from autotools | Ulf Samuelsson | |
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-20 | Cleanup dnsmasq | Ulf Samuelsson | |
2007-08-20 | Make sure directories are available before install of dhcp targets | Ulf Samuelsson | |
2007-08-19 | Update configs for distcc, diffutils and freetype | Ulf Samuelsson | |
2007-08-19 | Replace non-working 'make uninstall' for 'package/patch' with simple 'rm' | Ulf Samuelsson | |
2007-08-19 | move tcpdump from lib to usr/lib, simplify configure, general cleanup | Ulf Samuelsson | |
2007-08-19 | openntpd cleanup | Ulf Samuelsson | |
2007-08-19 | libpcap cleanup | Ulf Samuelsson | |
2007-08-19 | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | |
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 | |||
2007-08-19 | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | |
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 | |||
2007-08-16 | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | |
2007-08-16 | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | |
2007-08-15 | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | |
2007-08-15 | Cleanup of udev, build libvolume_id.la | Ulf Samuelsson | |
2007-08-15 | Sync volume_id version to 0.79.0 matching udev-114 | Ulf Samuelsson | |
2007-08-15 | Use /usr/include as std include in Xorg | Ulf Samuelsson | |