mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
epiphany: upgrade 45.1 -> 45.3
(From OE-Core rev: 7d96a1c77147a08d39b98de6b619cfe5e5c0338c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d80c539be
commit
36965634be
@@ -1,15 +1,23 @@
|
||||
From b38a4ceaeec05efb1b822d52c43590e7fd518113 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Date: Thu, 25 Feb 2021 14:52:32 +0000
|
||||
Subject: [PATCH] epiphany: Fix reproducibility issue
|
||||
|
||||
We don't want to encide BUILD_ROOT into target packages. This is used
|
||||
for build time tests but in our case those would be on target anyway
|
||||
do use the target paths.
|
||||
|
||||
Upstream-Status: Pending
|
||||
RP 2021/2/25
|
||||
---
|
||||
lib/ephy-profile-utils.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: epiphany-3.38.2/lib/ephy-profile-utils.c
|
||||
===================================================================
|
||||
--- epiphany-3.38.2.orig/lib/ephy-profile-utils.c
|
||||
+++ epiphany-3.38.2/lib/ephy-profile-utils.c
|
||||
@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const c
|
||||
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
|
||||
index a2f6181..5218077 100644
|
||||
--- a/lib/ephy-profile-utils.c
|
||||
+++ b/lib/ephy-profile-utils.c
|
||||
@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
|
||||
argv[i++] = NULL;
|
||||
|
||||
#if DEVELOPER_MODE
|
||||
|
||||
Reference in New Issue
Block a user