diff options
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0001-MiniBrowser-Fix-reproduciblity.patch | 31 | ||||
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.30.6.bb | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-MiniBrowser-Fix-reproduciblity.patch b/meta/recipes-sato/webkit/webkitgtk/0001-MiniBrowser-Fix-reproduciblity.patch new file mode 100644 index 0000000000..98d2d1ded9 --- /dev/null +++ b/meta/recipes-sato/webkit/webkitgtk/0001-MiniBrowser-Fix-reproduciblity.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | From dcf9ae0dc0b4510eddbeeea09e11edfb123f95af Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sun, 2 May 2021 13:10:49 -0700 | ||
| 4 | Subject: [PATCH] MiniBrowser: Fix reproduciblity | ||
| 5 | |||
| 6 | Do not emit references to source dir in generated sourcecode | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=225283] | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | Tools/MiniBrowser/gtk/CMakeLists.txt | 4 ++-- | ||
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Tools/MiniBrowser/gtk/CMakeLists.txt b/Tools/MiniBrowser/gtk/CMakeLists.txt | ||
| 15 | index 93b62521..482d3b00 100644 | ||
| 16 | --- a/Tools/MiniBrowser/gtk/CMakeLists.txt | ||
| 17 | +++ b/Tools/MiniBrowser/gtk/CMakeLists.txt | ||
| 18 | @@ -51,8 +51,8 @@ add_custom_command( | ||
| 19 | OUTPUT ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.c | ||
| 20 | ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.h | ||
| 21 | MAIN_DEPENDENCY ${MiniBrowser_DIR}/browser-marshal.list | ||
| 22 | - COMMAND glib-genmarshal --prefix=browser_marshal ${MiniBrowser_DIR}/browser-marshal.list --body > ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.c | ||
| 23 | - COMMAND glib-genmarshal --prefix=browser_marshal ${MiniBrowser_DIR}/browser-marshal.list --header > ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.h | ||
| 24 | + COMMAND glib-genmarshal --prefix=browser_marshal ${MiniBrowser_DIR}/browser-marshal.list --body --skip-source > ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.c | ||
| 25 | + COMMAND glib-genmarshal --prefix=browser_marshal ${MiniBrowser_DIR}/browser-marshal.list --header --skip-source > ${MiniBrowser_DERIVED_SOURCES_DIR}/BrowserMarshal.h | ||
| 26 | VERBATIM) | ||
| 27 | |||
| 28 | if (USE_GTK4) | ||
| 29 | -- | ||
| 30 | 2.31.1 | ||
| 31 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.6.bb index 2912bc83a6..7d0d0fc16f 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.30.6.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.30.6.bb | |||
| @@ -20,6 +20,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
| 20 | file://reduce-memory-overheads.patch \ | 20 | file://reduce-memory-overheads.patch \ |
| 21 | 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 \ |
| 22 | file://musl-lower-stack-usage.patch \ | 22 | file://musl-lower-stack-usage.patch \ |
| 23 | file://0001-MiniBrowser-Fix-reproduciblity.patch \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | SRC_URI[sha256sum] = "50736ec7a91770b5939d715196e5fe7209b93efcdeef425b24dc51fb8e9d7c1e" | 26 | SRC_URI[sha256sum] = "50736ec7a91770b5939d715196e5fe7209b93efcdeef425b24dc51fb8e9d7c1e" |
