diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-26 11:08:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-26 11:08:44 +0200 |
commit | a19941125aceac6bb2738bcb0f6fee3310e87785 (patch) | |
tree | 3ddbf495706331a818e4d0581b49e5ec73fee507 /meta-oe/recipes-core | |
parent | db5b58fd259ed65603f632dd74e762bfe5e13bf2 (diff) | |
download | meta-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.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 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" |
18 | PV = "v26" | 18 | PV = "v26" |
19 | PR = "r0" | 19 | PR = "r1" |
20 | 20 | ||
21 | inherit autotools vala update-alternatives | 21 | inherit autotools vala update-alternatives |
22 | 22 | ||
@@ -86,6 +86,8 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
86 | 86 | ||
87 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug" | 87 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug" |
88 | 88 | ||
89 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" | ||
90 | |||
89 | # kbd -> loadkeys,setfont | 91 | # kbd -> loadkeys,setfont |
90 | RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty" | 92 | RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty" |
91 | 93 | ||