commit | 69e3cd408c5c0d64b44e0d23ed61d68dd9f94a53 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Nov 26 16:46:17 2021 +0300 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Dec 09 00:39:18 2021 +0000 |
tree | f1619ed1baa21e2ea451957c6e8bc94cb4e00bab | |
parent | d950f410b71e0ac4650519eb5bf7ea683e98684d [diff] |
Don't throw exception if FRU inventory path is not present Currently if 'fruPath' refers to an inventory path that is not present in the system, 'isFruPresent' function will throw an exception which will be unhandled. Replace 'getDbusProperty' call with its yelding version and handle all possible cases. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I4ef901572024b37b777536ebef70d9c3422fb3ed
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
.