Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: remove useless HOST_*_LIBTOOL_PATCH | Thomas Petazzoni | 2010-05-02 | 1 | -1/+0 |
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fakeroot: convert to the autotools infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -113/+13 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -2/+2 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+2 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fakeroot: install into HOST_DIR | Peter Korsgaard | 2009-04-01 | 1 | -10/+4 |
| | |||||
* | fakeroot: build host version under BUILD_DIR as well | Peter Korsgaard | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | fakeroot: use 1.9.5 from snapshot.debian.net | Peter Korsgaard | 2008-12-01 | 1 | -2/+2 |
| | |||||
* | fakeroot: bump version | Peter Korsgaard | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -2/+2 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | fakeroot: fix tarball name | Peter Korsgaard | 2008-03-13 | 1 | -1/+1 |
| | | | | Reported by Hamish Moffatt. | ||||
* | Fixed URL for fakeroot sources | John Voltz | 2008-03-12 | 1 | -3/+2 |
| | |||||
* | updated fakeroot version | John Voltz | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | Upped version, fixing http://busybox.net/bugs/view.php?id=1954 | Thomas Lundquist | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | Closing bug #1819 and 1709 | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | update fakeroot to 1.8.2 version | Ivan Kuten | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | Bump fakeroot version and add patch | Ulf Samuelsson | 2007-10-13 | 1 | -1/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -6/+14 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Fix libdir path for libfakeroot.la | Ulf Samuelsson | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - bump version | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+4 |
| | |||||
* | Version bump. Thanks to Michael Benedict | Peter Korsgaard | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | Bump version. Closes #1241, #1243 and #1248 | Peter Korsgaard | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -8/+8 |
| | |||||
* | fix dependancy to avoid needless rebuilds | Eric Andersen | 2007-01-22 | 1 | -0/+4 |
| | |||||
* | - use one (patched) sourcedir and build the -host and -target fakeroute in their | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -18/+18 |
| | | | | own dirs. Thanks to Ulrich Hecht. | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | teach newer fakeroot to not build docs | Eric Andersen | 2006-04-19 | 1 | -1/+3 |
| | |||||
* | - update from fakeroot 1.2.10 to 1.2.13 | Bernhard Reutner-Fischer | 2006-01-03 | 1 | -1/+2 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -2/+2 |
| | |||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 1 | -0/+3 |
| | | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | ||||
* | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | 2005-06-24 | 1 | -2/+0 |
| | | | | permissions and device nodes into the target rootfs without needing to be root. | ||||
* | Update to the debian sarge release version of fakeroot | Eric Andersen | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | Support building fakeroot for use on the host system, i.e. for | Eric Andersen | 2005-03-07 | 1 | -19/+61 |
| | | | | munging permissions on tarballs... | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | 0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive) | ||||
* | fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵ | Ned Ludd | 2004-10-27 | 1 | -2/+3 |
| | | | | Kruse uclibc ml | ||||
* | Update a few packages | Eric Andersen | 2004-10-14 | 1 | -3/+3 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+63 |
directory. |