History log of /openbmc/phosphor-snmp/subprojects/cereal.wrap (Results 1 – 1 of 1)
Revision Date Author Comments
# 8de81777 22-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Fix local meson build

Currently local meson build fails because some sources require cereal
and it is not even listed in the meson dependencies.
To fix the issue add cereal to the dependencie

meson: Fix local meson build

Currently local meson build fails because some sources require cereal
and it is not even listed in the meson dependencies.
To fix the issue add cereal to the dependencies list and provide a wrap
file for the local build.

Tested:
"meson setup build && cd build && meson compile" finishes successfully.

Change-Id: I90ce760bb2ecdb3e46bf69383e864800ba025c65
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>

show more ...