commit | f596798e93ca79cbb6b11d6f18931f8117bc8ce2 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Fri Mar 06 10:42:08 2020 -0800 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Fri Mar 06 10:42:08 2020 -0800 |
tree | 2be96008bffc1956ebd413c9ecd655270438bdf7 | |
parent | 3165569a562983cf3c43b0b10c23e7695a031b56 [diff] |
Provide path parameter to GetObject() In the new yielding getService() method, the GetObject() is missing the path paramter before the array of interfaces. Tested: Ran an IPMI command using the yielding getService() method and confirmed that it successfully gets the D-Bus service and data. Change-Id: I30e57100d22e1e74271c8ef0659eb6c22e30beff Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.