Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Over-ride the target-install target rather than installing as a post-build | Hamish Moffatt | 2008-12-08 | 1 | -2/+2 |
| | | | | | hook. Otherwise the wrong stamps are used and the library won't be reinstalled if you clean out $(TARGET_DIR). | ||||
* | package/tiff/tiff.mk: Change to Autotools.in format | Daniel Laird | 2008-11-11 | 1 | -81/+19 |
| | | | | | | | | | Bounce tiff into Autotools.in format. Did not use install to target as this puts loads of executables into TARGET. So just copied tiff.so instead. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | tiff: zlib and jpeg are needed at configure time | Peter Korsgaard | 2008-07-17 | 1 | -2/+3 |
| | |||||
* | tiff: cleanup and fix -clean target | Peter Korsgaard | 2008-07-17 | 1 | -6/+8 |
| | |||||
* | fixes for tiff makefile | John Voltz | 2008-03-06 | 1 | -8/+8 |
| | |||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -3/+3 |
| | |||||
* | fixup compile | Eric Andersen | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | - download times out; use debian instead | Bernhard Reutner-Fischer | 2007-08-05 | 1 | -2/+2 |
| | |||||
* | Update config for tiff package | Ulf Samuelsson | 2007-07-23 | 1 | -0/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -8/+8 |
| | |||||
* | - 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. | ||||
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -2/+14 |
| | | | | | | | | | | | | | 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 | ||||
* | add tiff package | Eric Andersen | 2007-01-11 | 1 | -0/+69 |