summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff/groff_1.22.3.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-10-26 17:45:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-29 17:26:47 +0000
commit123670227d37e2524d8001dcac984381431e175a (patch)
treee6fdbc97281b9b483b6d4e6a86c4cb50314dc59b /meta/recipes-extended/groff/groff_1.22.3.bb
parent57fd1c9b6669bfaad4abe8b597f8c0f744926b35 (diff)
downloadpoky-123670227d37e2524d8001dcac984381431e175a.tar.gz
groff: not search fonts on build host
groff searches fonts on build host which are provided by ghostscript. The number of font files installed by groff are different according to whether ghostscript fonts are installed on build host. Fix it by not search font dirs on the host. (From OE-Core rev: 01bce5fada48ecc7bd76c3d7fbade3c034518573) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.3.bb')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.3.bb1
1 files changed, 1 insertions, 0 deletions
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
16SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5" 17SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5"