Skip to content

Commit

Permalink
Add subproject support for gpioplus
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
manojkiraneda committed Jun 21, 2024
1 parent 5477796 commit 3c1351c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions subprojects/gpioplus.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[wrap-git]
url = https://github.com/openbmc/gpioplus.git
revision = HEAD

[provide]
gpioplus = gpioplus_dep

0 comments on commit 3c1351c

Please sign in to comment.