Commit Graph

27 Commits

Author SHA1 Message Date
Peter Korsgaard
1a7da64fa5 Create target file at end of rule so it gets rerun on failure on any of the
sub steps (thanks Ulf).
2007-11-26 12:23:13 +00:00
Peter Korsgaard
fdeb9b1ac3 Cleaned up install + clean targets, handle dbus files 2007-11-23 15:45:30 +00:00
Peter Korsgaard
c7254e8ac7 Removed redundant configure settings 2007-11-23 15:40:32 +00:00
Peter Korsgaard
edef16b0d6 Compile in dbus support if available 2007-11-23 13:24:55 +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
Peter Korsgaard
213ef2222d Bumped version 2007-09-03 09:02:10 +00:00
Peter Korsgaard
5a5d089874 expat now installs into usr/lib 2007-08-28 08:05:25 +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
Bernhard Reutner-Fischer
f88b8e0bf3 - a few more cleanups (Cristian Ionescu-Idbohrn) 2007-08-21 10:40: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
Ulf Samuelsson
e13233e166 Make avahi select LIBDAEMON instead of depending on it. 2007-08-01 15:52:57 +00:00
Ulf Samuelsson
428f66a247 Make AVAHI depend on libdaemon 2007-07-23 15:00:37 +00:00
Ulf Samuelsson
e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
"Steven J. Hill"
87f5a311d7 Get rid of leading whitespace to silence warnings from config system. 2007-07-06 11:42:03 +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
Peter Korsgaard
6755d78ea6 Bumped version 2007-06-12 15:19:27 +00:00
Peter Korsgaard
01d97bb0c9 Don't use libssp as it doesn't get installed 2007-05-15 09:45:21 +00:00
Peter Korsgaard
448153a06a init scripts should be executable 2007-05-09 14:03:32 +00:00
Peter Korsgaard
24cb67ca98 avahi-daemon support 2007-05-09 13:38:37 +00:00
Peter Korsgaard
b2fb697def Bumped version 2007-05-08 15:57:31 +00:00
Eric Andersen
85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Eric Andersen
6da0b668b7 fix installation location 2007-01-22 18:15:35 +00:00
Eric Andersen
6f846df311 hackup libtool for avahi and libdaemon, as with other packages 2007-01-17 00:48:32 +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
Bernhard Reutner-Fischer
c3848942cf - andersee, please use ZCAT / BZCAT as configured by the user.
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-13 09:04:58 +00:00
Eric Andersen
21e97d3e15 Add avahi package and add libdaemon, which is needed by avahi 2006-12-12 22:26:51 +00:00