commit | dde1828ec05bbca76ed09e814d08631c0d9886c7 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Apr 14 17:11:57 2023 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 18 17:58:35 2023 +0300 |
tree | bc410a7d8825e20808e94c2ccdadc91263902846 | |
parent | e80b5bcb42d3d6ed094b52840543299ffb45be01 [diff] |
meson: Disable 'verify-signature' option by default Currently the 'verify-signature' option is enabled by default, and there is no way to disable it via recipe PACKAGECONFIG. As a result 'Software::Version::Error::InvalidSignature' is generated on unsigned updates even if user did not enable signature verification feature. Disable 'verify-signature' option by default to correct the issue. If user enables signature verification feature the option 'verify-full-signature' is enabled which provides desired functionality. Change-Id: Ie143bf7922115ec529a0d30fb68e7c26bce0be77 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
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
.