diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/groff/groff-1.22.3/groff-not-search-fonts-on-build-host.patch | 20 | ||||
-rw-r--r-- | meta/recipes-extended/groff/groff_1.22.3.bb | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/groff-1.22.3/groff-not-search-fonts-on-build-host.patch b/meta/recipes-extended/groff/groff-1.22.3/groff-not-search-fonts-on-build-host.patch new file mode 100644 index 0000000000..ff8f320592 --- /dev/null +++ b/meta/recipes-extended/groff/groff-1.22.3/groff-not-search-fonts-on-build-host.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | groff searchs fonts which are provided by ghostscript on build host. | ||
2 | It causes non-determinism issue. So not search font dirs on host. | ||
3 | |||
4 | Upstream-Status: Inappropriate [cross build specific] | ||
5 | |||
6 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
7 | |||
8 | diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in | ||
9 | index a6e968f..8094642 100644 | ||
10 | --- a/font/devpdf/Foundry.in | ||
11 | +++ b/font/devpdf/Foundry.in | ||
12 | @@ -65,7 +65,7 @@ ZD|Y||||Dingbats!d050000l.pfb | ||
13 | #====================================================================== | ||
14 | |||
15 | #Foundry|Name|Searchpath | ||
16 | -foundry|U|(gs):/usr/share/fonts/type1/gsfonts :/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different) | ||
17 | +foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different) | ||
18 | #Define Flags for afmtodit | ||
19 | |||
20 | r=-i 0 -m | ||
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb index ce7ce3e791..ba90cadd88 100644 --- a/meta/recipes-extended/groff/groff_1.22.3.bb +++ b/meta/recipes-extended/groff/groff_1.22.3.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ | |||
11 | file://groff-1.22.2-correct-man.local-install-path.patch \ | 11 | file://groff-1.22.2-correct-man.local-install-path.patch \ |
12 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 12 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
13 | file://0001-replace-perl-w-with-use-warnings.patch \ | 13 | file://0001-replace-perl-w-with-use-warnings.patch \ |
14 | file://groff-not-search-fonts-on-build-host.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5" | 17 | SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5" |