diff options
-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 f9e024bd1d..c5503e8409 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" |