Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: provide download target for host packages | Peter Korsgaard | 2009-03-24 | 1 | -0/+3 |
| | |||||
* | dbus: fix for read-only rootfs | Peter Korsgaard | 2009-03-23 | 1 | -0/+2 |
| | | | | | Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus. | ||||
* | dbus: put local state files in /var and not /usr/var | Peter Korsgaard | 2009-03-20 | 1 | -0/+1 |
| | | | | For read only rootfs'es - Like it used to be. | ||||
* | dbus: fix host build | Peter Korsgaard | 2009-03-19 | 1 | -1/+1 |
| | | | | Hunk missing from r25755. | ||||
* | package: add STAMP_DIR and use for host builds | Peter Korsgaard | 2009-03-19 | 1 | -20/+18 |
| | | | | | | | | | | | | | | 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. | ||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | package: fix host path | Peter Korsgaard | 2009-03-17 | 1 | -2/+7 |
| | | | | And generate dbus introspect xml for dbus-glib. | ||||
* | dbus: add host-dbus support | Peter Korsgaard | 2009-03-16 | 1 | -0/+51 |
| | |||||
* | dbus: compile with X support if libX11 is available | Peter Korsgaard | 2009-03-16 | 1 | -10/+15 |
| | |||||
* | dbus: fix expat typo | Peter Korsgaard | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | dbus: convert to Makefile.autotools.in and bump version | Peter Korsgaard | 2009-02-22 | 1 | -96/+23 |
| | |||||
* | dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time) | Peter Korsgaard | 2009-01-31 | 1 | -5/+11 |
| | | | | It was a bogus revert. | ||||
* | Unbreak Peters 'fixes' to dbus for a second time | Ulf Samuelsson | 2009-01-31 | 1 | -11/+5 |
| | |||||
* | dbus: revert to pre-r25021 situation | Peter Korsgaard | 2009-01-31 | 1 | -9/+11 |
| | | | | | Revert to pre-r25021 situation, but add extra comments explaining the situation. | ||||
* | dbus dependencies needs to be ready before ./configure | Ulf Samuelsson | 2009-01-31 | 1 | -1/+7 |
| | |||||
* | dbus: fix xml dependency and stop continous rebuilds | Peter Korsgaard | 2009-01-30 | 1 | -11/+4 |
| | |||||
* | dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵ | Peter Korsgaard | 2009-01-30 | 1 | -4/+3 |
| | | | | | | but may need refinement) As discussed on the list - Too complicated and wrong. | ||||
* | Fix dbus dependency on libxml2, without rebuild, works but may need refinement | Ulf Samuelsson | 2009-01-30 | 1 | -3/+4 |
| | |||||
* | Stop dbus continuos rebuild, fix deps | Ulf Samuelsson | 2009-01-25 | 1 | -2/+8 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | dbus: depend on libxml2-install-staging instead for libxml2 | Peter Korsgaard | 2008-06-20 | 1 | -6/+3 |
| | | | | | | | 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. | ||||
* | dbus: depend on exact XML dep so it isn't always considered out-of-date | Peter Korsgaard | 2008-06-15 | 1 | -3/+10 |
| | |||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 1 | -1/+1 |
| | |||||
* | Make sure XML deps are available before building dbus | Ulf Samuelsson | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | dbus: use dbus-daemon as target for staging_dir installation | Peter Korsgaard | 2008-03-31 | 1 | -2/+2 |
| | | | | | Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes. | ||||
* | fix dbus makefile to install with or without stripping | John Voltz | 2008-03-12 | 1 | -0/+5 |
| | |||||
* | fixed dbus makefile | John Voltz | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | dbus: start earlier | Peter Korsgaard | 2008-03-04 | 1 | -2/+2 |
| | | | | Start dbus early enough so other services can use it (E.G. avahi). | ||||
* | create /var/lib/dbus | Ivan Kuten | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | Really fix target install (typo in r20494) | Peter Korsgaard | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Ups, STRIP is called STRIPCMD nowadays | Peter Korsgaard | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | Do a full install to staging_dir so pkgconfig files also gets installed | Peter Korsgaard | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | Fix target install, install helper programs as well as strip executables | Peter Korsgaard | 2007-11-23 | 1 | -8/+6 |
| | |||||
* | Use BR2_HAVE_MANPAGES | Peter Korsgaard | 2007-11-23 | 1 | -0/+2 |
| | |||||
* | soname changed | Peter Korsgaard | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | Make XML library used by D-Bus selectable instead of requiring both Expat | Peter Korsgaard | 2007-11-22 | 1 | -3/+11 |
| | | | | and libxml2. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -2/+2 |
| | |||||
* | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - fix installation of dbus. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Make dbus depend on libxml2 and link with lib | Ulf Samuelsson | 2007-07-17 | 1 | -2/+2 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -8/+8 |
| | | | | - bump version | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | 2007-05-09 | 1 | -1/+1 |
| | | | | start-up order. | ||||
* | - ignore error if var/run/dbus already exists. Thanks whirm for noticing | Bernhard Reutner-Fischer | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | Add packages for D-Bus and G-Lib interface library too. | "Steven J. Hill" | 2007-01-14 | 1 | -0/+100 |