diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2017-04-21 10:18:24 +0930 |
---|---|---|
committer | Andrew Jeffery <andrew@aj.id.au> | 2017-04-21 10:18:24 +0930 |
commit | 5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0 (patch) | |
tree | c97733408d7bef128b0439a05a471868fe4bb56e | |
parent | 113a5c8d32eda85e3be6bc536e0b00a7832b8583 (diff) | |
download | talos-openbmc-5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0.tar.gz talos-openbmc-5ade84093f48fd2e9ed0c9a7a8c4fa32e6b77bd0.zip |
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>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb | 1 |
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 2d52a2668..a5e10781c 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" |