aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/classes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-01-31 17:38:57 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-01 08:24:07 +0100
commitc029d4a268de1ac7076fbeb9e337e96fdb1b226d (patch)
treed71cf4f3aff0cfca29f22cef776710e92b141c57 /meta-oe/classes
parent0d20039cfd748cb0d91d3f878f2256550c9feb3e (diff)
downloadmeta-openembedded-c029d4a268de1ac7076fbeb9e337e96fdb1b226d.tar.gz
systemd.bbclass: depends on systemd
Packages that uses the systemd class need to have systemd build otherwise they might fail to detect systemd as available or fail to generate rootfs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/classes')
-rw-r--r--meta-oe/classes/systemd.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass
index 2ca7bfca5b..094a12cf3d 100644
--- a/meta-oe/classes/systemd.bbclass
+++ b/meta-oe/classes/systemd.bbclass
@@ -1,4 +1,4 @@
-DEPENDS_append = " systemd-systemctl-native"
+DEPENDS_append = " systemd systemd-systemctl-native"
systemd_postinst() {
OPTS=""