summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_206.bb
diff options
context:
space:
mode:
authorDiego Sueiro <diego.sueiro@gmail.com>2014-02-14 10:40:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-14 12:30:30 +0000
commitf0b1753b90ea6e2f34228d092fcef682d94dd1a0 (patch)
tree4163b68c7a4947f6e1e9becc9482d1b9d276b947 /meta/recipes-core/systemd/systemd_206.bb
parent97c9163d97911dad0afcd0dae39e5c426e27e921 (diff)
downloadpoky-f0b1753b90ea6e2f34228d092fcef682d94dd1a0.tar.gz
systemd: journald fix ignored disk space restrictions
The upstream bug report can be seen at: [Systemd #68161] -- https://bugs.freedesktop.org/show_bug.cgi?id=68161 This backports patches come from 207 and need to address this in the 206 version for dora branch. (From OE-Core rev: 07df3db5dd62e793770af6e47ea2f830272e8afc) Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_206.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_206.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index a1a8bd7ceb..e7d0f1f05e 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -21,6 +21,8 @@ SRC_URI = "http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz \
21 file://0001-use-CAP_MKNOD-ConditionCapability.patch \ 21 file://0001-use-CAP_MKNOD-ConditionCapability.patch \
22 file://0001-Use-bin-mkdir-instead-of-host-mkdir-path.patch \ 22 file://0001-Use-bin-mkdir-instead-of-host-mkdir-path.patch \
23 file://binfmt-install.patch \ 23 file://binfmt-install.patch \
24 file://journald-fix-fd-leak-in-journal_file_empty.patch \
25 file://journald-fix-vacuuming-of-archived-journals.patch \
24 file://touchscreen.rules \ 26 file://touchscreen.rules \
25 ${UCLIBCPATCHES} \ 27 ${UCLIBCPATCHES} \
26 file://00-create-volatile.conf \ 28 file://00-create-volatile.conf \