#
8419820f |
| 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
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
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: I0aa20f956a896d11ba062f3df4a947f9e68dfb53 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5a3ac185 |
| 07-Jan-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
add first boot set mac script
phosphor-misc will use the meson build system - establish the initial structure. Copy the first boot set mac script and systemd unit from meta-openpower.
Change-Id: I
add first boot set mac script
phosphor-misc will use the meson build system - establish the initial structure. Copy the first boot set mac script and systemd unit from meta-openpower.
Change-Id: I1f7ebbb6b5230aa97b28e9a46ac721925b95a75a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|