Hamish Moffatt
f73e7d4611
Over-ride the target-install target rather than installing as a post-build
...
hook. Otherwise the wrong stamps are used and the library won't be reinstalled
if you clean out $(TARGET_DIR).
2008-12-08 04:41:19 +00:00
Daniel Laird
9844a8ea2c
package/tiff/tiff.mk: Change to Autotools.in format
...
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>
2008-11-11 11:43:27 +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
e80f13d515
tiff: zlib and jpeg are needed at configure time
2008-07-17 13:19:42 +00:00
Peter Korsgaard
160962b1ce
tiff: cleanup and fix -clean target
2008-07-17 13:19:33 +00:00
John Voltz
ea5a59afad
fixes for tiff makefile
2008-03-06 18:27:19 +00:00
Thomas Lundquist
dc6a57bc69
Added BR2_DEBIAN_MIRROR
2007-12-27 12:00:12 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15: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
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Eric Andersen
7aa1c59ebf
fixup compile
2007-08-10 18:53:34 +00:00
Bernhard Reutner-Fischer
ad28120a5f
- download times out; use debian instead
2007-08-05 12:21:11 +00:00
Ulf Samuelsson
f5d9ad3c7d
Update config for tiff package
2007-07-23 10:03:14 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +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
Eric Andersen
15177a6e95
yet more LDFLAGS handling fixups
2007-03-14 03:12:22 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
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
2007-01-14 03:52:21 +00:00
Eric Andersen
2830e6fb55
add tiff package
2007-01-11 07:27:37 +00:00