forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-17 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'))