[oe] [PATCH][meta-oe 2/3] systemd.bbclass: depends on systemd

Otavio Salvador otavio at ossystems.com.br
Tue Jan 31 17:38:57 UTC 2012


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 at ossystems.com.br>
---
 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 2ca7bfc..094a12c 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=""
-- 
1.7.2.5





More information about the Openembedded-devel mailing list