commit | 5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Apr 21 10:18:24 2017 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri Apr 21 10:18:24 2017 +0930 |
tree | c97733408d7bef128b0439a05a471868fe4bb56e | |
parent | 113a5c8d32eda85e3be6bc536e0b00a7832b8583 [diff] |
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>
diff --git a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb index 2d52a26..a5e1078 100644 --- a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb +++ b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
@@ -8,6 +8,7 @@ inherit obmc-phosphor-systemd DEPENDS += "autoconf-archive-native" +DEPENDS += "systemd" RDEPENDS_${PN} += "libsystemd" S = "${WORKDIR}/git"