summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: convert old-style hooks to new-style hookThomas Petazzoni2010-09-121-19/+42
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: bump versionH Hartley Sweeten2010-07-081-1/+1
| | | | | | | | Version 1.41.12 was released May 18, 2010. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: add support for host packageThomas Petazzoni2010-04-091-0/+5
| | | | | | | Host package is needed to get libuuid installed for the host, needed to build the mtd utils for the host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: bump versionGustavo Zacarias2010-03-311-1/+1
| | | | | | | Closes #1423 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure argsPeter Korsgaard2010-03-221-3/+1
| | | | | | | Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: fix build when no binaries/libs are selectedPeter Korsgaard2010-03-071-2/+0
| | | | | | | | | | Reported by "Thomas". Strip fails as it gets called without any arguments. Instead of working around this, simply remove the package-specific stripping as it is done later (in target-finalize) anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: fix lsattr chattr and e2label e2undo mixupRichard van Paasen2010-02-231-2/+2
| | | | | | In Config.in lsattr/chattr and e2label/e2undo are mixed up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Install uuid.h into staging as some other apps like xfsprogs need itNigel Kukard2009-12-211-0/+3
| | | | | | [Peter: cleanup, only install header if libuuid is installed] Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: convert to Makefile.autotools.in format and update Kconfigrvpaasen2009-10-292-161/+130
| | | | | | | | | | | Closes #667. I have updated the e2fsprogs package to the new makefile format. I added the tools from the 1.41.9 release of e2fsprogs that could not yet be (de)selected (freefrag, e2undo) to the menu in Config.in. Signed-off-by: rvpaasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: add a patch to link against SEM_INIT libsDaniel Mack2009-10-071-0/+11
| | | | | | | | | | This patch is needed to make e2fsprogs being linked against SEM_INIT libraries. In this particular case, it causes the Makefiles to add -lpthread. Without that, all binaries crash at startup, at least on x86. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump version number to 1.41.9Daniel Mack2009-10-071-1/+1
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libuuid: cleanupPeter Korsgaard2009-10-021-11/+9
| | | | | | | Got rid of LIBUUID_TARGET_DIR, and made sure staging install is only done once. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libuuid: fix target-install dependenciesPeter Korsgaard2009-10-021-2/+2
| | | | | | | libuuid.so gets installed into /usr/lib, not /lib, so the target install make target is always considered out-of-date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | 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 Newton2009-09-031-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>
* libuuid: add -source and -clean targetsPeter Korsgaard2009-08-051-1/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: factor out libuuid supportDaniel Mack2009-08-052-2/+31
| | | | | | | Add a new target for libuuid so it can be built without e2fsprogs. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: install into staging so other stuff can find the libs/includesPeter Korsgaard2009-03-091-2/+8
| | | | And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
* e2fsprogs: needs LARGEFILEPeter Korsgaard2009-03-091-0/+3
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* * Bumped to version 1.41.3Nigel Kukard2009-01-012-15/+6
| | | | | | - Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-19/+19
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Allow selection of e2fsprogs to install in the targetHamish Moffatt2008-02-242-0/+103
|
* make e2fsprogs generate relative symlinks in the rootIvan Kuten2007-12-131-0/+12
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-10/+17
|
* - was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer2007-08-221-4/+8
| | | | - misc cleanup while at it
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - repvik writes: e2fsprogs install several duplicate binaries that act ↵Bernhard Reutner-Fischer2007-05-151-2/+10
| | | | | | slightly differently depending on what name they're called as. They can safely be removed and replaced with symlinks. This saves 480kb space. Closes #1341
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-071-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-0/+1
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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)
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* version bump and fix stripping as reported by Jun SunMike Frysinger2005-09-122-586/+11
|
* e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen2005-07-201-2/+2
|
* Thomas Lundquist writes:Eric Andersen2005-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Fix build problem with header file needing to be generated before"Steven J. Hill"2005-06-191-55/+93
| | | | a file could be built. Also cleaned up some header files.
* Delete gzip compressed patch and add the uncompressed one. Originally,"Steven J. Hill"2005-06-192-0/+545
| | | | e2fsprogs was the only package that had a compressed patch.
* Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵"Steven J. Hill"2005-06-121-0/+0
| | | | 'lib/ext2fs/ext2fs.h' to fix build error.
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* Patch is now deprecated."Steven J. Hill"2005-05-181-16/+0
|
* Add patch from debian to make things compileEric Andersen2005-05-161-0/+0
|
* This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen2005-05-161-2/+3
| | | | | | | | | e2fsprogs. This version of e2fsprogs adds additional features and increases preformance. I've also change the configuration to build all of e2fsprogs dynamicly linked. This reduces the size of the individual binaries considerably. http://bugs.uclibc.org/view.php?id=258