From 5fced1d76e2771be2a90495fd26362f8645411b2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 Apr 2012 11:42:59 +0200 Subject: systemd: fix vconsole-setup dependencies Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index d38bbc1f82..becbc9005a 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -14,7 +14,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r24" +PR = "r25" inherit useradd pkgconfig autotools vala perlnative @@ -86,7 +86,7 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \ ${systemd_unitdir}/system/systemd-vconsole-setup.service \ ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" -RRECOMMENDS_$PN}-vconsole-setup = "kbd kbd-consolefonts" +RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" FILES_${PN} = " ${base_bindir}/* \ ${datadir}/dbus-1/services \ -- cgit 1.2.3-korg