summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-23 00:21:04 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-23 00:21:31 +0300
commit4e099bb51f7aec3bfd68fc36766741ec46014f5b (patch)
tree666aa3824ec43575b1d173b06d25eb88584970f6 /meta-phosphor/recipes-extended
parentacc6b555cf27cbca64e82fe2a26801644cb21e7b (diff)
downloadopenbmc-4e099bb51f7aec3bfd68fc36766741ec46014f5b.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-extended')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 2ac945008..71bf70a3a 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,8 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
inherit meson pkgconfig
-DEPENDS += "fmt"
-DEPENDS += "span-lite"
+DEPENDS += " \
+ fmt \
+ liburing \
+ span-lite \
+ "
EXTRA_OEMESON = " \
-Dexamples=false \