diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-01-31 17:38:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 08:24:07 +0100 |
commit | c029d4a268de1ac7076fbeb9e337e96fdb1b226d (patch) | |
tree | d71cf4f3aff0cfca29f22cef776710e92b141c57 | |
parent | 0d20039cfd748cb0d91d3f878f2256550c9feb3e (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/classes/systemd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass index 2ca7bfca5..094a12cf3 100644 --- a/meta-oe/classes/systemd.bbclass +++ b/meta-oe/classes/systemd.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | DEPENDS_append = " systemd-systemctl-native" | 1 | DEPENDS_append = " systemd systemd-systemctl-native" |
2 | 2 | ||
3 | systemd_postinst() { | 3 | systemd_postinst() { |
4 | OPTS="" | 4 | OPTS="" |