summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/stdplus
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2020-06-03 07:11:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-03 19:38:18 +0300
commit1abfafd390f3d7bb9090a35df0e42683db6a954b (patch)
tree16c9252ce764b68497c9785082a59e714de1603b /meta-phosphor/recipes-extended/stdplus
parentc5f5f908489704c5ee6a4dad8b5e4bed5d072c22 (diff)
downloadopenbmc-1abfafd390f3d7bb9090a35df0e42683db6a954b.tar.xz
stdplus: Add new dependencies
fmt is now used to format error message and span-lite is used for supporting span processing. (From meta-phosphor rev: 3bb4926caa0bb832a54748ccd539c9c2470b3e1a) Change-Id: I486b7072b8c9b93155929718ec6f0de3b58f09ce Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/stdplus')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 4c3822fe4..0a92028ca 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
inherit meson pkgconfig
+DEPENDS += "fmt"
+DEPENDS += "span-lite"
+
EXTRA_OEMESON = " \
-Dexamples=false \
-Dtests=disabled \