commit | 4e099bb51f7aec3bfd68fc36766741ec46014f5b | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jun 22 14:21:04 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jun 22 14:21:31 2021 -0700 |
tree | 666aa3824ec43575b1d173b06d25eb88584970f6 | |
parent | acc6b555cf27cbca64e82fe2a26801644cb21e7b [diff] |
stdplus: Add liburing dependency This is needed to build optional uring support. Change-Id: I114045f7db1eab955bebfa1479d60587386e88d0 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb index 2ac9450..71bf70a 100644 --- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb +++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,8 +8,11 @@ inherit meson pkgconfig -DEPENDS += "fmt" -DEPENDS += "span-lite" +DEPENDS += " \ + fmt \ + liburing \ + span-lite \ + " EXTRA_OEMESON = " \ -Dexamples=false \