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>2018-01-06 10:13:56 +0000
commiteeae09b7a8d5bf2f1198a50aa01d9398cb601807 (patch)
tree49e40d2e1cd6ba5b2f8f676ebf53d73380e05d55 /meta/recipes-core/systemd/systemd_234.bb
parentb443c1741681eff6508a72539da22fc3386bcc95 (diff)
downloadpoky-eeae09b7a8d5bf2f1198a50aa01d9398cb601807.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: 275aa008699f576ff3465f1c5d552cd367352bd0) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 7e4632f17ba92ac71351e45acf11f0d7dfe14e0c) Signed-off-by: Armin Kuster <akuster808@gmail.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 bfcecb3d4e..9ce27bf67a 100644
--- a/meta/recipes-core/systemd/systemd_234.bb
+++ b/meta/recipes-core/systemd/systemd_234.bb
@@ -41,6 +41,8 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
41 file://0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ 41 file://0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \
42 file://0001-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch \ 42 file://0001-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch \
43 file://0001-Use-uintmax_t-for-handling-rlim_t.patch \ 43 file://0001-Use-uintmax_t-for-handling-rlim_t.patch \
44 file://0001-core-evaluate-presets-after-generators-have-run-6526.patch \
45 file://0001-main-skip-many-initialization-steps-when-running-in-.patch \
44 " 46 "
45SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch" 47SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch"
46 48