summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_234.bb
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-12-06 11:27:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 18:03:57 +0000
commite76779d77e0b42641073ef503019ecfef0c1681d (patch)
tree3bfd447a7714e67e4c5c18c08c25be1a15f5d30d /meta/recipes-core/systemd/systemd_234.bb
parent05bcd72f9f6fb89d853a74d6fbb7becdfb06db84 (diff)
downloadpoky-e76779d77e0b42641073ef503019ecfef0c1681d.tar.gz
systemd: fix segfault when terminating systemd --test
Currently, if "systemd --test" is not allowed to complete sending output, it will segfault. (From OE-Core rev: 7e4632f17ba92ac71351e45acf11f0d7dfe14e0c) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_234.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_234.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/recipes-core/systemd/systemd_234.bb
index 765daf2084..778b8681a9 100644
--- a/meta/recipes-core/systemd/systemd_234.bb
+++ b/meta/recipes-core/systemd/systemd_234.bb
@@ -42,6 +42,8 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
42 file://0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ 42 file://0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \
43 file://0001-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch \ 43 file://0001-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch \
44 file://0001-Use-uintmax_t-for-handling-rlim_t.patch \ 44 file://0001-Use-uintmax_t-for-handling-rlim_t.patch \
45 file://0001-core-evaluate-presets-after-generators-have-run-6526.patch \
46 file://0001-main-skip-many-initialization-steps-when-running-in-.patch \
45 " 47 "
46SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch" 48SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch"
47 49