summaryrefslogtreecommitdiff
path: root/package/dbus
AgeCommit message (Collapse)Author
2009-04-21dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard
/tmp/dbus will end up being a recursive symlink to itself on the build host.
2009-03-24package: provide download target for host packagesPeter Korsgaard
2009-03-23dbus: fix for read-only rootfsPeter Korsgaard
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus.
2009-03-20dbus: put local state files in /var and not /usr/varPeter Korsgaard
For read only rootfs'es - Like it used to be.
2009-03-19dbus: fix host buildPeter Korsgaard
Hunk missing from r25755.
2009-03-19package: add STAMP_DIR and use for host buildsPeter Korsgaard
Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild.
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-17package: fix host pathPeter Korsgaard
And generate dbus introspect xml for dbus-glib.
2009-03-16dbus: add host-dbus supportPeter Korsgaard
2009-03-16dbus: compile with X support if libX11 is availablePeter Korsgaard
2009-02-24dbus: fix expat typoPeter Korsgaard
2009-02-22dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard
2009-01-31dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)Peter Korsgaard
It was a bogus revert.
2009-01-31Unbreak Peters 'fixes' to dbus for a second timeUlf Samuelsson
2009-01-31dbus: revert to pre-r25021 situationPeter Korsgaard
Revert to pre-r25021 situation, but add extra comments explaining the situation.
2009-01-31dbus dependencies needs to be ready before ./configureUlf Samuelsson
2009-01-30dbus: fix xml dependency and stop continous rebuildsPeter Korsgaard
2009-01-30dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵Peter Korsgaard
but may need refinement) As discussed on the list - Too complicated and wrong.
2009-01-30Fix dbus dependency on libxml2, without rebuild, works but may need refinementUlf Samuelsson
2009-01-25Stop dbus continuos rebuild, fix depsUlf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-20dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard
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-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-15dbus: depend on exact XML dep so it isn't always considered out-of-datePeter Korsgaard
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-04-06Make sure XML deps are available before building dbusUlf Samuelsson
2008-03-31dbus: use dbus-daemon as target for staging_dir installationPeter Korsgaard
Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes.
2008-03-12fix dbus makefile to install with or without strippingJohn Voltz
2008-03-06fixed dbus makefileJohn Voltz
2008-03-04dbus: start earlierPeter Korsgaard
Start dbus early enough so other services can use it (E.G. avahi).
2008-01-30create /var/lib/dbusIvan Kuten
2007-11-26Really fix target install (typo in r20494)Peter Korsgaard
2007-11-25Fix syntax error in dbusUlf Samuelsson
2007-11-25Fix dependency loop in dbusUlf Samuelsson
2007-11-23Ups, STRIP is called STRIPCMD nowadaysPeter Korsgaard
2007-11-23Generate uuid at startup if neededPeter Korsgaard
2007-11-23Do a full install to staging_dir so pkgconfig files also gets installedPeter Korsgaard
2007-11-23Fix target install, install helper programs as well as strip executablesPeter Korsgaard
2007-11-23Use BR2_HAVE_MANPAGESPeter Korsgaard
2007-11-23soname changedPeter Korsgaard
2007-11-22Make XML library used by D-Bus selectable instead of requiring both ExpatPeter Korsgaard
and libxml2.
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21- fix installation of dbus.Bernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-07-17Make dbus depend on libxml2 and link with libUlf Samuelsson