From 5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Fri, 21 Apr 2017 10:18:24 +0930 Subject: 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 --- meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/common/recipes-phosphor/mboxd') 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" -- cgit v1.2.3