From 1abfafd390f3d7bb9090a35df0e42683db6a954b Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 2 Jun 2020 21:11:35 -0700 Subject: 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 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-extended/stdplus/stdplus_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/recipes-extended/stdplus') 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 \ -- cgit v1.2.3