diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-05 14:01:48 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-05 14:03:20 +0000 |
| commit | 267a38fddeecb28b269fc86f7024e50dbc47acbe (patch) | |
| tree | 4034b8d77511194d0b84b7b9125c22ca3c12145e /recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch | |
| parent | 7193a7f1f4f49ba940d5b4cc15a46be2077d0a14 (diff) | |
| download | meta-qt5-267a38fddeecb28b269fc86f7024e50dbc47acbe.tar.gz | |
qtwebengine: fix build with gcc8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch b/recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch deleted file mode 100644 index 00793ef8..00000000 --- a/recipes-qt/qt5/qtwebengine/0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | From 1633367ce21f63a747b1523867a1bf431098f223 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Fri, 7 Jul 2017 17:15:34 -0700 | ||
| 4 | Subject: [PATCH] chromium: musl: include asm-generic/ioctl.h for TCGETS2 | ||
| 5 | |||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 7 | --- | ||
| 8 | chromium/device/serial/serial_io_handler_posix.cc | 1 + | ||
| 9 | 1 file changed, 1 insertion(+) | ||
| 10 | |||
| 11 | diff --git a/chromium/device/serial/serial_io_handler_posix.cc b/chromium/device/serial/serial_io_handler_posix.cc | ||
| 12 | index d6ed5e1f88..b550f895ef 100644 | ||
| 13 | --- a/chromium/device/serial/serial_io_handler_posix.cc | ||
| 14 | +++ b/chromium/device/serial/serial_io_handler_posix.cc | ||
| 15 | @@ -6,6 +6,7 @@ | ||
| 16 | |||
| 17 | #include <sys/ioctl.h> | ||
| 18 | #include <termios.h> | ||
| 19 | +#include <asm-generic/ioctls.h> | ||
| 20 | |||
| 21 | #include "base/files/file_util.h" | ||
| 22 | #include "base/posix/eintr_wrapper.h" | ||
