summaryrefslogtreecommitdiffstats
path: root/package/file
Commit message (Collapse)AuthorAgeFilesLines
* file: select zlibPeter Korsgaard2008-09-021-0/+1
| | | | file depends on zlib, so make it visible in kconfig.
* file: bump version and use official upstream instead of DebianPeter Korsgaard2008-09-021-3/+3
| | | | Debian is a bit too volatile.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* The build of 'file', needs to run 'file' natively, so provide a valid linkUlf Samuelsson2008-07-041-0/+1
|
* file: bump versionPeter Korsgaard2008-06-161-1/+1
| | | | Patch by Conrad Parker.
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-1/+1
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* updated file versionJohn Voltz2008-03-061-1/+1
|
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-7/+13
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - download disappeared, use debian insteadBernhard Reutner-Fischer2007-08-051-2/+2
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-5/+5
|
* - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/includeBernhard Reutner-Fischer2007-07-071-2/+1
| | | | is the proper path for includes (check your host)
* Bump versions."Steven J. Hill"2007-07-061-0/+1
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-2/+2
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - bump versionBernhard Reutner-Fischer2007-06-091-1/+1
|
* Need the target LDFLAGS for this to link using external toolchain."Steven J. Hill"2007-04-131-2/+2
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-071-0/+1
|
* Fix failed build due to addition of '--libdir=/lib' which changed the ↵"Steven J. Hill"2007-01-161-2/+2
| | | | location of where libmagic.a and libmagic.la were located.
* 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 version, mv the libmagic.a to the staging dir and peruse one sourcedirBernhard Reutner-Fischer2006-12-151-15/+18
| | | | for both host and target build. Thanks to Ulrich Hecht.
* - 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)
* no longer neededMike Frysinger2006-04-151-65/+0
|
* version bump to 4.17Mike Frysinger2006-04-151-1/+1
|
* fix cross-compiling for 64bit hostsMike Frysinger2006-02-251-0/+65
|
* version bumpMike Frysinger2006-02-251-1/+2
|
* remove extra space after touchMike Frysinger2005-11-241-3/+3
|
* only build host-file if we need itMike Frysinger2005-09-081-1/+1
|
* Build 'file' for the host as well as the target. If the host system has a ↵"Steven J. Hill"2005-08-301-14/+49
| | | | version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
* file-4.15 is out and it supports cross-compiling :DMike Frysinger2005-08-182-31/+1
|
* file-4.12 is no longer availableEric Andersen2005-07-131-1/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* version bumpMike Frysinger2005-02-091-1/+1
|
* help textMike Frysinger2004-10-141-4/+4
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-1/+31
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+66
directory.