[oe-commits] Koen Kooi : systemd: drag in new {udev, dbus}-systemd packages

git version control git at git.openembedded.org
Thu May 26 13:23:26 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu May 26 11:08:44 2011 +0200

systemd: drag in new {udev,dbus}-systemd packages

The systemd units were split into their own subpackage in meta-oe and oe-core

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index fe939b6..3a1c930 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -16,7 +16,7 @@ PKGV = "v${GITPKGVTAG}"
 # Except that PKGV doesn't work in OE-core :(
 # PV = "git"
 PV = "v26"
-PR = "r0"
+PR = "r1"
 
 inherit autotools vala update-alternatives
 
@@ -86,6 +86,8 @@ FILES_${PN} = " ${base_bindir}/* \
 
 FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug"
 
+RDEPENDS_${PN} += "dbus-systemd udev-systemd"
+
 # kbd -> loadkeys,setfont
 RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty"
 





More information about the Openembedded-commits mailing list