aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus
AgeCommit message (Collapse)Author
2011-05-06dbus: package systemd filesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-04dbus 1.4.1: added nios2 specific patch to avoid a gcc ICEFrans Meulenbroeks
This is all under SRC_URI_append_nios2 No PR bump is needed for nios it did not build at all and others are not affected Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-15Revert "dbus-c++: add patch to fix the Makefile"Thomas Zimmermann
This reverts commit c6daf0c9c3f5050bd31daf30e7eb2d9eecc8cf50.
2011-01-14dbus-c++: add patch to fix the MakefileThomas Zimmermann
* dbus-c++ stages the header files in dbus-c++-1/dbus-c++ but includes in the autogenerated files just dbus-c++ Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-01-14dbus-c++: update to latest SRCREVThomas Zimmermann
* convert to BBCLASSEXTEND and remove -native as it has staged the wrapper script instead of the binary Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-01-14dbus-cxx: fix typo in BBCLASSEXTENDMichael 'Mickey' Lauer
2011-01-14dbus-cxx: new recipe; c++ bindings for dbusMichael 'Mickey' Lauer
2011-01-14dbus: fix init script if $prefix is emptyOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-12-23dbus: upgrade 1.4.0 to 1.4.1 and make it new default CVE-2010-4352Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-25dbus: update package LICENSEChase Maupin
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-12dbus: add recipe for git versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-12dbus: move initscript and patches shared by all dbus versions to shared dbus ↵Martin Jansa
directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-10dbus: add recipe for 1.4.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-07dbus: allow anon dbus connections at hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-10-07dbus: backport SO_REUSEADDR handling for tcp dbusses from dbus git repoSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-08-15dbus-glib: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15dbus: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-28dbus-glib: fix do_install and bump INC_PRHenning Heinold
2010-07-27dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuffHenning Heinold
2010-07-15dbus 1.3.1: apply patch from fdo bug 17754Michael 'Mickey' Lauer
2010-07-15dbus: use $(LIBTOOL) to install 'dbus-daemon'Enrico Scholz
Depending on autotools/libtool version and configure flags, dbus-daemon will be built sometimes below .libs/ and sometimes in base directory. Using 'libtool --mode=install' is a portable way to deal with this. Changing Makefile.am to use native automake methods to install this files would be a better but more invasive fix. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-03dbus: 1.3.0 -> 1.3.1Michael 'Mickey' Lauer
2010-07-02dbus: fix building on mipsel and clean up PIE/pie fix to work again.Graham Gower
D-Bus fails to link with --gc-sections on mipsel. | CCLD dbus-daemon | collect2: ld returned 1 exit status | make[2]: *** [dbus-daemon] Error 1 | make[2]: *** Waiting for unfinished jobs.... | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: can not make stub section: File format not recognized | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: failed to set dynamic section sizes: File format not recognized Also, the previous fPIE/pie fix no longer works. While here, clean up INC_PR. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-17dbus-native 1.2.1: convert to new style stagingKoen Kooi
2010-05-31dbus-daemon-proxy: don't ignore OE LDFLAGSMartin Jansa
* workaround for: ERROR: QA Issue with dbus-daemon-proxy: No GNU_HASH in the elf binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-29dbus-daemon-proxy: new recipe; dbus-forwarderMichael 'Mickey' Lauer
2010-04-29dbus-c++: dev.openwengo.org is goneThomas Zimmermann
* add patch as anounced on ML 10 days ago * switch host to new git repo * define correct verion * bump PE because no PV was defined before Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-04-13dbus: add 1.2.24Koen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28dbus-glib: ad 0.86Koen Kooi
2010-03-28dbus-glib: convert to new style stagingKoen Kooi
2010-03-18dbus: add 1.2.22Koen Kooi
2010-03-16dbus: PR bump after libexpat soname changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16dbus-glib: PR bump after libexpat soname changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-13dbus 1.3.0: add patch to improve threading stabilityMichael 'Mickey' Lauer
2010-02-21dbus: add 1.2.20, convert to new style stagingKoen Kooi
2010-01-05dbus-1.3.0: add performance optimization patches from ↵Michael 'Mickey' Lauer
https://bugs.freedesktop.org/show_bug.cgi?id=23117
2009-11-13dbus: disable libaudit for all and X for native packages (from POKY)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-13dbus-1.2.1: Update fix-daemon-install patch to use automake magic to avoid ↵Richard Purdie
the wrapper scripts Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12dbus-native: The native version should have the install fix applied else a ↵Richard Purdie
wrapper is installed into staging which fails with rm_work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-14dbus: Add recipe for version 1.2.3Steve Sakoman
Note: preferred version for Angstrom is still 1.2.2
2009-09-24dbus.inc: Make sure target directory exists before installing files to it.Florian Boor
2009-08-12dbus: fix dbus-daemon segfault on mipsel with recent toolchainGraham Gower
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821 Removes PIE compilation from the dbus-daemon Makefile as a workaround. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Holger Freyther <zecke@selfish.org>
2009-08-07dbus-glib: add 0.82Michael 'Mickey' Lauer
2009-08-07dbus: add 1.3.0 (DP=-1)Michael 'Mickey' Lauer
2009-06-01dbus: start a bit earlier in the init sequence (from poky)Koen Kooi