summaryrefslogtreecommitdiffstats
path: root/package/dbus-cpp
Commit message (Collapse)AuthorAgeFilesLines
* packages: fix the header package nameJerzy Grzegorek2014-06-241-1/+1
| | | | | | | | | | | | According to the documentation: "Header: The file starts with a header. It contains the module name, preferably in lowercase, enclosed between separators made of 80 hashes." This patch makes the appropriate changes. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus-cpp: fix cross build for tools when expat is missingGustavo Zacarias2014-01-062-0/+33
| | | | | | | | | | | dbus-c++ tools use CXX_FOR_BUILD to build in cross scenarios, however they don't use CXXFLAGS_FOR_BUILD nor LDFLAGS_FOR_BUILD thus breaking when there aren't any expat devel files in the default PATHs (build host). Fixes: http://autobuild.buildroot.net/results/44f/44fc2cab2b60aa82460bb46b1035ddda115af750/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus-cpp: new packageGustavo Zacarias2014-01-053-0/+71
D-Bus C++ bindings, closes bug #65. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud