summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
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/recipes-core
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/recipes-core')
-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 fe939b6c2..3a1c93029 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}"
16# Except that PKGV doesn't work in OE-core :( 16# Except that PKGV doesn't work in OE-core :(
17# PV = "git" 17# PV = "git"
18PV = "v26" 18PV = "v26"
19PR = "r0" 19PR = "r1"
20 20
21inherit autotools vala update-alternatives 21inherit autotools vala update-alternatives
22 22
@@ -86,6 +86,8 @@ FILES_${PN} = " ${base_bindir}/* \
86 86
87FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug" 87FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug"
88 88
89RDEPENDS_${PN} += "dbus-systemd udev-systemd"
90
89# kbd -> loadkeys,setfont 91# kbd -> loadkeys,setfont
90RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty" 92RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty"
91 93