From 4e099bb51f7aec3bfd68fc36766741ec46014f5b Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 22 Jun 2021 14:21:04 -0700 Subject: stdplus: Add liburing dependency This is needed to build optional uring support. Change-Id: I114045f7db1eab955bebfa1479d60587386e88d0 Signed-off-by: William A. Kennington III --- meta-phosphor/recipes-extended/stdplus/stdplus_git.bb | 7 +++++-- 1 file 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 \ -- cgit v1.2.3