Peter Korsgaard
|
4a7bfd2775
|
package/: convert to DOWNLOAD helper
|
2009-01-16 11:42:52 +00:00 |
|
Peter Korsgaard
|
ac1d92c425
|
package/: get rid of unneeded $(strip ..)
|
2008-12-08 08:15:27 +00:00 |
|
Peter Korsgaard
|
8928fb6932
|
fakeroot: use 1.9.5 from snapshot.debian.net
|
2008-12-01 09:08:04 +00:00 |
|
Peter Korsgaard
|
c4b8487222
|
fakeroot: bump version
|
2008-09-07 14:31:45 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
Peter Korsgaard
|
dfe689229d
|
buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
|
2008-03-27 15:42:42 +00:00 |
|
Peter Korsgaard
|
d683677b2a
|
fakeroot: fix tarball name
Reported by Hamish Moffatt.
|
2008-03-13 07:38:10 +00:00 |
|
John Voltz
|
5d472aa583
|
Fixed URL for fakeroot sources
|
2008-03-12 13:57:59 +00:00 |
|
Peter Korsgaard
|
71ec990c96
|
fakeroot: update patch for 1.9.3
Patch by Sunil Gupta.
|
2008-03-11 19:31:44 +00:00 |
|
John Voltz
|
e7befc8dfc
|
removed patch for older fakeroot
|
2008-03-11 13:32:27 +00:00 |
|
John Voltz
|
1afe0e87c4
|
updated fakeroot version
|
2008-03-11 13:11:14 +00:00 |
|
Thomas Lundquist
|
d3d478ae01
|
Upped version, fixing http://busybox.net/bugs/view.php?id=1954
|
2008-01-21 11:07:57 +00:00 |
|
Thomas Lundquist
|
dc6a57bc69
|
Added BR2_DEBIAN_MIRROR
|
2007-12-27 12:00:12 +00:00 |
|
Thomas Lundquist
|
dad4e51f69
|
Closing bug #1819 and 1709
|
2007-12-27 11:23:11 +00:00 |
|
Ivan Kuten
|
0c5597e971
|
update fakeroot to 1.8.2 version
|
2007-10-18 21:49:35 +00:00 |
|
Ulf Samuelsson
|
2ba41250f7
|
Bump fakeroot version and add patch
|
2007-10-13 23:13:17 +00:00 |
|
Bernhard Reutner-Fischer
|
1e96f9b213
|
- bump version
|
2007-10-02 11:06:43 +00:00 |
|
Bernhard Reutner-Fischer
|
f909b9db38
|
- add check for UCLIBC_HAS_LFS.
Fixes compilation error if LARGEFLE support is off
|
2007-09-21 14:22:29 +00:00 |
|
Bernhard Reutner-Fischer
|
77edb4f09b
|
- of course we also define glibc. argh!
|
2007-09-20 17:47:30 +00:00 |
|
Bernhard Reutner-Fischer
|
64e0ff5cf7
|
- add candidate-patch to make fakeroot UCLIBC_HAS_LFS aware
|
2007-09-20 17:41:21 +00:00 |
|
Bernhard Reutner-Fischer
|
e4c6340a94
|
- cleanup and fixes (Cristian Ionescu-Idbohrn)
|
2007-09-17 12:30:31 +00:00 |
|
Bernhard Reutner-Fischer
|
6c6cb06709
|
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
|
2007-08-21 19:20:18 +00:00 |
|
Ulf Samuelsson
|
25baeb899e
|
Fix libdir path for libfakeroot.la
|
2007-08-13 08:12:20 +00:00 |
|
Bernhard Reutner-Fischer
|
74d518dc2a
|
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
|
2007-06-27 12:01:27 +00:00 |
|
Bernhard Reutner-Fischer
|
6570eabd94
|
- bump version
|
2007-06-06 18:10:14 +00:00 |
|
Peter Korsgaard
|
4cdef5138d
|
s/FAKEROUTE/FAKEROOT/
|
2007-05-03 08:25:17 +00:00 |
|
Bernhard Reutner-Fischer
|
73be7f9ef4
|
- make sure to download fakeroot if needed
|
2007-04-06 16:36:48 +00:00 |
|
Peter Korsgaard
|
69765db58e
|
Version bump. Thanks to Michael Benedict
|
2007-04-03 15:36:03 +00:00 |
|
Eric Andersen
|
85d7f6f05f
|
fixup package LDFLAGS handling
|
2007-03-13 22:59:59 +00:00 |
|
Peter Korsgaard
|
b913a04c60
|
Bump version. Closes #1241, #1243 and #1248
|
2007-03-05 11:06:58 +00:00 |
|
Bernhard Reutner-Fischer
|
10f31c6b13
|
- bump version
|
2007-01-22 20:26:38 +00:00 |
|
Eric Andersen
|
92139ef20f
|
fix dependancy to avoid needless rebuilds
|
2007-01-22 18:16:04 +00:00 |
|
Bernhard Reutner-Fischer
|
27d41ace94
|
- use one (patched) sourcedir and build the -host and -target fakeroute in their
own dirs. Thanks to Ulrich Hecht.
|
2006-12-15 14:18:30 +00:00 |
|
Bernhard Reutner-Fischer
|
6342c83201
|
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
|
2006-10-01 15:17:52 +00:00 |
|
Eric Andersen
|
61942e82b4
|
teach newer fakeroot to not build docs
|
2006-04-19 17:53:45 +00:00 |
|
Bernhard Reutner-Fischer
|
a5f551b684
|
- update from fakeroot 1.2.10 to 1.2.13
|
2006-01-03 20:16:38 +00:00 |
|
Mike Frysinger
|
dfebda0014
|
remove extra space after touch
|
2005-11-24 06:53:24 +00:00 |
|
Eric Andersen
|
eb0ee4509d
|
Finish implementing fakeroot handling so mksquashfs properly
inherits device table settings and device nodes, exactly as
per mkfs* applications that support device tables natively.
|
2005-06-24 07:26:33 +00:00 |
|
Eric Andersen
|
afcdf8a01a
|
Use fakeroot and makedevs to fake mksquashfs into building properly setup file
permissions and device nodes into the target rootfs without needing to be root.
|
2005-06-24 05:02:00 +00:00 |
|
Eric Andersen
|
6f3293774c
|
Update to the debian sarge release version of fakeroot
|
2005-06-23 21:43:23 +00:00 |
|
Eric Andersen
|
d9cdbbe959
|
Support building fakeroot for use on the host system, i.e. for
munging permissions on tarballs...
|
2005-03-07 21:19:15 +00:00 |
|
Eric Andersen
|
d06645d8ed
|
There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
2005-02-10 03:06:39 +00:00 |
|
Eric Andersen
|
4f4becaf9d
|
Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31
0000031: [PATCH] fakeroot: Update to version 1.2.2
Use new version. Previous is not longer available (at least in debian archive)
|
2005-01-23 11:03:41 +00:00 |
|
Mike Frysinger
|
6d9728e843
|
more help updates from Tom Cameron
|
2004-12-26 07:36:59 +00:00 |
|
Ned Ludd
|
035ddca8cb
|
fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten Kruse uclibc ml
|
2004-10-27 16:44:12 +00:00 |
|
Eric Andersen
|
c3da0d8281
|
Update a few packages
|
2004-10-14 09:39:25 +00:00 |
|
Eric Andersen
|
bb05a9ad46
|
Make the TAR_VERBOSITY option a bit more sane
|
2004-10-09 21:19:47 +00:00 |
|
Mike Frysinger
|
3a7b488366
|
use $(TAR_VERBOSITY)
|
2004-10-09 19:05:40 +00:00 |
|
Eric Andersen
|
f694016136
|
final step in buildroot facelift
|
2004-10-09 06:13:40 +00:00 |
|
Eric Andersen
|
73f7be8290
|
Remove the old 'make' directory, and populate the new 'package'
directory.
|
2004-10-09 01:24:28 +00:00 |
|