| commit | 3660b19329439cbdc9ec8b3d4e60311f1bd40b12 | [log] [tgz] |
|---|---|---|
| author | Willy Tu <wltu@google.com> | Tue Aug 10 02:36:19 2021 +0000 |
| committer | Willy Tu <wltu@google.com> | Tue Aug 10 04:43:34 2021 +0000 |
| tree | 47cc2aa5ecb845df46c8e222e9c974ec41b18d17 | |
| parent | 43a88109831d8e62150575e200af449194a5b6a8 [diff] |
Revert "dbus-sdr: disable [sensor/storage]handler builds when using dbus-sdr"
This reverts commit 83c8d1a455ab1bd88bfb8fd7ab79d0b9b329bd18.
Reason for revert:
```
$ journalctl -u phosphor-ipmi-host -overbose | grep ERROR
MESSAGE=ERROR opening IPMI provider
ERROR=/usr/lib/ipmid-providers/libipmi20.so.0.0.0: undefined symbol: _Z27find_type_for_sensor_number
```
ipmisensor.cpp need find_type_for_sensor_number() from
sensorhandler.cpp
Reverting for openbmc/phosphor-host-ipmid#175
Change-Id: I32df8f2b4c89141f192db66fc59858c8e59e90d8
Signed-off-by: Willy Tu <wltu@google.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.