History log of /openbmc/phosphor-state-manager/subprojects/gpioplus.wrap (Results 1 – 1 of 1)
Revision Date Author Comments
# 3c1351cc 20-Jun-2024 Manojkiran Eda <manojkiran.eda@gmail.com>

Add subproject support for gpioplus

In the current state, the repository fails to build using subprojects
because gpioplus is marked as a hard dependency but is not defined as a
subproject. This mis

Add subproject support for gpioplus

In the current state, the repository fails to build using subprojects
because gpioplus is marked as a hard dependency but is not defined as a
subproject. This missing dependency breaks the compilation process. By
leveraging subproject support, we can include the necessary dependency
and ensure successful compilation.

Tested By:

Was able to successfully build state-manager on x86 linux using the
subprojects.

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

show more ...