aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-26 11:08:44 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-26 11:08:44 +0200
commita19941125aceac6bb2738bcb0f6fee3310e87785 (patch)
tree3ddbf495706331a818e4d0581b49e5ec73fee507 /meta-oe
parentdb5b58fd259ed65603f632dd74e762bfe5e13bf2 (diff)
downloadmeta-openembedded-a19941125aceac6bb2738bcb0f6fee3310e87785.tar.gz
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@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
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 fe939b6c23..3a1c93029c 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"