summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:03 +0000
commit02201e986d4c412f6c2346a41d70e0e680ecb861 (patch)
tree4ee41c1a7ff292dd2c7a55c8d50bc381cc06c838 /meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
parentc9be277fb3b7ef2ea2bfcede972b91d91abe2e54 (diff)
downloadpoky-02201e986d4c412f6c2346a41d70e0e680ecb861.tar.gz
webkitgtk: upgrade 2.42.2 -> 2.42.5
(From OE-Core rev: e70cd3ce5e2f49b657de7f06994da751099fe331) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/reproducibility.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/reproducibility.patch16
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch b/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
index e866a1a193..93a431a0b1 100644
--- a/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
+++ b/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
@@ -1,3 +1,8 @@
1From d096b945113ddecaf33062296e20b6d5a007cab3 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Mon, 3 Jan 2022 14:18:34 +0000
4Subject: [PATCH] webkitgtk: Add reproducibility fix
5
1Injection a year based on the current date isn't reproducible. Hack this 6Injection a year based on the current date isn't reproducible. Hack this
2to a specific year for now for reproducibilty and to avoid autobuilder failures. 7to a specific year for now for reproducibilty and to avoid autobuilder failures.
3 8
@@ -6,11 +11,14 @@ then this could be submitted upstream, sadly my ruby isn't up to that.
6 11
7Upstream-Status: Pending [could be reworked] 12Upstream-Status: Pending [could be reworked]
8Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 13Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14---
15 Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
9 17
10Index: webkitgtk-2.34.2/Source/JavaScriptCore/generator/GeneratedFile.rb 18diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/GeneratedFile.rb
11=================================================================== 19index 6ed2b6e4..86a28286 100644
12--- webkitgtk-2.34.2.orig/Source/JavaScriptCore/generator/GeneratedFile.rb 20--- a/Source/JavaScriptCore/generator/GeneratedFile.rb
13+++ webkitgtk-2.34.2/Source/JavaScriptCore/generator/GeneratedFile.rb 21+++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
14@@ -25,7 +25,7 @@ require 'date' 22@@ -25,7 +25,7 @@ require 'date'
15 require 'digest' 23 require 'digest'
16 24