aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-04-09 11:42:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-09 13:46:21 +0200
commit5fced1d76e2771be2a90495fd26362f8645411b2 (patch)
tree36a56d6cf82a1d4d46ff60152cc7a86b68c09f7d
parentbd0a6a465f73168b86dded0e1d938c170ba45fc6 (diff)
downloadmeta-openembedded-contrib-5fced1d76e2771be2a90495fd26362f8645411b2.tar.gz
systemd: fix vconsole-setup dependencies
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
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 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 \