diff options
Diffstat (limited to 'meta-oe')
-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 670a4272e..6c34f7555 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
@@ -18,7 +18,7 @@ PKGV = "v${GITPKGVTAG}" | |||
18 | # Except that PKGV doesn't work in OE-core :( | 18 | # Except that PKGV doesn't work in OE-core :( |
19 | # PV = "git" | 19 | # PV = "git" |
20 | PV = "v28" | 20 | PV = "v28" |
21 | PR = "r0" | 21 | PR = "r1" |
22 | 22 | ||
23 | inherit autotools vala update-alternatives | 23 | inherit autotools vala update-alternatives |
24 | 24 | ||
@@ -53,7 +53,7 @@ do_install_append() { | |||
53 | sed -i -e s/\@BAUDRATE\@/${@get_baudrate(bb, d)}/g ${WORKDIR}/serial-getty@.service | 53 | sed -i -e s/\@BAUDRATE\@/${@get_baudrate(bb, d)}/g ${WORKDIR}/serial-getty@.service |
54 | install ${WORKDIR}/serial-getty@.service ${D}${base_libdir}/systemd/system/ | 54 | install ${WORKDIR}/serial-getty@.service ${D}${base_libdir}/systemd/system/ |
55 | ln -sf ${base_libdir}/systemd/system/serial-getty@.service \ | 55 | ln -sf ${base_libdir}/systemd/system/serial-getty@.service \ |
56 | ${D}${sysconfdir}/systemd/system/getty.target.wants/getty@${@get_console(bb, d)}.service | 56 | ${D}${sysconfdir}/systemd/system/getty.target.wants/serial-getty@${@get_console(bb, d)}.service |
57 | fi | 57 | fi |
58 | } | 58 | } |
59 | 59 | ||