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>
This commit is contained in:
Otavio Salvador 2012-01-31 17:38:57 +00:00 committed by Koen Kooi
parent 0d20039cfd
commit c029d4a268

View File

@ -1,4 +1,4 @@
DEPENDS_append = " systemd-systemctl-native"
DEPENDS_append = " systemd systemd-systemctl-native"
systemd_postinst() {
OPTS=""