commit | c6a571a45faaa533623993a5e6ea711906fd05b8 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Tue Nov 28 16:46:22 2017 +0530 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 04 21:33:11 2017 +0000 |
tree | c943072ab2e370c65c4bfa134d77269462c0cce7 | |
parent | 3f2ed8e83690dffe1176212c6441bbe64e20ef92 [diff] |
sensor: Modify the service lookup for set sensor command With the current implementation of the generated code for the sensors, the object path corresponding to the sensor is present. But lookup was done again for the object path which was unnecessary. The current change would would only lookup the service implementing the object path and the interface corresponding to the sensor. Change-Id: I185bc49f6387428d62ab0e5cb8326497837aa67f Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.