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>
diff --git a/subprojects/gpioplus.wrap b/subprojects/gpioplus.wrap
new file mode 100644
index 0000000..6ee8017
--- /dev/null
+++ b/subprojects/gpioplus.wrap
@@ -0,0 +1,7 @@
+[wrap-git]
+url = https://github.com/openbmc/gpioplus.git
+revision = HEAD
+
+[provide]
+gpioplus = gpioplus_dep
+