History log of /openbmc/phosphor-gpio-monitor/subprojects/packagefiles/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9f8459a522-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Provide missing boost dependency and its wrap file

Currently local meson build fails with the error:
"""
fatal error: boost/asio/io_context.hpp: No such file or directory
"""
This is happenin

meson: Provide missing boost dependency and its wrap file

Currently local meson build fails with the error:
"""
fatal error: boost/asio/io_context.hpp: No such file or directory
"""
This is happening because boost is not listed as a dependency for the
targets that use it.
Add boost dependency for all the necessary targets and provide a wrap
file for boost for the local meson build.

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

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

show more ...


/openbmc/phosphor-gpio-monitor/.clang-format
/openbmc/phosphor-gpio-monitor/.gitignore
/openbmc/phosphor-gpio-monitor/99-gpio-keys.rules
/openbmc/phosphor-gpio-monitor/LICENSE
/openbmc/phosphor-gpio-monitor/OWNERS
/openbmc/phosphor-gpio-monitor/README.md
/openbmc/phosphor-gpio-monitor/evdev.cpp
/openbmc/phosphor-gpio-monitor/evdev.hpp
/openbmc/phosphor-gpio-monitor/file.hpp
/openbmc/phosphor-gpio-monitor/gpioMon.cpp
/openbmc/phosphor-gpio-monitor/gpioMon.hpp
/openbmc/phosphor-gpio-monitor/gpioMonMain.cpp
/openbmc/phosphor-gpio-monitor/mainapp.cpp
/openbmc/phosphor-gpio-monitor/meson.build
/openbmc/phosphor-gpio-monitor/meson.options
/openbmc/phosphor-gpio-monitor/monitor.cpp
/openbmc/phosphor-gpio-monitor/monitor.hpp
/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.cpp
/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.hpp
/openbmc/phosphor-gpio-monitor/multi-presence/main.cpp
/openbmc/phosphor-gpio-monitor/multi-presence/meson.build
/openbmc/phosphor-gpio-monitor/phosphor-gpio-monitor@.service
/openbmc/phosphor-gpio-monitor/phosphor-gpio-presence@.service
/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json
/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.service
/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.service
/openbmc/phosphor-gpio-monitor/presence/gpio_presence.cpp
/openbmc/phosphor-gpio-monitor/presence/gpio_presence.hpp
/openbmc/phosphor-gpio-monitor/presence/main.cpp
/openbmc/phosphor-gpio-monitor/presence/meson.build
/openbmc/phosphor-gpio-monitor/subprojects/CLI11.wrap
/openbmc/phosphor-gpio-monitor/subprojects/boost.wrap
/openbmc/phosphor-gpio-monitor/subprojects/libgpiod.wrap
/openbmc/phosphor-gpio-monitor/subprojects/nlohmann_json.wrap
boost/meson.build
/openbmc/phosphor-gpio-monitor/subprojects/phosphor-dbus-interfaces.wrap
/openbmc/phosphor-gpio-monitor/subprojects/phosphor-logging.wrap
/openbmc/phosphor-gpio-monitor/subprojects/sdbusplus.wrap
/openbmc/phosphor-gpio-monitor/test/meson.build
/openbmc/phosphor-gpio-monitor/test/utest.cpp