summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/files/distributor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/epiphany/files/distributor.patch')
-rw-r--r--meta/recipes-gnome/epiphany/files/distributor.patch17
1 files changed, 12 insertions, 5 deletions
diff --git a/meta/recipes-gnome/epiphany/files/distributor.patch b/meta/recipes-gnome/epiphany/files/distributor.patch
index b09c9b38d2..a2800eb62d 100644
--- a/meta/recipes-gnome/epiphany/files/distributor.patch
+++ b/meta/recipes-gnome/epiphany/files/distributor.patch
@@ -1,12 +1,19 @@
1Don't encode the distro from /etc/os-release into the binaries. 1From c297f5b89d7c8e98ac98e1d9a7506df6db6fc025 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Fri, 26 Feb 2021 10:17:52 +0000
4Subject: [PATCH] Don't encode the distro from /etc/os-release into the
5 binaries.
2 6
3Upstream-Status: Pending 7Upstream-Status: Pending
4RP 2021/2/26 8RP 2021/2/26
9---
10 meson.build | 1 +
11 1 file changed, 1 insertion(+)
5 12
6Index: epiphany-3.38.2/meson.build 13diff --git a/meson.build b/meson.build
7=================================================================== 14index e416cc7..ee5f7b1 100644
8--- epiphany-3.38.2.orig/meson.build 15--- a/meson.build
9+++ epiphany-3.38.2/meson.build 16+++ b/meson.build
10@@ -15,6 +15,7 @@ if r.returncode() == 0 17@@ -15,6 +15,7 @@ if r.returncode() == 0
11 else 18 else
12 distributor_name = 'GNOME Web' 19 distributor_name = 'GNOME Web'