diff options
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 2b549a0a61..4a8e9a1996 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 = "r18" | 17 | PR = "r19" |
| 18 | 18 | ||
| 19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
| 20 | 20 | ||
| @@ -59,6 +59,9 @@ do_install() { | |||
| 59 | 59 | ||
| 60 | # provide support for initramfs | 60 | # provide support for initramfs |
| 61 | ln -s ${base_bindir}/systemd ${D}/init | 61 | ln -s ${base_bindir}/systemd ${D}/init |
| 62 | |||
| 63 | # create dir for journal | ||
| 64 | install -d ${D}${localstatedir}/log/journal | ||
| 62 | } | 65 | } |
| 63 | 66 | ||
| 64 | python populate_packages_prepend (){ | 67 | python populate_packages_prepend (){ |
