summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/mboxd
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-21 03:48:24 +0300
committerAndrew Jeffery <andrew@aj.id.au>2017-04-21 03:48:24 +0300
commit5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0 (patch)
treec97733408d7bef128b0439a05a471868fe4bb56e /meta-phosphor/common/recipes-phosphor/mboxd
parent113a5c8d32eda85e3be6bc536e0b00a7832b8583 (diff)
downloadopenbmc-5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0.tar.xz
mboxd: Add systemd dependency
Fixes a bitbake race that causes mboxd to fail configure: checking pkg-config is at least version checking for LIBSYSTEMD... no configure: error: libsytemd not found Change-Id: I6d8f10546bfc0989d0e98ff49efef5ddbdc536ea Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/mboxd')
-rw-r--r--meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
index 2d52a2668e..a5e10781cb 100644
--- a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
+++ b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
@@ -8,6 +8,7 @@ inherit autotools pkgconfig
inherit obmc-phosphor-systemd
DEPENDS += "autoconf-archive-native"
+DEPENDS += "systemd"
RDEPENDS_${PN} += "libsystemd"
S = "${WORKDIR}/git"