summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2024-11-11 06:32:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-12 11:19:44 +0000
commita38695f2ec50e233e5d957abd71c59adb68c2813 (patch)
treee0934abe76d8702c05b927d2cb99eb9135285ee7 /meta
parent4eaae8c55e78e28238878e85f9f88cb7d3707303 (diff)
downloadpoky-a38695f2ec50e233e5d957abd71c59adb68c2813.tar.gz
groff: Fix race issues for parallel build
Fixed race issues for parallel build: groff: error: couldn't exec soelim: Permission And: groff: error: couldn't exec grn: Permission denied (From OE-Core rev: b9ee7ea9ab05a1887c863dc9fccc65cb9e6850df) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch31
-rw-r--r--meta/recipes-extended/groff/groff_1.23.0.bb1
2 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch b/meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch
new file mode 100644
index 0000000000..de4a55bbab
--- /dev/null
+++ b/meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch
@@ -0,0 +1,31 @@
1From 771686c042d5f494550d0399f36e00b1ca557b2d Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 11 Nov 2024 14:12:51 +0000
4Subject: [PATCH] contrib/hdtbl/hdtbl.am: Fix race issues for parallel build
5
6Fixed race issues for parallel build:
7groff: error: couldn't exec soelim: Permission
8
9And:
10groff: error: couldn't exec grn: Permission denied
11
12Upstream-Status: Submitted [https://lists.gnu.org/archive/html/groff/2024-11/msg00097.html]
13
14Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
15---
16 contrib/hdtbl/hdtbl.am | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
20index 9384fac..70f7bc9 100644
21--- a/contrib/hdtbl/hdtbl.am
22+++ b/contrib/hdtbl/hdtbl.am
23@@ -119,7 +119,7 @@ SUFFIXES += .roff .in .ps
24 -e "s|[@]EGREP[@]|$(EGREP)|" $< >$@
25
26 $(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \
27- grops grn font/devps/stamp contrib/hdtbl/examples/common.roff
28+ grops grn soelim font/devps/stamp contrib/hdtbl/examples/common.roff
29
30 uninstall_groffdirs: uninstall-hdtbl-hook
31 uninstall-hdtbl-hook:
diff --git a/meta/recipes-extended/groff/groff_1.23.0.bb b/meta/recipes-extended/groff/groff_1.23.0.bb
index 8a16321479..34a42c7e26 100644
--- a/meta/recipes-extended/groff/groff_1.23.0.bb
+++ b/meta/recipes-extended/groff/groff_1.23.0.bb
@@ -13,6 +13,7 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
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 file://0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch \
16 file://0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch \
16 " 17 "
17 18
18SRC_URI[sha256sum] = "6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13" 19SRC_URI[sha256sum] = "6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13"