summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-09 11:01:54 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-09 11:03:04 +0200
commit8024bae6369c78dfa4a5350885c93ece64999cf4 (patch)
tree9900bf218eeceab2f34f6123cf52a9eadbf0e067 /meta-oe
parent3885da37a8efada0eb54ef998556627f6239692b (diff)
downloadmeta-openembedded-8024bae6369c78dfa4a5350885c93ece64999cf4.tar.gz
systemd: update runtime dependencies for agetty
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb3
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 6a9d86497..74e4e3f6a 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
15PKGV = "v${GITPKGVTAG}" 15PKGV = "v${GITPKGVTAG}"
16 16
17PV = "git" 17PV = "git"
18PR = "r4" 18PR = "r5"
19 19
20inherit autotools vala 20inherit 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
89RRECOMMENDS_${PN} += "kbd kbd-consolefonts \ 89RRECOMMENDS_${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"