summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch')
-rw-r--r--meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch37
1 files changed, 22 insertions, 15 deletions
diff --git a/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch b/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch
index c80a2a5c38..23992576f9 100644
--- a/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch
+++ b/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch
@@ -1,7 +1,7 @@
1From 75761ae7adc88412de4379d1cf5484b055cd5f18 Mon Sep 17 00:00:00 2001 1From eb16276c3e2e34aa2e57f6a0e68554657b90cd28 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 17:06:29 +0800 3Date: Sat, 11 May 2019 17:06:29 +0800
4Subject: [PATCH 2/2] groff searchs fonts which are provided by ghostscript on 4Subject: [PATCH] groff searchs fonts which are provided by ghostscript on
5 build host. It causes non-determinism issue. So not search font dirs on host. 5 build host. It causes non-determinism issue. So not search font dirs on host.
6 6
7Upstream-Status: Inappropriate [cross build specific] 7Upstream-Status: Inappropriate [cross build specific]
@@ -10,23 +10,30 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
10 10
11Rebase to 1.22.4 11Rebase to 1.22.4
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13
13--- 14---
14 font/devpdf/Foundry.in | 2 +- 15 font/devpdf/Foundry.in | 4 ++--
15 1 file changed, 1 insertion(+), 1 deletion(-) 16 1 file changed, 2 insertions(+), 2 deletions(-)
16 17
17diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in 18diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
18index 93e9b66..235b23b 100644 19index e5aba65..5441734 100644
19--- a/font/devpdf/Foundry.in 20--- a/font/devpdf/Foundry.in
20+++ b/font/devpdf/Foundry.in 21+++ b/font/devpdf/Foundry.in
21@@ -65,7 +65,7 @@ ZD|Y||||Dingbats!d050000l.pfb 22@@ -20,7 +20,7 @@
22 #======================================================================
23 23
24 #Foundry|Name|Searchpath 24 #=======================================================================
25-foundry|U|(gs):@urwfontsdir@ :/usr/share/fonts/type1/gsfonts :/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different) 25 #Foundry|Name|Search path
26+foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different) 26-foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
27 #Define Flags for afmtodit 27+foundry||(gs)
28
29 # Enable the font description files for grops (generated from Adobe
30 # foundry font files) to be used with gropdf. afmtodit must not be
31@@ -72,7 +72,7 @@ EURO|N||||*../devps/freeeuro.pfa
32 # URW fonts are typically shipped with Ghostscript, but can be replaced.
33
34 #Foundry|Name|Search path
35-foundry|U|@urwfontsdir@:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript:(gs)
36+foundry|U|(gs)
37
38 # Define flags for afmtodit.
28 39
29 r=-i 0 -m
30--
312.7.4
32