diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-05-12 16:16:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 17:55:11 +0100 |
commit | 66d67b818a7bb172f9ab804f9cb5b8e5b9e577f5 (patch) | |
tree | 58781fb06cfb1889afe8cb1c5951125a35858ed4 /meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch | |
parent | 8e7b9685d2d27511aef2cf1ce51d688337fbd31a (diff) | |
download | poky-66d67b818a7bb172f9ab804f9cb5b8e5b9e577f5.tar.gz |
groff: upgrade 1.22.3 -> 1.22.4
- Drop groff-1.22.2-correct-man.local-install-path.patch and
0001-Unset-need_charset_alias-when-building-for-musl.patch
- Inherit bbclass pkgcnofig to fix `undefined macro: AC_DEFINE'
...
| configure:20010: error: possibly undefined macro: AC_DEFINE
...
- Use autotools-brokensep to replace autotools to workaround failure
caused by out of tree
...
| rm -f lib/alloca.h-t lib/alloca.h && \
| { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
| cat ../groff-1.22.4/lib/alloca.in.h; \
| } > lib/alloca.h-t && \
| mv -f lib/alloca.h-t lib/alloca.h
| /bin/sh: line 4: lib/alloca.h-t: No such file or directory
| Makefile:10407: recipe for target 'lib/alloca.h' failed
...
- Add `--without-doc' to not use target groff to generate doc at build time,
since upstream commit [cfe916e Support of configure option to build the
documentation.]
- Remove groff depends groff-native, and add DEPENDS bison-native
- Add 0001-fix-shebang-for-taget.patch
- Add 0001-support-musl.patch
(From OE-Core rev: 70c2364cae3aad62877e0267d840ea3567d3d1ea)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch | 32 |
1 files changed, 32 insertions, 0 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 new file mode 100644 index 0000000000..c80a2a5c38 --- /dev/null +++ b/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | From 75761ae7adc88412de4379d1cf5484b055cd5f18 Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Sat, 11 May 2019 17:06:29 +0800 | ||
4 | Subject: [PATCH 2/2] groff searchs fonts which are provided by ghostscript on | ||
5 | build host. It causes non-determinism issue. So not search font dirs on host. | ||
6 | |||
7 | Upstream-Status: Inappropriate [cross build specific] | ||
8 | |||
9 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
10 | |||
11 | Rebase to 1.22.4 | ||
12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
13 | --- | ||
14 | font/devpdf/Foundry.in | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in | ||
18 | index 93e9b66..235b23b 100644 | ||
19 | --- a/font/devpdf/Foundry.in | ||
20 | +++ b/font/devpdf/Foundry.in | ||
21 | @@ -65,7 +65,7 @@ ZD|Y||||Dingbats!d050000l.pfb | ||
22 | #====================================================================== | ||
23 | |||
24 | #Foundry|Name|Searchpath | ||
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) | ||
26 | +foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different) | ||
27 | #Define Flags for afmtodit | ||
28 | |||
29 | r=-i 0 -m | ||
30 | -- | ||
31 | 2.7.4 | ||
32 | |||