[oe-commits] Otavio Salvador : systemd.bbclass: depends on systemd

git at git.openembedded.org git at git.openembedded.org
Wed Feb 1 08:04:41 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: c029d4a268de1ac7076fbeb9e337e96fdb1b226d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c029d4a268de1ac7076fbeb9e337e96fdb1b226d

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Jan 31 17:38:57 2012 +0000

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 at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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=""





More information about the Openembedded-commits mailing list