aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-core-ivi/dbus
AgeCommit message (Collapse)Author
2018-10-31dbus: rebase patch for 1.12.10Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-09-06dbus.bbappend: Remove patch for readdir/readdir_rGunnar Andersson
A patch was applied previously to make dbus 1.10 compile correctly in the presence of the readdir_r call (and only for qemux86, 32-bit). The update to poky/sumo now builds dbus 1.12 Between 1.10 and 1.12 the code has moved and more importantly the readdir_r seems to have been changed back to readdir, so the patch cannot apply. Let's try removing the patch. The single patch however mixed different things. Testing shows that the signed/unsigned mismatch is still a problem (warning which is treated as an error) but only on 32-bit compilation. This part of the patch is therefore kept for now. I have not deeply analyzed the effect of this cast, just keeping what was already there. [BASE-63] master fails application of dbus patch for qemux86 target Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-08-08DBus: bumped patchset from upstreamOscar Andreasson
The patch capi-dbus-add-support-for-custom-marshalling from the capicxx-dbus-runtime has been bumped to work with newer versions of dbus used in sumo release of yocto. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08dbus: rebase patch for 1.12.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-02-14dbus: Fix uninitialized variableOscar Andreasson
Build fails due to a possibly uninitialized variable. The patch fixes the issue. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2017-03-09dbus: remove "not essential patches for common-api"Yong-iL Joh
see https://at.projects.genivi.org/jira/browse/BASE-41, and https://github.com/GENIVI/capicxx-dbus-tools/wiki/2017-03-08%20Overview%20libdbus%20Patches Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-26dbus: fix up for qemux86 on ubuntu 16.04 environmentYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-25dbus: update patches for common-api-c++-dbus 3.11.0.4Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-11-10Delete AF_BUS patch + commented lines for D-BusGunnar Andersson
AF_BUS is no longer part of the platform. No reason to keep the patch or the commented lines. Signed-off-by: Gunnar Andersson <gand@acm.org>
2016-07-01dbus: update patches for dbus-1.10.6Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-29dbus: to fix build error on vexpressa9, apply debugging option to qemux86 onlyYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26dbus: adding option to debuggingYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-18dbus: change patches for common API c++/c++-dbus 3.1.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-05-13dbus: Add patch for new version of common APIAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-13Use FILESEXTRAPATHS correctlyAndrei Gherzan
Avoid incorrect assignments and use FILESEXTRAPATHS-variable with _prepend or _append. WARNING: FILESEXTRAPATHS-variable, must always use _prepend (or _append) type of assignment, and don't forget the colon. Please assign it with the format of: FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:" in your bbappend file Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-06-20dbus: rename bbappend file to match current versionHolger Behrens
Rename the bbappend file to match the current version of dbus. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>