[oe-commits] Koen Kooi : systemd: move kbd RECOMMENDS to vconsole-setup where they belong

git at git.openembedded.org git at git.openembedded.org
Fri Jan 20 11:39:28 UTC 2012


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jan 20 12:29:32 2012 +0100

systemd: move kbd RECOMMENDS to vconsole-setup where they belong

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

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index b779f61..334d2d2 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 = "r9"
+PR = "r10"
 
 inherit useradd pkgconfig autotools vala perlnative
 
@@ -76,6 +76,8 @@ FILES_${PN}-vconsole-setup = "${base_libdir}/systemd/systemd-vconsole-setup \
                               ${base_libdir}/systemd/system/systemd-vconsole-setup.service \
                               ${base_libdir}/systemd/system/sysinit.target.wants/systemd-vconsole-setup.service"
 
+RRECOMMENDS_$PN}-vconsole-setup = "kbd kbd-consolefonts"
+
 FILES_${PN} += " ${base_bindir}/* \
                 ${datadir}/dbus-1/services \
                 ${datadir}/dbus-1/system-services \
@@ -102,8 +104,7 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd"
 # of blacklist support, so use proper modprobe from module-init-tools
 # And pull in the kernel modules mentioned in INSTALL
 # swapon -p is also not supported by busybox
-RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
-                      systemd-serialgetty \
+RRECOMMENDS_${PN} += "systemd-serialgetty \
                       util-linux-agetty \
                       util-linux-swaponoff \
                       util-linux-fsck e2fsprogs-e2fsck \





More information about the Openembedded-commits mailing list