mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Koen Kooi
parent
0d20039cfd
commit
c029d4a268
@@ -1,4 +1,4 @@
|
||||
DEPENDS_append = " systemd-systemctl-native"
|
||||
DEPENDS_append = " systemd systemd-systemctl-native"
|
||||
|
||||
systemd_postinst() {
|
||||
OPTS=""
|
||||
|
||||
Reference in New Issue
Block a user