commit | f442e119aed2dc87f320bf230ad39e7dc5c72524 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Apr 09 11:44:36 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Apr 18 22:40:32 2019 +0000 |
tree | fe834d199e48249934b3c84aa92db536aea3ef25 | |
parent | 5b2535f89023d0ea220ccc24200a9b51c142c08d [diff] |
move variant to std namespace sdbusplus::message::variant_ns has been std for a while now. This moves ipmid away from sdbusplus::message::variant_ns to directly use std::variant. Tested-by: built, compiles, and runs the same as before. Change-Id: I8caa945f31c926c2721319f001b9d7f83fd3f1b7 Signed-off-by: Vernon Mauery <vernon.mauery@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
.