summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_242.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-05-07 16:53:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 23:00:32 +0100
commita89a08ce7c8fd50fe9159cad70b63afbff82c50c (patch)
treeae6a2cad65554ee4a57e71654cbce03d8183bf42 /meta/recipes-core/systemd/systemd_242.bb
parent601cb3b5e029d2508e31ae0c26e4ffb6a5b40a65 (diff)
downloadpoky-a89a08ce7c8fd50fe9159cad70b63afbff82c50c.tar.gz
systemd: Backport patch to fix build with gcc9
Do not disable the warning as error for overflow, which was a workaround until the real fix came in. (From OE-Core rev: d5e999616e2671442cfc678750bdfb990ef5728c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_242.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_242.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb
index 69b1f7ed0e..3012f20b11 100644
--- a/meta/recipes-core/systemd/systemd_242.bb
+++ b/meta/recipes-core/systemd/systemd_242.bb
@@ -22,6 +22,7 @@ SRC_URI += "file://touchscreen.rules \
22 file://0003-implment-systemd-sysv-install-for-OE.patch \ 22 file://0003-implment-systemd-sysv-install-for-OE.patch \
23 file://0004-rules-whitelist-hd-devices.patch \ 23 file://0004-rules-whitelist-hd-devices.patch \
24 file://0005-rules-watch-metadata-changes-in-ide-devices.patch \ 24 file://0005-rules-watch-metadata-changes-in-ide-devices.patch \
25 file://0006-network-remove-redunant-link-name-in-message.patch \
25 file://99-default.preset \ 26 file://99-default.preset \
26 " 27 "
27 28
@@ -204,8 +205,6 @@ EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \
204 -Dsulogin-path=${base_sbindir}/sulogin \ 205 -Dsulogin-path=${base_sbindir}/sulogin \
205 -Dumount-path=${base_bindir}/umount" 206 -Dumount-path=${base_bindir}/umount"
206 207
207CFLAGS += "-Wno-error=format-overflow"
208
209do_install() { 208do_install() {
210 meson_do_install 209 meson_do_install
211 install -d ${D}/${base_sbindir} 210 install -d ${D}/${base_sbindir}