From 38f513bfc74a87e0425c0ec7d8f5b3bd20233250 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Feb 2021 10:17:52 +0000 Subject: epiphany: Fix distributor contamination from /etc/os-release Set our own distro string rather than using the value from /etc/os-release. (From OE-Core rev: 77f23ece471e8855bfd8be06951f21cabce25545) Signed-off-by: Richard Purdie --- meta/recipes-gnome/epiphany/files/distributor.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-gnome/epiphany/files/distributor.patch (limited to 'meta/recipes-gnome/epiphany/files/distributor.patch') diff --git a/meta/recipes-gnome/epiphany/files/distributor.patch b/meta/recipes-gnome/epiphany/files/distributor.patch new file mode 100644 index 0000000000..b09c9b38d2 --- /dev/null +++ b/meta/recipes-gnome/epiphany/files/distributor.patch @@ -0,0 +1,17 @@ +Don't encode the distro from /etc/os-release into the binaries. + +Upstream-Status: Pending +RP 2021/2/26 + +Index: epiphany-3.38.2/meson.build +=================================================================== +--- epiphany-3.38.2.orig/meson.build ++++ epiphany-3.38.2/meson.build +@@ -15,6 +15,7 @@ if r.returncode() == 0 + else + distributor_name = 'GNOME Web' + endif ++distributor_name = 'OpenEmbedded' + + prefix = get_option('prefix') + datadir = join_paths(prefix, get_option('datadir')) -- cgit v1.2.3-54-g00ecf