diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 16:49:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 16:49:37 +0200 |
commit | 960002137d7657d7ad057b9f26c4ecec283cbf66 (patch) | |
tree | 87beaec8fca54073d77ef596959796a4bce2daf7 /meta-oe/recipes-core | |
parent | ca82bc073d164fd49f3b3b830545e879096abc5c (diff) | |
download | meta-openembedded-960002137d7657d7ad057b9f26c4ecec283cbf66.tar.gz |
systemd: fix initramfs symlink
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 f9e024bd1..c5503e840 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 = "r1" | 17 | PR = "r2" |
18 | 18 | ||
19 | inherit pkgconfig autotools vala perlnative | 19 | inherit pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -54,7 +54,7 @@ do_install() { | |||
54 | rm ${D}${base_libdir}/systemd/system/serial-getty* -f | 54 | rm ${D}${base_libdir}/systemd/system/serial-getty* -f |
55 | 55 | ||
56 | # provide support for initramfs | 56 | # provide support for initramfs |
57 | ln -s ${base_sbindir}/init ${D}/systemd | 57 | ln -s ${base_bindir}/systemd ${D}/init |
58 | } | 58 | } |
59 | 59 | ||
60 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs" | 60 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs" |