diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-04-04 13:39:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-05 15:29:02 +0100 |
| commit | ef501020fb44c7f1984fc854d0a70d082aa9a5c1 (patch) | |
| tree | 53fce4dceb51d275d69d9d6d5f4a89bc5aa708f2 /meta/recipes-sato | |
| parent | 8d00b494a2d3169db91bb3f54a3541a99051cfb7 (diff) | |
| download | poky-ef501020fb44c7f1984fc854d0a70d082aa9a5c1.tar.gz | |
webkitgtk: Drop include_array.patch
It has been fixed with another upstream fix
https://bugs.webkit.org/show_bug.cgi?id=198180
(From OE-Core rev: d6e1452491e27a1bd70b82e6b41c4f058d8684aa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/include_array.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/include_array.patch b/meta/recipes-sato/webkit/webkitgtk/include_array.patch deleted file mode 100644 index 7268b04bf4..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/include_array.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | Added missing include for std::array | ||
| 2 | |||
| 3 | Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197085] | ||
| 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 5 | |||
| 6 | --- webkitgtk-2.24.0/Source/JavaScriptCore/assembler/PerfLog.cpp.org 2019-04-18 18:03:50.226231691 -0700 | ||
| 7 | +++ webkitgtk-2.24.0/Source/JavaScriptCore/assembler/PerfLog.cpp 2019-04-18 18:07:28.569153989 -0700 | ||
| 8 | @@ -31,6 +31,7 @@ | ||
| 9 | #include <elf.h> | ||
| 10 | #include <fcntl.h> | ||
| 11 | #include <mutex> | ||
| 12 | +#include <array> | ||
| 13 | #include <sys/mman.h> | ||
| 14 | #include <sys/stat.h> | ||
| 15 | #include <sys/syscall.h> | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb index ff4c496e2a..cdc3f9b584 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
| 16 | file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ | 16 | file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ |
| 17 | file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \ | 17 | file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \ |
| 18 | file://0001-Fix-build-with-musl.patch \ | 18 | file://0001-Fix-build-with-musl.patch \ |
| 19 | file://include_array.patch \ | ||
| 20 | file://include_xutil.patch \ | 19 | file://include_xutil.patch \ |
| 21 | file://reduce-memory-overheads.patch \ | 20 | file://reduce-memory-overheads.patch \ |
| 22 | file://0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch \ | 21 | file://0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch \ |
