summaryrefslogtreecommitdiff
path: root/package/fakeroot
AgeCommit message (Collapse)Author
2010-05-02packages: remove useless HOST_*_LIBTOOL_PATCHThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-09fakeroot: convert to the autotools infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
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>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
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>
2009-04-01fakeroot: install into HOST_DIRPeter Korsgaard
2009-04-01fakeroot: build host version under BUILD_DIR as wellPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-01fakeroot: use 1.9.5 from snapshot.debian.netPeter Korsgaard
2008-09-07fakeroot: bump versionPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-13fakeroot: fix tarball namePeter Korsgaard
Reported by Hamish Moffatt.
2008-03-12Fixed URL for fakeroot sourcesJohn Voltz
2008-03-11fakeroot: update patch for 1.9.3Peter Korsgaard
Patch by Sunil Gupta.
2008-03-11removed patch for older fakerootJohn Voltz
2008-03-11updated fakeroot versionJohn Voltz
2008-01-21Upped version, fixing http://busybox.net/bugs/view.php?id=1954Thomas Lundquist
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-12-27Closing bug #1819 and 1709Thomas Lundquist
2007-10-18update fakeroot to 1.8.2 versionIvan Kuten
2007-10-13Bump fakeroot version and add patchUlf Samuelsson
2007-10-02- bump versionBernhard Reutner-Fischer
2007-09-21- add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer
Fixes compilation error if LARGEFLE support is off
2007-09-20- of course we also define glibc. argh!Bernhard Reutner-Fischer
2007-09-20- add candidate-patch to make fakeroot UCLIBC_HAS_LFS awareBernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)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-13Fix libdir path for libfakeroot.laUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-06- bump versionBernhard Reutner-Fischer
2007-05-03s/FAKEROUTE/FAKEROOT/Peter Korsgaard
2007-04-06- make sure to download fakeroot if neededBernhard Reutner-Fischer
2007-04-03Version bump. Thanks to Michael BenedictPeter Korsgaard
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-03-05Bump version. Closes #1241, #1243 and #1248Peter Korsgaard
2007-01-22- bump versionBernhard Reutner-Fischer
2007-01-22fix dependancy to avoid needless rebuildsEric Andersen
2006-12-15- use one (patched) sourcedir and build the -host and -target fakeroute in theirBernhard Reutner-Fischer
own dirs. Thanks to Ulrich Hecht.
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-04-19teach newer fakeroot to not build docsEric Andersen
2006-01-03- update from fakeroot 1.2.10 to 1.2.13Bernhard Reutner-Fischer
2005-11-24remove extra space after touchMike Frysinger
2005-06-24Finish implementing fakeroot handling so mksquashfs properlyEric Andersen
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
2005-06-24Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen
permissions and device nodes into the target rootfs without needing to be root.
2005-06-23Update to the debian sarge release version of fakerootEric Andersen
2005-03-07Support building fakeroot for use on the host system, i.e. forEric Andersen
munging permissions on tarballs...
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-23Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31Eric Andersen
0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive)
2004-12-26more help updates from Tom CameronMike Frysinger