diff options
| author | Andrea Galbusera <gizero@gmail.com> | 2018-05-09 14:16:08 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:38 +0100 |
| commit | 5945fffebc5b0f519e2d98b98eebad78026a00c8 (patch) | |
| tree | 6202adaa8b059ea939f6d7b9a34ec2692eb5467e /meta/recipes-core/systemd/systemd_237.bb | |
| parent | fb08ae8f48776c1d02af8a03e2086c8f526f8e20 (diff) | |
| download | poky-5945fffebc5b0f519e2d98b98eebad78026a00c8.tar.gz | |
systemd: backport patch to fix build when gcrypt is enabled
When gcrypt support is present in PACKAGECONFIG, build fails due to the bug
reported in [1]. Since this is already solved upstream, this commit backports
the corresponding patch.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893602
(From OE-Core rev: 4f68722e37d28b5fdd30409570405bf65445eef2)
Signed-off-by: Andrea Galbusera <gizero@gmail.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_237.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd_237.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb index 1d04796f39..6f59e6064e 100644 --- a/meta/recipes-core/systemd/systemd_237.bb +++ b/meta/recipes-core/systemd/systemd_237.bb | |||
| @@ -50,6 +50,7 @@ SRC_URI += "file://touchscreen.rules \ | |||
| 50 | file://0030-fix-missing-of-__register_atfork-for-non-glibc-build.patch \ | 50 | file://0030-fix-missing-of-__register_atfork-for-non-glibc-build.patch \ |
| 51 | file://0031-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch \ | 51 | file://0031-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch \ |
| 52 | file://0032-memfd.patch \ | 52 | file://0032-memfd.patch \ |
| 53 | file://0033-basic-macros-rename-noreturn-into-_noreturn_-8456.patch \ | ||
| 53 | " | 54 | " |
| 54 | SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch" | 55 | SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch" |
| 55 | 56 | ||
