commit | b412bd1db42087c3d6c9c59c6e62dd75e2382045 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Tue Mar 23 20:01:28 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Tue Mar 23 20:26:15 2021 +0800 |
tree | b72914855da31ae18deb6fc8aaf8e0957f87ae10 | |
parent | 447d0daa6ed1855a9fcd077f17665ff8d9683db3 [diff] |
version.hpp: Pass const reference In 1fd6ddd it adds a std::string& as parameter, it is better to use const std::string&. In the following commit, there is a change that requires const reference. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ie3f350e577d944dd4d7e65a4790b2fead3d7eecb
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.