Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dbus: drop CMake patches | Robert Marko | 2023-09-08 |
| | | | | | | | | | CMake is not being used to build dbus as it does not respect endinaness under CMake and 1.14 branch. So, lets drop the patches as they will not apply to future 1.14 update. Signed-off-by: Robert Marko <robimarko@gmail.com> | ||
* | dbus: add patch to fix cmake tmp session search | Florian Eckert | 2021-12-10 |
The tmp file location cannot be set explicitly. It is set incorrectly by cmake. This patch only searches for this location if it is not specified via the build system. Without this change, the cross compile value is not correct set on target in the file /usr/share/dbus-1/session.conf. Signed-off-by: Florian Eckert <fe@dev.tdt.de> |