[oe-commits] Koen Kooi : systemd: fix initramfs symlink

git at git.openembedded.org git at git.openembedded.org
Fri Oct 21 14:55:18 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Oct 21 16:49:37 2011 +0200

systemd: fix initramfs symlink

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 f9e024b..c5503e8 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 = "r1"
+PR = "r2"
 
 inherit pkgconfig autotools vala perlnative
 
@@ -54,7 +54,7 @@ do_install() {
 	rm ${D}${base_libdir}/systemd/system/serial-getty* -f
 
 	# provide support for initramfs
-	ln -s ${base_sbindir}/init ${D}/systemd
+	ln -s ${base_bindir}/systemd ${D}/init
 }
 
 PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs"





More information about the Openembedded-commits mailing list