summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-08-29 13:02:35 +0300
committerTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-08-29 10:19:58 +0000
commit9a1dac10225f35942a82159b939ff324e93e1352 (patch)
tree8c25212b39d119bae1a4261242f3de9adbc1c351 /recipes
parent2362b647d370964e87d160d1b4ea8cd7e97104d7 (diff)
downloadmeta-boot2qt-9a1dac10225f35942a82159b939ff324e93e1352.tar.gz
ostree: Added dependency for systemd
Change-Id: I43756c89a26988e2073acda53f9cbc358ed0e5d4 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ostree/ostree.bb2
1 files changed, 1 insertions, 1 deletions
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"
47 47
48S = "${WORKDIR}/git" 48S = "${WORKDIR}/git"
49 49
50DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz" 50DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz systemd"
51# Bash is needed by the shipped dracut module. This dracut module is used to generate initramfs image. 51# Bash is needed by the shipped dracut module. This dracut module is used to generate initramfs image.
52# The production image do not require bash for proper working. 52# The production image do not require bash for proper working.
53RDEPENDS_${PN} += "bash" 53RDEPENDS_${PN} += "bash"