commit | fe34ccd9dafbacfae567c8c5bdce488bb94bd798 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:04 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:04 2023 -0500 |
tree | 455f7a6dffd08487ddc1a2aa8f8d296d84cf3603 | |
parent | 9b837f61632ebb522a4f5cd297cbe1c477c59753 [diff] |
meson: remove deprecated get_pkgconfig_variable Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant. Change-Id: Icc8dd9d7e7d229ec090eb631365e5952b8b755b4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.