diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 11:01:54 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 11:03:04 +0200 |
| commit | 8024bae6369c78dfa4a5350885c93ece64999cf4 (patch) | |
| tree | 9900bf218eeceab2f34f6123cf52a9eadbf0e067 /meta-oe/recipes-core/systemd/systemd_git.bb | |
| parent | 3885da37a8efada0eb54ef998556627f6239692b (diff) | |
| download | meta-openembedded-8024bae6369c78dfa4a5350885c93ece64999cf4.tar.gz | |
systemd: update runtime dependencies for agetty
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 6a9d864975..74e4e3f6ac 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
| @@ -15,7 +15,7 @@ inherit gitpkgv | |||
| 15 | PKGV = "v${GITPKGVTAG}" | 15 | PKGV = "v${GITPKGVTAG}" |
| 16 | 16 | ||
| 17 | PV = "git" | 17 | PV = "git" |
| 18 | PR = "r4" | 18 | PR = "r5" |
| 19 | 19 | ||
| 20 | inherit autotools vala | 20 | inherit autotools vala |
| 21 | 21 | ||
| @@ -88,6 +88,7 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd" | |||
| 88 | # And pull in the kernel modules mentioned in INSTALL | 88 | # And pull in the kernel modules mentioned in INSTALL |
| 89 | RRECOMMENDS_${PN} += "kbd kbd-consolefonts \ | 89 | RRECOMMENDS_${PN} += "kbd kbd-consolefonts \ |
| 90 | ${PN}-serialgetty \ | 90 | ${PN}-serialgetty \ |
| 91 | util-linux-agetty \ | ||
| 91 | module-init-tools \ | 92 | module-init-tools \ |
| 92 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 93 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |
| 93 | " | 94 | " |
