summaryrefslogtreecommitdiff
path: root/package/dbus
AgeCommit message (Collapse)Author
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
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-08- fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
- bump version
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-09Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"
start-up order.
2007-01-15- ignore error if var/run/dbus already exists. Thanks whirm for noticingBernhard Reutner-Fischer
2007-01-14Add packages for D-Bus and G-Lib interface library too."Steven J. Hill"