1
0
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:
Alexander Kanavin
2024-03-06 07:42:07 -08:00
committed by Richard Purdie
parent 4d80c539be
commit 36965634be
4 changed files with 27 additions and 13 deletions
@@ -1,12 +1,19 @@
Don't encode the distro from /etc/os-release into the binaries.
From c297f5b89d7c8e98ac98e1d9a7506df6db6fc025 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Fri, 26 Feb 2021 10:17:52 +0000
Subject: [PATCH] Don't encode the distro from /etc/os-release into the
binaries.
Upstream-Status: Pending
RP 2021/2/26
---
meson.build | 1 +
1 file changed, 1 insertion(+)
Index: epiphany-3.38.2/meson.build
===================================================================
--- epiphany-3.38.2.orig/meson.build
+++ epiphany-3.38.2/meson.build
diff --git a/meson.build b/meson.build
index e416cc7..ee5f7b1 100644
--- a/meson.build
+++ b/meson.build
@@ -15,6 +15,7 @@ if r.returncode() == 0
else
distributor_name = 'GNOME Web'