commit | b3f74ace5c6d83d2b6f888ebe5dbaca98c233e21 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 09 06:45:37 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 28 11:09:18 2021 +0000 |
tree | 94e401a37962d02a4a4ceda6b9eb88695ce82b0a | |
parent | df3290963d69c94962f5804ad079304694ce4f12 [diff] |
exception: switch sdbusplus type The exceptions defined in error-HostEvent.hpp are "by-hand" versions of classes that would come from sdbus++/PDI. sdbusplus now uses a different exception base class for generated exceptions[1], so switch the local versions here to match. 1. https://github.com/openbmc/sdbusplus/commit/15228663a1e1f27729a5e55c8d775f3537ab8444 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I713e0376b5cc60e6ffc865925b87eb9df4669b7c
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
.