summaryrefslogtreecommitdiffstats
path: root/package/dbus
Commit message (Collapse)AuthorAgeFilesLines
* dbus: bump to 1.4.20Yegor Yefremov2012-04-241-2/+1Star
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* Add the systemd packageMaxime Ripard2012-03-311-0/+4
| | | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove stray $ character from a bunch of init scriptsLuca Ceresoli2012-03-151-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: make it easier to select an XML library (select rather than depends on)Arnout Vandecappelle (Essensium/Mind)2012-01-311-7/+2Star
| | | | | | | | | | | | | | | | D-Bus requires an XML library, expat or libxml2. There already is a choice between them in the config menu, but it requires the user to first select one of the libraries, and then select dbus. With this patch, the choice automatically selects the XML library. Note that this removes the automatic choice of libxml2 for dbus if libxml2 had already been selected, i.e. in that case both libxml2 and expat will be selected unless the user takes action. An alternative would be to remove the choice completely, and to take the path of bluez-utils: select BR2_PACKAGE_EXPAT if !BR2_PACKAGE_DBUS_LIBXML2 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-2/+2
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: bump to 1.4.16Yegor Yefremov2011-09-261-2/+1Star
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: remove --program-prefixYann E. MORIN2011-09-121-2/+1Star
| | | | | | | --program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: bump version to 1.4.14Daniel Mack2011-09-071-1/+1
| | | | | Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: bump versionPeter Korsgaard2011-06-211-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: dbus: use version 1.4.8Daniel Mack2011-06-212-34/+1Star
| | | | | | | The exisiting br2 patch can be dropped. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: apply libtool patch where possiblePeter Korsgaard2011-02-171-1/+0Star
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: ensure startup script is well installedLionel Landwerlin2010-12-131-1/+1
| | | | | | | | If /etc/init.d does not exist, we need to be sure that the dbus startup script is installed at the right place. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-271-7/+0Star
| | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus: bump to 1.2.24Chih-Min Chao2010-09-261-1/+1
| | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-14/+23
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove useless HOST_*_LIBTOOL_PATCHThomas Petazzoni2010-05-021-1/+0Star
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: fix target installation with BR2_HAVE_DEVFILESLionel Landwerlin2010-01-281-0/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: fix host build for packages with own libtool patchPeter Korsgaard2009-12-301-0/+1
| | | | | | | Packages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: fix host-dbus buildPeter Korsgaard2009-12-151-1/+1
| | | | | | | | Use correct variable name for the host source directory for DBUS_HOST_INTROSPECT, and use late binding as HOST_DBUS_DIR only gets defined later on (by AUTOTARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-53/+19Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* host-pkgconfig is now host-pkg-configThomas Petazzoni2009-12-151-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus: fix rebuild for boards where /var/lib isn't a symlinkPeter Korsgaard2009-11-251-2/+2
| | | | | | | | | | Based on patch by Sagaert Johan <sagaert.johan@skynet.be> Dbus rebuilds fails if /var/lib/dbus is a symlink (which it will be), and the existing workaround only worked if /var/lib is a symlink to /tmp, which isn't always the case. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: prefer expat if available even if libxml2 also isPeter Korsgaard2009-09-271-1/+1
| | | | | | | dbus-glib needs dbus to be compiled with expat support, so prefer that mode even if libxml2 is also enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update dbus to version 1.2.16Jean-Christian de Rivaz2009-08-081-1/+2
| | | | Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch>
* dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard2009-04-211-0/+5
| | | | /tmp/dbus will end up being a recursive symlink to itself on the build host.
* package: provide download target for host packagesPeter Korsgaard2009-03-241-0/+3
|
* dbus: fix for read-only rootfsPeter Korsgaard2009-03-232-0/+3
| | | | | 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/varPeter Korsgaard2009-03-201-0/+1
| | | | For read only rootfs'es - Like it used to be.
* dbus: fix host buildPeter Korsgaard2009-03-191-1/+1
| | | | Hunk missing from r25755.
* package: add STAMP_DIR and use for host buildsPeter Korsgaard2009-03-191-20/+18Star
| | | | | | | | | | | | | | 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 targetPeter Korsgaard2009-03-182-2/+1Star
| | | | | | | | | | | | | 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 pathPeter Korsgaard2009-03-171-2/+7
| | | | And generate dbus introspect xml for dbus-glib.
* dbus: add host-dbus supportPeter Korsgaard2009-03-161-0/+51
|
* dbus: compile with X support if libX11 is availablePeter Korsgaard2009-03-161-10/+15
|
* dbus: fix expat typoPeter Korsgaard2009-02-241-1/+1
|
* dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard2009-02-222-96/+56Star
|
* dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)Peter Korsgaard2009-01-311-5/+11
| | | | It was a bogus revert.
* Unbreak Peters 'fixes' to dbus for a second timeUlf Samuelsson2009-01-311-11/+5Star
|
* dbus: revert to pre-r25021 situationPeter Korsgaard2009-01-311-9/+11
| | | | | Revert to pre-r25021 situation, but add extra comments explaining the situation.
* dbus dependencies needs to be ready before ./configureUlf Samuelsson2009-01-311-1/+7
|
* dbus: fix xml dependency and stop continous rebuildsPeter Korsgaard2009-01-301-11/+4Star
|
* dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵Peter Korsgaard2009-01-301-4/+3Star
| | | | | | but may need refinement) As discussed on the list - Too complicated and wrong.
* Fix dbus dependency on libxml2, without rebuild, works but may need refinementUlf Samuelsson2009-01-301-3/+4
|
* Stop dbus continuos rebuild, fix depsUlf Samuelsson2009-01-251-2/+8
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard2008-06-201-6/+3Star
| | | | | | | 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.