Peter Korsgaard
d1eeba7069
dbus: fix expat typo
2009-02-24 11:13:56 +00:00
Peter Korsgaard
71a55254a4
dbus: convert to Makefile.autotools.in and bump version
2009-02-22 20:12:50 +00:00
Peter Korsgaard
1fb44d3bfd
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
...
It was a bogus revert.
2009-01-31 22:53:35 +00:00
Ulf Samuelsson
f777dee1d4
Unbreak Peters 'fixes' to dbus for a second time
2009-01-31 21:01:24 +00:00
Peter Korsgaard
398dfc42b7
dbus: revert to pre-r25021 situation
...
Revert to pre-r25021 situation, but add extra comments explaining the
situation.
2009-01-31 18:39:55 +00:00
Ulf Samuelsson
8bf5071cf3
dbus dependencies needs to be ready before ./configure
2009-01-31 12:02:40 +00:00
Peter Korsgaard
9ce75bf893
dbus: fix xml dependency and stop continous rebuilds
2009-01-30 13:54:47 +00:00
Peter Korsgaard
e4051615c4
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
...
As discussed on the list - Too complicated and wrong.
2009-01-30 13:54:42 +00:00
Ulf Samuelsson
4b25f84ab9
Fix dbus dependency on libxml2, without rebuild, works but may need refinement
2009-01-30 07:40:14 +00:00
Ulf Samuelsson
9d68c3bdb2
Stop dbus continuos rebuild, fix deps
2009-01-25 20:55:31 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15: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
f49f4b2ac0
dbus: depend on libxml2-install-staging instead for libxml2
...
Makefile.autools.in doesn't have proper dependencies set up for
the .stamp files, so use the libxml2-install-staging target instead.
This does unfortunately mean that dbus is always considered out of
date, but atleast it works.
2008-06-20 21:45:21 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
e1cfbc5645
dbus: depend on exact XML dep so it isn't always considered out-of-date
2008-06-15 20:20:33 +00:00
Peter Korsgaard
565e05c8a1
packages: fix pkgconfig depencies and select pkgconfig where needed
2008-06-14 21:01:16 +00:00
Ulf Samuelsson
6db7ee17dd
Make sure XML deps are available before building dbus
2008-04-06 13:32:59 +00:00
Peter Korsgaard
6b8ffd5024
dbus: use dbus-daemon as target for staging_dir installation
...
Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.
2008-03-31 19:36:08 +00:00
John Voltz
cd1d1fa6de
fix dbus makefile to install with or without stripping
2008-03-12 14:51:32 +00:00
John Voltz
4a2d892edc
fixed dbus makefile
2008-03-06 18:46:36 +00:00
Peter Korsgaard
f26f26fb62
dbus: start earlier
...
Start dbus early enough so other services can use it (E.G. avahi).
2008-03-04 12:19:13 +00:00
Ivan Kuten
25f6af28ee
create /var/lib/dbus
2008-01-30 13:57:31 +00:00
Peter Korsgaard
9730f75ae0
Really fix target install (typo in r20494)
2007-11-26 15:47:41 +00:00
Ulf Samuelsson
309600e11d
Fix syntax error in dbus
2007-11-25 23:30:29 +00:00
Ulf Samuelsson
38b99b0381
Fix dependency loop in dbus
2007-11-25 14:49:45 +00:00
Peter Korsgaard
4094140f52
Ups, STRIP is called STRIPCMD nowadays
2007-11-23 15:46:18 +00:00
Peter Korsgaard
37661a1bbf
Generate uuid at startup if needed
2007-11-23 13:21:15 +00:00
Peter Korsgaard
7138b4b13a
Do a full install to staging_dir so pkgconfig files also gets installed
2007-11-23 11:44:00 +00:00
Peter Korsgaard
0fa9e71d30
Fix target install, install helper programs as well as strip executables
2007-11-23 11:42:59 +00:00
Peter Korsgaard
cf825074e6
Use BR2_HAVE_MANPAGES
2007-11-23 10:00:07 +00:00
Peter Korsgaard
03293846a3
soname changed
2007-11-23 09:46:42 +00:00
Peter Korsgaard
00de7fc62f
Make XML library used by D-Bus selectable instead of requiring both Expat
...
and libxml2.
2007-11-22 17:12:19 +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
e4c6340a94
- cleanup and fixes (Cristian Ionescu-Idbohrn)
2007-09-17 12:30:31 +00:00
Bernhard Reutner-Fischer
98a7a4c9d2
- misc cleanups (Cristian Ionescu-Idbohrn)
2007-08-28 21:42:44 +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
1aa33d8aab
- fix installation of dbus.
2007-08-21 12:09:53 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
256c7267a7
Make dbus depend on libxml2 and link with lib
2007-07-17 15:19:18 +00:00
Ulf Samuelsson
32ea433d09
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:20:47 +00:00
Bernhard Reutner-Fischer
fcc96a41bb
- fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
...
- bump version
2007-07-08 13:20:46 +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
"Steven J. Hill"
6b00c90d70
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
2007-05-09 22:48:41 +00:00
Bernhard Reutner-Fischer
56f4eae10d
- ignore error if var/run/dbus already exists. Thanks whirm for noticing
2007-01-15 16:02:45 +00:00
"Steven J. Hill"
ceb2859765
Add packages for D-Bus and G-Lib interface library too.
2007-01-14 03:45:06 +00:00