Skip to content

Commit

Permalink
meson: Provide missing wrap files
Browse files Browse the repository at this point in the history
Currently "meson setup build" command fails because wrap files for
some of the subprojects are not currently present.
Provide missing wrap files to fix the issue.

Tested:
"meson setup build" now is executed successfully

Change-Id: I47cf6424696cb836b623375e73b1a1ee887cfc40
Signed-off-by: Konstantin Aladyshev <[email protected]>
  • Loading branch information
Kostr committed Mar 28, 2024
1 parent 6412993 commit 8df95be
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subprojects/gpioplus.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-git]
url = https://github.com/openbmc/gpioplus.git
revision = HEAD

[provide]
gpioplus = gpioplus_dep
6 changes: 6 additions & 0 deletions subprojects/phosphor-dbus-interfaces.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-git]
url = https://github.com/openbmc/phosphor-dbus-interfaces.git
revision = HEAD

[provide]
phosphor-dbus-interfaces = phosphor_dbus_interfaces_dep
6 changes: 6 additions & 0 deletions subprojects/phosphor-logging.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-git]
url = https://github.com/openbmc/phosphor-logging.git
revision = HEAD

[provide]
phosphor-logging = phosphor_logging_dep
6 changes: 6 additions & 0 deletions subprojects/stdplus.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-git]
url = https://github.com/openbmc/stdplus.git
revision = HEAD

[provide]
stdplus = stdplus_dep

0 comments on commit 8df95be

Please sign in to comment.