summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/files/migrator.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/epiphany/files/migrator.patch')
-rw-r--r--meta/recipes-gnome/epiphany/files/migrator.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/meta/recipes-gnome/epiphany/files/migrator.patch b/meta/recipes-gnome/epiphany/files/migrator.patch
index a9a650a64a..1b4404c8ca 100644
--- a/meta/recipes-gnome/epiphany/files/migrator.patch
+++ b/meta/recipes-gnome/epiphany/files/migrator.patch
@@ -1,15 +1,23 @@
1From b38a4ceaeec05efb1b822d52c43590e7fd518113 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Thu, 25 Feb 2021 14:52:32 +0000
4Subject: [PATCH] epiphany: Fix reproducibility issue
5
1We don't want to encide BUILD_ROOT into target packages. This is used 6We don't want to encide BUILD_ROOT into target packages. This is used
2for build time tests but in our case those would be on target anyway 7for build time tests but in our case those would be on target anyway
3do use the target paths. 8do use the target paths.
4 9
5Upstream-Status: Pending 10Upstream-Status: Pending
6RP 2021/2/25 11RP 2021/2/25
12---
13 lib/ephy-profile-utils.c | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
7 15
8Index: epiphany-3.38.2/lib/ephy-profile-utils.c 16diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
9=================================================================== 17index a2f6181..5218077 100644
10--- epiphany-3.38.2.orig/lib/ephy-profile-utils.c 18--- a/lib/ephy-profile-utils.c
11+++ epiphany-3.38.2/lib/ephy-profile-utils.c 19+++ b/lib/ephy-profile-utils.c
12@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const c 20@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
13 argv[i++] = NULL; 21 argv[i++] = NULL;
14 22
15 #if DEVELOPER_MODE 23 #if DEVELOPER_MODE