From 9a1dac10225f35942a82159b939ff324e93e1352 Mon Sep 17 00:00:00 2001 From: Tuomas Heimonen Date: Mon, 29 Aug 2016 13:02:35 +0300 Subject: ostree: Added dependency for systemd Change-Id: I43756c89a26988e2073acda53f9cbc358ed0e5d4 Reviewed-by: Gatis Paeglis --- recipes/ostree/ostree.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb index 39ee76c..6e79395 100644 --- a/recipes/ostree/ostree.bb +++ b/recipes/ostree/ostree.bb @@ -47,7 +47,7 @@ SRCREV = "v2016.5" S = "${WORKDIR}/git" -DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz" +DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz systemd" # Bash is needed by the shipped dracut module. This dracut module is used to generate initramfs image. # The production image do not require bash for proper working. RDEPENDS_${PN} += "bash" -- cgit v1.2.3-54-g00ecf