[oe-commits] Koen Kooi : systemd: bump to a rev where hwclock isn't needed anymore

git version control git at git.openembedded.org
Thu May 26 11:03:16 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b80e76fc6143912457c9f11bfe4c1f9c9cdaef2
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=3b80e76fc6143912457c9f11bfe4c1f9c9cdaef2

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 25 20:22:21 2011 +0200

systemd: bump to a rev where hwclock isn't needed anymore

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/systemd/systemd_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index f894239..c39d761 100644
--- a/recipes/systemd/systemd_git.bb
+++ b/recipes/systemd/systemd_git.bb
@@ -18,7 +18,7 @@ PR = "r10"
 
 inherit autotools vala update-alternatives
 
-SRCREV = "784a51d5efed9fd4b4421ec8ccf3f0918b36b4b3"
+SRCREV = "da2617378523e007ec0c6efe99d0cebb2be994e1"
 
 SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
            file://execute.patch \
@@ -84,6 +84,6 @@ FILES_${PN} = " ${base_bindir}/* \
 
 FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug"
 
-# util-linux -> hwclock, kbd -> loadkeys,setfont
-RRECOMMENDS_${PN} += "util-linux kbd kbd-consolefonts ${PN}-serialgetty"
+# kbd -> loadkeys,setfont
+RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty"
 





More information about the Openembedded-commits mailing list