[oe-commits] Koen Kooi : systemd: fix vconsole-setup dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Apr 10 16:05:39 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 5fced1d76e2771be2a90495fd26362f8645411b2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5fced1d76e2771be2a90495fd26362f8645411b2

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Apr  9 11:42:59 2012 +0200

systemd: fix vconsole-setup dependencies

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    4 ++--
 1 files 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 d38bbc1..becbc90 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 \





More information about the Openembedded-commits mailing list