summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_225.bb
diff options
context:
space:
mode:
authorBill Randle <william.c.randle@intel.com>2016-04-11 00:29:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-11 22:02:03 +0100
commit2aeac77235245a1026d74e86a72dfbd593db650d (patch)
tree2ac1309d507abf971a6f60207dc66bb5be25dc0d /meta/recipes-core/systemd/systemd_225.bb
parent9e5370d2e67b0525dd7b955a22e771520cb40861 (diff)
downloadpoky-2aeac77235245a1026d74e86a72dfbd593db650d.tar.gz
systemd: fix segfault on shutdown
This applies upstream fixes to fix a segfault in systemd-logind on shutdown. [Fixes YOCTO #9265] (From OE-Core rev: 4939402d8c67d68e20618cdfdd091bd8cc3f535a) Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_225.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_225.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 18c2448124..7c66ba20e4 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -46,6 +46,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
46 file://init \ 46 file://init \
47 file://run-ptest \ 47 file://run-ptest \
48 file://rules-whitelist-hd-devices.patch \ 48 file://rules-whitelist-hd-devices.patch \
49 file://0023-backported-fixes-for-null-messages.patch \
49 " 50 "
50SRC_URI_append_qemuall = " file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch" 51SRC_URI_append_qemuall = " file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch"
51 52