History log of /openbmc/bios-settings-mgr/subprojects/packagefiles/boost/meson.build (Results 1 – 2 of 2)
Revision Date Author Comments
# 9fc9a988 09-Oct-2024 Manojkiran Eda <manojkiran.eda@gmail.com>

Format meson files with meson.format

Meson 1.5.0 introduced a new feature to format all the meson
files. Formatting all the meson files is now as simple as running
`meson format -i -r` command in th

Format meson files with meson.format

Meson 1.5.0 introduced a new feature to format all the meson
files. Formatting all the meson files is now as simple as running
`meson format -i -r` command in the repository root folder.

more details : https://mesonbuild.com/Commands.html#format

Change-Id: I6069be2f872e9bbd1e894282fa2c06cf68791e0d
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...


# 4ba8890b 22-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provi

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provide "boost.wrap" file to fix the issue.

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

show more ...