diff options
-rw-r--r-- | meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch | 38 | ||||
-rw-r--r-- | meta/recipes-extended/groff/groff_1.23.0.bb | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch b/meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch new file mode 100644 index 0000000000..d9455af2ac --- /dev/null +++ b/meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch | |||
@@ -0,0 +1,38 @@ | |||
1 | From 12169aa269341753d491a69e9adb86c58dca039a Mon Sep 17 00:00:00 2001 | ||
2 | From: "G. Branden Robinson" <g.branden.robinson@gmail.com> | ||
3 | Date: Thu, 10 Oct 2024 18:17:08 -0500 | ||
4 | Subject: [PATCH] [hdtbl]: Fix Savannah #66316 (missing `grn` dep). | ||
5 | |||
6 | * hdtbl.am (HDTBLPROCESSEDEXAMPLEFILES): Declare dependency on `grn`; | ||
7 | because `-I` flags are used, it is dragged in even though not | ||
8 | explicitly needed. Resolves race against `grn`'s availability in the | ||
9 | build tree. | ||
10 | |||
11 | Fixes <https://savannah.gnu.org/bugs/?66316>. Thanks to Ross Burton for | ||
12 | the report. | ||
13 | |||
14 | Upstream-Status: Backport | ||
15 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
16 | --- | ||
17 | contrib/hdtbl/ChangeLog | 10 ++++++++++ | ||
18 | contrib/hdtbl/hdtbl.am | 3 +-- | ||
19 | 2 files changed, 11 insertions(+), 2 deletions(-) | ||
20 | |||
21 | diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am | ||
22 | index b6c334c18..3c37174f2 100644 | ||
23 | --- a/contrib/hdtbl/hdtbl.am | ||
24 | +++ b/contrib/hdtbl/hdtbl.am | ||
25 | @@ -119,9 +119,8 @@ SUFFIXES += .roff .in .ps | ||
26 | && sed -e "s|[@]fontdir[@]|$(fontdir)|" \ | ||
27 | -e "s|[@]EGREP[@]|$(EGREP)|" $< >$@ | ||
28 | |||
29 | - | ||
30 | $(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \ | ||
31 | - grops font/devps/stamp contrib/hdtbl/examples/common.roff | ||
32 | + grops grn font/devps/stamp contrib/hdtbl/examples/common.roff | ||
33 | |||
34 | uninstall_groffdirs: uninstall-hdtbl-hook | ||
35 | uninstall-hdtbl-hook: | ||
36 | -- | ||
37 | 2.34.1 | ||
38 | |||
diff --git a/meta/recipes-extended/groff/groff_1.23.0.bb b/meta/recipes-extended/groff/groff_1.23.0.bb index 0fc4f831d8..8a16321479 100644 --- a/meta/recipes-extended/groff/groff_1.23.0.bb +++ b/meta/recipes-extended/groff/groff_1.23.0.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ | |||
12 | file://0001-Make-manpages-mulitlib-identical.patch \ | 12 | file://0001-Make-manpages-mulitlib-identical.patch \ |
13 | file://0001-build-Fix-Savannah-64681-webpage.ps-deps.patch \ | 13 | file://0001-build-Fix-Savannah-64681-webpage.ps-deps.patch \ |
14 | file://0001-build-meintro_fr.ps-depends-on-tbl.patch \ | 14 | file://0001-build-meintro_fr.ps-depends-on-tbl.patch \ |
15 | file://0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[sha256sum] = "6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13" | 18 | SRC_URI[sha256sum] = "6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13" |