diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-09 11:42:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-09 13:46:21 +0200 |
commit | 5fced1d76e2771be2a90495fd26362f8645411b2 (patch) | |
tree | 36a56d6cf82a1d4d46ff60152cc7a86b68c09f7d /meta-oe/recipes-core | |
parent | bd0a6a465f73168b86dded0e1d938c170ba45fc6 (diff) | |
download | meta-openembedded-5fced1d76e2771be2a90495fd26362f8645411b2.tar.gz |
systemd: fix vconsole-setup dependencies
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | 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 d38bbc1f8..becbc9005 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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r24" | 17 | PR = "r25" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -86,7 +86,7 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \ | |||
86 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ | 86 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ |
87 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" | 87 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" |
88 | 88 | ||
89 | RRECOMMENDS_$PN}-vconsole-setup = "kbd kbd-consolefonts" | 89 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" |
90 | 90 | ||
91 | FILES_${PN} = " ${base_bindir}/* \ | 91 | FILES_${PN} = " ${base_bindir}/* \ |
92 | ${datadir}/dbus-1/services \ | 92 | ${datadir}/dbus-1/services \ |